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/)
|
* [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)
|
||||||
|
|
|
@ -108,22 +108,17 @@
|
||||||
{{ template "_internal/google_analytics.html" . }}
|
{{ template "_internal/google_analytics.html" . }}
|
||||||
|
|
||||||
<script src="{{ .Site.Params.baseURL | absURL }}js/script.js"></script>
|
<script src="{{ .Site.Params.baseURL | absURL }}js/script.js"></script>
|
||||||
<script>
|
<script>
|
||||||
//<![CDATA[
|
owa_cmds.push(['setSiteId', '9010bbc622d7c2514fd73db73f05d89c']);
|
||||||
var owa_baseUrl = 'https://owa.isnet.uk/';
|
owa_cmds.push(['trackPageView']);
|
||||||
var owa_cmds = owa_cmds || [];
|
owa_cmds.push(['trackClicks']);
|
||||||
owa_cmds.push(['setSiteId', '9010bbc622d7c2514fd73db73f05d89c']);
|
(function() {
|
||||||
owa_cmds.push(['trackPageView']);
|
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
|
||||||
owa_cmds.push(['trackClicks']);
|
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';
|
||||||
(function() {
|
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
|
||||||
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 );
|
</script>
|
||||||
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
|
</body>
|
||||||
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
|
|
||||||
}());
|
|
||||||
//]]>
|
|
||||||
</script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in New Issue