-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·59 lines (43 loc) · 2.25 KB
/
index.html
File metadata and controls
executable file
·59 lines (43 loc) · 2.25 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FinalVizTechScarpelli</title>
<link rel='stylesheet' type='text/css'>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<section class="scene" id="scene-1">
<div class="container">
<!-- <a href="#" id = "Cultural" class="btn btn-default">Cultural</a>
<a href="#" id = "Natural" class="btn btn-default">Natural</a>
<a href="#" id = "Mixed" class="btn btn-default">Mixed</a>
<a href="#" id = "All" class="btn btn-default">All</a> -->
<h1>Unesco World Map</h1>
<p>The cartogram shows the distribution of world eritage sites around the world</br>
the size of country is related to the number of site is hosting.<a href="#" id = "All" class="btn btn-default"></br> The total</a> sites are divided by <a href="#" id = "Cultural" class="btn btn-default">Cultural</a>, <a href="#" id = "Natural" class="btn btn-default">Natural</a> and <a href="#" id = "Mixed" class="btn btn-default">Mixed</a>. </p>
<div class="tooltip"><h2 class="tooltip"></h2></div>
<div class="canvas" id="map"></div>
</div>
</section>
<section class="scene" id="scene-2">
<div class="scene-commentary">
<h2>Where are we loosing our colture?</h2>
<p>The world eritage site do not belong to the state is hosting them, countries and boundaries changed many time in the course of centuries, but it belonges to whole humanity</p>
</div>
<div class="canvas2" id="map"></div>
</section>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.6/d3.min.js" charset="utf-8"></script>
<script src="lib/scrollmagic/scrollmagic/uncompressed/ScrollMagic.js"></script>
<script src="lib/queue/queue.min.js"></script>
<script src="lib/jquery-1.11.1.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="reference/Final-Project-Resources/style-template/bower_components/jquery/dist/jquery.min.js">
</script>
<!-- <link href="reference/Final-Project-Resources/style-template/bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"/> -->
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<script src="script3.js"></script>
</body>
</html>