update develoer resources post
This commit is contained in:
parent
5745452ab0
commit
68074d3336
|
@ -48,6 +48,10 @@ Probably not too much use to anyone else, but just the thing for me.
|
|||
* [Unsplash](https://unsplash.com/)
|
||||
* [Pexels](https://pexels.com)
|
||||
|
||||
### icons
|
||||
|
||||
* [Iconify](https://iconify.design/)
|
||||
|
||||
### Illustrations
|
||||
|
||||
* [unDraw](https://undraw.co)
|
||||
|
|
|
@ -109,20 +109,15 @@
|
|||
|
||||
<script src="{{ .Site.Params.baseURL | absURL }}js/script.js"></script>
|
||||
<script>
|
||||
//<![CDATA[
|
||||
var owa_baseUrl = 'https://owa.isnet.uk/';
|
||||
var owa_cmds = owa_cmds || [];
|
||||
owa_cmds.push(['setSiteId', '9010bbc622d7c2514fd73db73f05d89c']);
|
||||
owa_cmds.push(['trackPageView']);
|
||||
owa_cmds.push(['trackClicks']);
|
||||
|
||||
(function() {
|
||||
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
|
||||
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
|
||||
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
|
||||
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
|
||||
}());
|
||||
//]]>
|
||||
(function() {
|
||||
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
|
||||
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
|
||||
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
|
||||
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
|
||||
}());
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
|
Reference in New Issue