-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 2.13 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
<html>
<head>
<meta charset="utf-8">
<link rel="author" href="humans.txt" />
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v2/themes/css/cartodb.css" />
<link rel="stylesheet" href="css/style.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://libs.cartocdn.com/cartodb.js/v2/themes/css/cartodb.ie.css" />
<![endif]-->
<title>Your commitment</title>
</head>
<body>
<div id="map"></div>
<div class="leyend-wrapper">
<div class="leyend-content">
<div class="logo"></div>
<p class="leyend-slogan">What is your commitment?</p>
<p class="leyend-des">Sharing global projects. Now, make a decision to help. It's your time. Your commitment!!!</p>
<p class="leyend-des">Source: <a href="http://data.worldbank.org/">The World Data Bank</a>.</p>
<div class="colors">
<div class="circle range5">5</div>
<div class="circle range10">10</div>
<div class="circle range20">20</div>
<div class="circle range30">30</div>
<div class="circle range40">40</div>
<div class="circle range50">50</div>
<div class="circle range75">75</div>
<div class="last-circle range100">100</div>
<div class="clear"></div>
</div>
<div><a href="humans.txt"><img src="http://humanstxt.org/img/oficial-logos/humanstxt-transparent-color.png"></a>
</div>
</div>
<div class="country_info_window">
<div class="box">
<h2 class="country_name"></h2>
<ul class="ong_list">
</ul>
</div>
<div class="close"></div>
<div class="peak"></div>
</div>
<script type="text/javascript" src="libs/jquery-1.9.0.min.js"></script>
<script type="text/javascript" src="libs/jquery.easy-pie-chart.js"></script>
<script type="text/javascript" src="http://libs.cartocdn.com/cartodb.js/v2/cartodb.js"></script>
<script src="js/underscore-1.1.6.js"></script>
<script src="http://www.parsecdn.com/js/parse-1.1.15.min.js"></script>
<script type="text/javascript" src="js/core.js"></script>
</body>
</html>