targeting scripts
This commit is contained in:
parent
fe581a2085
commit
53dddeb2b8
|
@ -25,21 +25,6 @@
|
||||||
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
|
||||||
<script type="text/javascript" src="http://use.typekit.net/xfs6zus.js"></script>
|
<script type="text/javascript" src="http://use.typekit.net/xfs6zus.js"></script>
|
||||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
||||||
|
|
||||||
<!-- Google analytics -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-15091924-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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- wrap everything -->
|
<!-- wrap everything -->
|
||||||
|
@ -373,5 +358,39 @@
|
||||||
<script>
|
<script>
|
||||||
$(".big-background").backstretch("assets/photos/full_width.jpg");
|
$(".big-background").backstretch("assets/photos/full_width.jpg");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- Google analytics -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-15091924-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>
|
||||||
|
|
||||||
|
<!-- AdRoll -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
adroll_adv_id = "6QAAFJDIWBG3DJBDRJ7BEX";
|
||||||
|
adroll_pix_id = "PYT5HSNKNRDS7LMUR5B6YG";
|
||||||
|
(function () {
|
||||||
|
var oldonload = window.onload;
|
||||||
|
window.onload = function(){
|
||||||
|
__adroll_loaded=true;
|
||||||
|
var scr = document.createElement("script");
|
||||||
|
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
|
||||||
|
scr.setAttribute('async', 'true');
|
||||||
|
scr.type = "text/javascript";
|
||||||
|
scr.src = host + "/j/roundtrip.js";
|
||||||
|
((document.getElementsByTagName('head') || [null])[0] ||
|
||||||
|
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
|
||||||
|
if(oldonload){oldonload()}};
|
||||||
|
}());
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -26,21 +26,6 @@
|
||||||
|
|
||||||
<!-- Blog -->
|
<!-- Blog -->
|
||||||
<link rel="alternate" type="application/rss+xml" title="Vagrant Blog Feed" href="http://feeds.feedburner.com/vagrantup">
|
<link rel="alternate" type="application/rss+xml" title="Vagrant Blog Feed" href="http://feeds.feedburner.com/vagrantup">
|
||||||
|
|
||||||
<!-- Google analytics -->
|
|
||||||
<script type="text/javascript">
|
|
||||||
|
|
||||||
var _gaq = _gaq || [];
|
|
||||||
_gaq.push(['_setAccount', 'UA-15091924-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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -108,6 +93,40 @@
|
||||||
<script>
|
<script>
|
||||||
$(".big-background").backstretch("assets/photos/full_width.jpg");
|
$(".big-background").backstretch("assets/photos/full_width.jpg");
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<!-- Google analytics -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
|
||||||
|
var _gaq = _gaq || [];
|
||||||
|
_gaq.push(['_setAccount', 'UA-15091924-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>
|
||||||
|
|
||||||
|
<!-- AdRoll -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
adroll_adv_id = "6QAAFJDIWBG3DJBDRJ7BEX";
|
||||||
|
adroll_pix_id = "PYT5HSNKNRDS7LMUR5B6YG";
|
||||||
|
(function () {
|
||||||
|
var oldonload = window.onload;
|
||||||
|
window.onload = function(){
|
||||||
|
__adroll_loaded=true;
|
||||||
|
var scr = document.createElement("script");
|
||||||
|
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
|
||||||
|
scr.setAttribute('async', 'true');
|
||||||
|
scr.type = "text/javascript";
|
||||||
|
scr.src = host + "/j/roundtrip.js";
|
||||||
|
((document.getElementsByTagName('head') || [null])[0] ||
|
||||||
|
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
|
||||||
|
if(oldonload){oldonload()}};
|
||||||
|
}());
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue