Browse Source

removed tracking code

Hakim El Hattab 13 years ago
parent
commit
7b34510c83
1 changed files with 0 additions and 31 deletions
  1. 0 31
      index.html

+ 0 - 31
index.html

@@ -116,36 +116,5 @@
 		
 		<script src="js/slideshow.js"></script>
 		
-		
-		
-		<!-- Everything below this point is unrelated to the slideshow -->
-		
-		<div class="tweet-button" style="position: absolute; bottom: 10px; left: 50%; margin-left: -25px">
-			<a href="http://twitter.com/share" class="twitter-share-button" data-text="A CSS 3D slideshow by @hakimel." data-url="http://hakim.se/experiments/css3-3d-slideshow" data-count="none" data-related="hakimel"></a>
-			<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
-		</div>
-		
-		<script>
-		var _gaq = [['_setAccount', 'UA-15240703-1'], ['_trackPageview']];
-		(function(d, t) {
-		var g = d.createElement(t),
-		    s = d.getElementsByTagName(t)[0];
-		g.async = true;
-		g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-		s.parentNode.insertBefore(g, s);
-		})(document, 'script');
-		</script>
-		
-		<style>a[href="http://www.w3counter.com"] { display: none!important; }</style>
-		<script src="http://www.w3counter.com/tracker.js"></script>
-		<script>
-			w3counter(49720);
-			var ps = document.createElement('script');
-				ps.type = 'text/javascript';
-				ps.async = true;
-				ps.src = '//pulse.w3counter.com/pulse.js?id=49720';
-			(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(ps);
-		</script>
-		
 	</body>
 </html>