update develoer resources post

This commit is contained in:
Ray Elliott 2020-05-09 16:13:12 +01:00
parent 5745452ab0
commit 68074d3336
2 changed files with 16 additions and 17 deletions

View File

@ -48,6 +48,10 @@ Probably not too much use to anyone else, but just the thing for me.
* [Unsplash](https://unsplash.com/) * [Unsplash](https://unsplash.com/)
* [Pexels](https://pexels.com) * [Pexels](https://pexels.com)
### icons
* [Iconify](https://iconify.design/)
### Illustrations ### Illustrations
* [unDraw](https://undraw.co) * [unDraw](https://undraw.co)

View File

@ -109,20 +109,15 @@
<script src="{{ .Site.Params.baseURL | absURL }}js/script.js"></script> <script src="{{ .Site.Params.baseURL | absURL }}js/script.js"></script>
<script> <script>
//<![CDATA[
var owa_baseUrl = 'https://owa.isnet.uk/';
var owa_cmds = owa_cmds || [];
owa_cmds.push(['setSiteId', '9010bbc622d7c2514fd73db73f05d89c']); owa_cmds.push(['setSiteId', '9010bbc622d7c2514fd73db73f05d89c']);
owa_cmds.push(['trackPageView']); owa_cmds.push(['trackPageView']);
owa_cmds.push(['trackClicks']); owa_cmds.push(['trackClicks']);
(function() { (function() {
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true; 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_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'; _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); var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
}()); }());
//]]>
</script> </script>
</body> </body>