Skip to content

Commit 694b84c

Browse files
author
Jer'Maine Montiel
committed
moved analytics tag
1 parent 3092aa4 commit 694b84c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
<html>
33
<head>
44
<title>#DatCode | a coding community</title>
5+
6+
<!-- GOOGLE ANALYTICS -->
7+
<script>
8+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
9+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
10+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
11+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
12+
13+
ga('create', 'UA-82107017-1', 'auto');
14+
ga('send', 'pageview');
15+
</script>
516

617
<!-- STYLESHEETS -->
718
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
@@ -89,17 +100,6 @@ <h2>We'll see you soon!</h2>
89100
<p>DatCode is a <a href="http://blacklightenergy.co" target="_blank">BLACKLIGHT</a> project<br>
90101
This website was built by the community. You can check out the repo on <a href="https://github.com/gitdatcode/gitdatcode.github.io" target="_blank">GitHub</a>.</p>
91102
</div>
92-
93-
<!-- GOOGLE ANALYTICS -->
94-
<script>
95-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
96-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
97-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
98-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
99-
100-
ga('create', 'UA-82107017-1', 'auto');
101-
ga('send', 'pageview');
102-
</script>
103103
</footer>
104104
</body>
105105
</html>

0 commit comments

Comments
 (0)