-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (61 loc) · 2.92 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
<!DOCTYPE html>
<html>
<head>
<link href="normalize.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="http://fonts.googleapis.com/css?family=Playfair+Display|Open+Sans:300,400,800|Dancing+Script" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="buzz.js"></script>
<script type="text/javascript" src="velocity.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCAxddGio_WTvE81GYTPw4QKW-B2JwUip0&libraries=places"></script>
<script type="text/javascript" src="cluster.js"></script>
<script type="text/javascript" src="http://fb.me/react-with-addons-0.12.1.js"></script>
<script type="text/javascript" src="http://fb.me/JSXTransformer-0.12.1.js"></script>
<script type="text/jsx" src="components.js"></script>
</head>
<body>
<div id="top-wrapper">
<div id="top-header">Globetrotting</div>
<div id="sub-header">Click. Explore. Listen.</div>
</div>
<div id="pulse"></div>
<div id="ring"></div>
<div id="map-canvas"></div>
<div id="map-actions">
</div>
<div class="section-idea green">
<h1>THE IDEA</h1>
<div id="text-wrapper">
<p>
Listen your way around the globe! Each point on the map is linked to music that is unique to that city. Choose a city, lean back and experience the beat of the streets.<br />
<br />
<small>Based on data from <a href="http://everynoise.com/everyplace.cgi">Every Place at Once</a> by <a href="http://furia.com/">Glenn McDonald</a> at <a href="http://the.echonest.com/">The Echo Nest</a>.
<br />Created at the <a href="http://diversify.confetti.events/">Diversify</a> hackaton at <a href="https://github.com/diversify/globetrotting/blob/master/www.spotify.com">Spotify</a>.</small>
</p>
</div>
</div>
<div id="bottom-wrapper">
<h1>THE TEAM</h1>
<div class="profile">
<div class="profile-image" style="background-image: url(images/annak.jpg);"></div>
<p class="profile-name">ANNA KARLSSON</p>
<p class="profile-profession">Back-end developer</p>
</div>
<div class="profile">
<div class="profile-image" style="background-image: url(images/gustav.jpeg);"></div>
<p class="profile-name">GUSTAV MÖRTBERG</p>
<p class="profile-profession">Back-end developer</p>
</div>
<div class="profile">
<div class="profile-image" style="background-image: url(images/annap.jpg);"></div>
<p class="profile-name">ANNA PALMÈR</p>
<p class="profile-profession">Front-end developer, Designer</p>
</div>
<div class="profile">
<div class="profile-image" style="background-image: url(images/dennis.jpeg); background-size: 250%; background-position: center -55px;"></div>
<p class="profile-name">DENNIS JIN</p>
<p class="profile-profession">Front-end developer, Designer</p>
</div>
</div>
</body>
</html>