Skip to content

Commit 8041cea

Browse files
committed
Adds analytics code
1 parent 8191df7 commit 8041cea

File tree

5 files changed

+30
-3
lines changed

5 files changed

+30
-3
lines changed

_includes/head.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
<head>
2+
<!-- Global site tag (gtag.js) - Google Analytics -->
3+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135915471-1"></script>
4+
<script>
5+
window.dataLayer = window.dataLayer || [];
6+
function gtag(){dataLayer.push(arguments);}
7+
gtag('js', new Date());
8+
9+
gtag('config', 'UA-135915471-1');
10+
</script>
211
<meta charset="utf-8" />
312
<meta name="viewport" content="width=device-width, initial-scale=1" />
413
<meta name="description" content="{{site.description}}" />

_site/404.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135915471-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-135915471-1');
12+
</script>
413
<meta charset="utf-8" />
514
<meta name="viewport" content="width=device-width, initial-scale=1" />
615
<meta name="description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>codeRIT</title>
55
<link href="http://localhost:4000/atom.xml" rel="self"/>
66
<link href="http://localhost:4000/"/>
7-
<updated>2019-03-08T14:13:47-05:00</updated>
7+
<updated>2019-03-08T15:35:29-05:00</updated>
88
<id>http://localhost:4000</id>
99
<author>
1010
<name></name>

_site/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135915471-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-135915471-1');
12+
</script>
413
<meta charset="utf-8" />
514
<meta name="viewport" content="width=device-width, initial-scale=1" />
615
<meta name="description" content="codeRIT represents a coalition of RIT students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group." />
@@ -66,7 +75,7 @@ <h3 class="center coderit">EVENT SCHEDULE</h3>
6675

6776
</div>
6877
<div class="col center">
69-
<h3>BrickHack V</h3>
78+
<h3>BrickHack 6</h3>
7079
<h4>We're getting ready for the next BrickHack.</h4>
7180
<p>If you would like to be a part of RIT's history, we could use your help. Join one of our committees and help create something great!</p>
7281
<a class="button orange" href="mailto:hello@brickhack.io?subject=BrickHack%20Organizer%20Interest&amp;body=Hey%20there!%20I'm%20interested%20in%20helping%20organize%20BrickHack.%20How%20can%20I%20help?">Get Involved</a>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3 class="center coderit">EVENT SCHEDULE</h3>
4343
{% include events.html %}
4444
</div>
4545
<div class="col center">
46-
<h3>BrickHack V</h3>
46+
<h3>BrickHack 6</h3>
4747
<h4>We're getting ready for the next BrickHack.</h4>
4848
<p>If you would like to be a part of RIT's history, we could use your help. Join one of our committees and help create something great!</p>
4949
<a class="button orange" href="mailto:hello@brickhack.io?subject=BrickHack%20Organizer%20Interest&amp;body=Hey%20there!%20I'm%20interested%20in%20helping%20organize%20BrickHack.%20How%20can%20I%20help?">Get Involved</a>

0 commit comments

Comments
 (0)