Skip to content

Commit 6724c9b

Browse files
committed
Update
1 parent 6158e0f commit 6724c9b

2 files changed

Lines changed: 22 additions & 20 deletions

File tree

about.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121

2222
<!-- Custom styles for this template -->
2323
<link href="micro_files/micro.css" rel="stylesheet">
24+
25+
<script>
26+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
27+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
28+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
29+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
30+
31+
ga('create', 'UA-66418971-2', 'auto');
32+
ga('send', 'pageview');
33+
console.log("asdf")
34+
</script>
2435
</head>
2536
<body>
2637

@@ -128,15 +139,5 @@ <h2>Logos</h2>
128139

129140
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
130141
<script src="micro_files/ie10-viewport-bug-workaround.js"></script>
131-
<script>
132-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
133-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
134-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
135-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
136-
137-
ga('create', 'UA-66418971-2', 'auto');
138-
ga('send', 'pageview');
139-
140-
</script>
141142
</body>
142143
</html>

index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121

2222
<!-- Custom styles for this template -->
2323
<link href="micro_files/micro.css" rel="stylesheet">
24+
25+
<script>
26+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
27+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
28+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
29+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
30+
31+
ga('create', 'UA-66418971-2', 'auto');
32+
ga('send', 'pageview');
33+
console.log("asdf")
34+
</script>
2435
</head>
2536

2637
<body>
@@ -178,15 +189,5 @@ <h2>Testimonials</h2>
178189
win.focus();
179190
}
180191
</script>
181-
<script>
182-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
183-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
184-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
185-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
186-
187-
ga('create', 'UA-66418971-2', 'auto');
188-
ga('send', 'pageview');
189-
190-
</script>
191192
</body>
192193
</html>

0 commit comments

Comments
 (0)