forked from Mourakiboun/TED
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (54 loc) · 2.29 KB
/
index.html
File metadata and controls
62 lines (54 loc) · 2.29 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
60
61
62
<head>
<meta charset="utf-8">
<title>Tunisia Election Data</title>
<link rel="icon" href="img/favicon.ico" />
<!--google web font-->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,600' rel='stylesheet' type='text/css'>
<!--basic style sheets and scripts -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<link rel="stylesheet" media="screen" href="css/bootstrap.min.css"/>
<!--link rel="stylesheet" media="screen" href="css/bootstrap-responsive.css"/-->
<script src='//api.tiles.mapbox.com/mapbox.js/v1.4.2/mapbox.js'></script>
<link href='//api.tiles.mapbox.com/mapbox.js/v1.4.2/mapbox.css' rel='stylesheet' />
<link rel="stylesheet" media="screen" href="css/style.css"/>
<link rel="stylesheet" media="screen" href="css/maps.css"/>
<script type="text/javascript" src="js/lib/jquery.inview.min.js"></script>
<script type="text/javascript" src="js/lib/scrollTo.min.js"></script>
<script type="text/javascript" src="js/lib/classie.js"></script>
<script type="text/javascript" data-main="js/main.js" src="js/lib/require.js"></script>
<!--[if lte IE 8]>
<link href='//api.tiles.mapbox.com/mapbox.js/v1.3.1/mapbox.ie.css' rel='stylesheet' />
<![endif]-->
<style>
.float-right {
float:right;
}
</style>
</head>
<body id='main'>
<section id='header'>
</section>
<section id="content" class="clearfix">
<div id="loading">
<h1>Loading maps </h1>
<img src="img/loading.gif" alt="loading animation" />
</div>
</section>
<footer id="footer" class="clearfix">
<div id="footer-inner" class="container">
<div class="row">
A project exploring open data
<span class="footer-text float-right">
<a href="http://www.mourakiboun.org/"><img src="img/mourakiboun.png" alt="Mourakiboun" style="border:none" /></a>
<a href="http://www.democracyinternational.com"><img src="img/di.png" alt="Democracy International" style="border:none" />
</a>
<!--<<<<<<< HEAD
<a href="http://developmentseed.org"><img src="img/developmentseed.png" alt="Development Seed" style="border:none"></a>
</span>-->
<a href="http://developmentseed.org"><img src="img/developmentseed.png" alt="Development Seed" style="border:none" /></a>
</span>
</div>
</div>
</footer>
</body>
</html>