added analytics code
parent
86e38a368d
commit
4a64147bfc
12
index.htm
12
index.htm
|
@ -7,10 +7,18 @@
|
|||
<title>Matthew Ess</title>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'>
|
||||
<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','https://www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-79548115-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<nav id="navbar">
|
||||
<p class="title">Matthew Ess</li>
|
||||
<p class="title">Matthew Ess</p>
|
||||
<ul class="text">
|
||||
<li><a class="active" href="index.htm">Home</a></li>
|
||||
<li><a href="http://github.com/matthewess">Github</a></li>
|
||||
|
@ -21,4 +29,4 @@
|
|||
<p>Dedicated problem solver and developer, looking for interesting challenges to tackle.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue