Skip to content

Commit

Permalink
+ analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Hanke committed May 13, 2012
1 parent 4423317 commit 570b5d5
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README
@@ -1,4 +1,8 @@
Website for

technologyastronauts.com
technologyastronauts.ch
technologyastronauts.ch

Build with

middleman build
10 changes: 8 additions & 2 deletions build/index.html
Expand Up @@ -3,8 +3,14 @@
<head>
<link href="http://fonts.googleapis.com/css?family=Asap" rel="stylesheet" type="text/css" />
<link href="./stylesheets/snazzy.css" media="screen" rel="stylesheet" type="text/css" />
<title>The Technology Astronauts</title>
</head>
<title>The Technology Astronauts</title><script type="text/javascript">var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31680814-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><div class="content">
<h1>Technology Astronauts</h1><p>We&#8217;re a small team of engineers. We like to provide good solutions. We like
doing things that last. We don&#8217;t like hidden costs. We like no-bullshit
Expand Down
10 changes: 10 additions & 0 deletions source/_analytics.html.slim
@@ -0,0 +1,10 @@
javascript:
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31680814-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);
})();
2 changes: 2 additions & 0 deletions source/layout.slim
Expand Up @@ -12,5 +12,7 @@ html
rel="stylesheet" type="text/css" }

title The Technology Astronauts

== partial 'analytics'
body
== yield

0 comments on commit 570b5d5

Please sign in to comment.