Skip to content

Commit aaa8737

Browse files
committed
add analytics code, fix contributors
1 parent 615efa1 commit aaa8737

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

_includes/scripts.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@
99
<script src="{{ " /js/animatedModal.min.js " | prepend: site.baseurl }}"></script>
1010
<script src="{{ " /js/modals.js " | prepend: site.baseurl }}"></script>
1111
<script src="{{ " /js/png2gif.min.js " | prepend: site.baseurl }}"></script>
12+
<script>
13+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
14+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
15+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
16+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
17+
18+
ga('create', 'UA-44377274-8', 'auto');
19+
ga('send', 'pageview');
20+
21+
</script>

contributors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2>{{ person.name }}</h2>
2929

3030
<hr />
3131
<section>
32-
<p>Want to join this list? Send an email to see how you can help.</p>
32+
<p>Looking to adapt your favorite coding language for CodeRoad? Interested in adding new features? Learn more about how you can get on this list.</p>
3333

3434
<p>Also checkout the <a href="https://github.com/coderoad/atom-coderoad/blob/master/CONTRIBUTING.md">contributing guidelines</a>.</p>
3535
</section>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ <h2>Tutorials</h2>
101101
<section id="cta" class="wrapper style4">
102102
<div class="inner">
103103
<header>
104-
<h2>Become a Contributer</h2>
105-
<p>Looking to adapt your favorite coding language for CodeRoad? Interested in adding new features? Find out more.</p>
104+
<h2>Accelerated Education</h2>
105+
<p>Find out more about how to setup CodeRoad and get started learning and creating.</p>
106106
</header>
107107
<ul class="actions vertical">
108108
<li><a href="/atom-coderoad.html" class="button fit special">Quick Start</a></li>

0 commit comments

Comments
 (0)