-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (50 loc) · 2 KB
/
index.html
File metadata and controls
60 lines (50 loc) · 2 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
<head>
<meta charset="utf-8">
<title>Tunisian Election databrowser</title>
<!--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/">Mourakiboun</a>
|<a href="http://www.democracyinternational.com">Democracy International</a>
| <a href="http://newrightsgroup.net">New Rights Group</a>
| <a href="http://developmentseed.org">DevelopmentSeed</a>
</span>
</div>
</div>
</footer>
</body>
</html>