Skip to content

Commit

Permalink
move analytics snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
creuter committed Nov 16, 2012
1 parent 38fb598 commit 8181ed0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
<script type="text/javascript" src="//use.typekit.net/bql7kxs.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36374475-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>

Expand Down Expand Up @@ -107,18 +118,7 @@ <h3>Interface Design, Usability Testing</h3>
<li><a href="http://twitter.com/ufotofu" id="twitter" class="ss-icon">twitter</a></li>
</ul>

</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36374475-1']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</footer>
</section>
</section>
Expand Down

0 comments on commit 8181ed0

Please sign in to comment.