Skip to content

Commit

Permalink
Merge pull request #14 from my8bit/routing
Browse files Browse the repository at this point in the history
add analitics; move link to body
  • Loading branch information
my8bit committed Aug 24, 2016
2 parents c3e24a0 + 036a6cf commit 1126462
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/src/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ html(lang="en-US")
meta(name="mobile-web-app-capable" content="yes")
meta(http-equiv="Content-Type" content="text/html; charset=utf-8")
meta(name="google-site-verification" content="RqaHiZoRi8-1zohGNbkIkUxe5Mx3to7l2YHsXPSbN9I")
body
link(rel="icon" href="http://www.clickfire.com/images/flags/netherlands.gif")
link(rel="icon" sizes="96x96" href="https://maxcdn.icons8.com/Color/PNG/96/Business/businessman-96.png")
link(rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css")
body
header
div.header-container
//a(target="_blank" style="float: right;" href="https://validator.w3.org/nu/?doc=http%3A%2F%2Find-recognized.netlify.com")
Expand All @@ -24,3 +24,10 @@ html(lang="en-US")
input#filter(type="text" class="search" placeholder="Start typing name of the company..." autofocus)
div.container
ul.companies
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-83061652-1', 'auto');
ga('send', 'pageview');

0 comments on commit 1126462

Please sign in to comment.