Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _includes/apply.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ <h2>We're excited to meet you. <span>Let's stay in touch.</span>
Sign up for our mailing list to learn about upcoming info sessions and other events.
</p>
<p class="lead">
When you’re ready to apply, submit your application over here.
<br />
<!-- When you’re ready to apply, submit your application over here.
<br /> -->
More questions? Check out our FAQ section or reach out to us on Twitter, Facebook, or email: info@learnersguild.org.
</p>
</div>
Expand Down
12 changes: 12 additions & 0 deletions _layouts/onepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@

<script type="text/javascript" src="js/functions.js"></script>

<!--- google-analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-75030082-1', 'auto');
ga('send', 'pageview');

</script>


</body>
</html>