forked from burningtongue/rollingstonesmap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
81 lines (70 loc) · 3.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Visualizing 50 years of The Rolling Stones</title>
<meta name="description" content="A visualization of the tours made by The Rolling Stones during their first 50 years of life">
<meta name="author" content="CartoDB">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta property="og:title" content="50 years of The Rolling Stones"/>
<meta property="og:description" content="Visualizing 50 years of concerts by The Rolling Stones"/>
<meta property="og:type" content="Visualization"/>
<meta property="og:url" content="http://rollingstones.vizzuality.com" />
<meta property="og:image" content="http://cartodb.s3.amazonaws.com/tumblr/posts/blogpostrolling.png"/>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v3/themes/css/cartodb.css" />
<link id="favicon" rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div id="map"></div>
<div id="overImg"></div>
<div id="header">
<a href="#">50yrs of The Rolling Stones</a>
<div class="sharing">
<a class='fb' target='_blank' href='http://www.facebook.com/sharer.php?u=http://rollingstones.vizzuality.com&text=Visualizing 50 years of concerts by The Rolling Stones'> </a>
<a class='tw' href='https://twitter.com/share?url=http://rollingstones.vizzuality.com&text=Visualizing 50 years of concerts by The Rolling Stones' target='_blank'> </a>
</div>
</div>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section class="landing">
<div class="introText">
<h1 class="hugeNumber">50</h1>
<h1>Years of concerts of <strong>The Rolling Stones</strong></h1>
<h2>An interactive map of their live-show story.</h2>
</div>
<div class="nextButton"><a href="#" actual-slide="0"> </a></div>
</section>
</div>
</div>
<div id="timeline">
<ul></ul>
</div>
<div id="cursorsThumbnail"></div>
<a id="wikipedia_logo" href="http://en.wikipedia.org/wiki/Rolling_Stones_concerts" target="_blank"></a>
<div id="pointTT">
<p class="date">AHAHAH</p>
<p class="name">LELELEL</p>
</div>
<script src="http://libs.cartocdn.com/cartodb.js/v3/cartodb.js"></script>
<script src="js/browser.js"></script>
<script src="js/lib/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script src="js/app.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20934186-9']);
_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>
</body>
</html>