Skip to content

Commit

Permalink
Adding analytics tag and some metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethgm committed Apr 17, 2017
1 parent 042afee commit c12d286
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}">
<meta name="author" content="{{ site.author }}">
<meta property="og:site_name" content="Veux Labs"/>
<meta property="og:description" content="{{ site.description }}"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="{{ site.github.url }}/img/veuxLabsLogo.svg"/>

<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
Expand All @@ -23,4 +27,6 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-41771859-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>
2 changes: 1 addition & 1 deletion _includes/work_geofence.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="title">Solution</h1>
</div>
</div>
<div class="content-div">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 special-layout">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-6">
<img class="img-responsive" src="../img/work_geofence_demo/Device09.png"/>
<span class="img-description "> Speed Limit </span>
Expand Down
4 changes: 4 additions & 0 deletions css/landing-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -2524,6 +2524,10 @@ footer .first-column {
width: 100%;
}

.content .bx-wrapper .special-layout img {
width: 75%;
}

.content .bx-wrapper a img {
margin: 10px 0;
}
Expand Down

0 comments on commit c12d286

Please sign in to comment.