Skip to content

Commit

Permalink
Remove analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
philipithomas committed Jun 15, 2014
1 parent 25efe36 commit 84ef945
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions index.php
@@ -1,4 +1,3 @@

<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -8,7 +7,6 @@
<meta name="description" content="Curriculum Vitae for Philip I. Thomas">
<meta name="author" content="Philip I. Thomas">

<!-- Le styles -->
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<style>
body {
Expand All @@ -17,28 +15,11 @@
</style>
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="../assets/ico/favicon.ico">
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9939917-3']);
_gaq.push(['_setDomainName', 'cv.philipithomas.com']);
_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 class="preview" data-spy="scroll" data-target=".subnav" data-offset="80">
Expand Down

0 comments on commit 84ef945

Please sign in to comment.