This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
130 lines (124 loc) · 5.52 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
---
---
{% assign base = site.baseurl %}
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>UNDP Projects</title>
<link rel='shortcut icon' href='{{base}}/img/favicon.ico'>
<meta name='viewport' content='width=960, initial-scale=1.0' />
<meta name='apple-mobile-web-app-status-bar-style' content='black' />
<meta name='apple-mobile-web-app-capable' content='yes' />
<link href='{{base}}/css/reset.css' rel='stylesheet'>
<link href='{{base}}/css/global.css' rel='stylesheet'>
<link href='{{base}}/ext/bootstrap/css/bootstrap.min.css' rel='stylesheet' />
<link href='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.css' rel='stylesheet' />
<!--[if lte IE 8]><link href='https://api.tiles.mapbox.com/mapbox.js/v1.3.1/mapbox.ie.css' rel='stylesheet' /><![endif]-->
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/MarkerCluster.css' rel='stylesheet' />
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/MarkerCluster.Default.css' rel='stylesheet' />
<link href='{{base}}/css/style.css' rel='stylesheet' />
<!--[if IE]><script src='{{base}}/ext/excanvas.js'></script><![endif]-->
<script src='{{base}}/ext/jquery.js'></script>
<script src='{{base}}/ext/jquery.flot.js'></script>
<script src='{{base}}/ext/jquery.flot.pie.min.js'></script>
<script src='{{base}}/ext/jquery.flot.tooltip.js'></script>
<script src='{{base}}/ext/bootstrap/js/bootstrap.js'></script>
<script src='{{base}}/ext/underscore.js'></script>
<script src='{{base}}/ext/backbone.js'></script>
<script src='{{base}}/ext/accounting.js'></script>
<script src='{{base}}/ext/chrono.js'></script>
<script src='{{base}}/ext/queue.js'></script>
<script src='https://api.mapbox.com/mapbox.js/v2.4.0/mapbox.js'></script>
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-markercluster/v0.4.0/leaflet.markercluster.js'></script>
<script src='https://www.google.com/jsapi'></script>
<!--[if gte IE9]<!--><script src="https://d3js.org/topojson.v1.min.js"></script><!--<![endif]-->
<script src='{{base}}/api/hdi.js'></script>
<script src='{{base}}/api/year-index.js'></script>
<script src='{{base}}/js/script.js'></script>
</head>
<!--[if lt IE 7 ]> <body class='ie ie6'> <![endif]-->
<!--[if IE 7 ]> <body class='ie ie7'> <![endif]-->
<!--[if IE 8 ]> <body class='ie ie8'> <![endif]-->
<!--[if IE 9 ]> <body class='ie ie9'> <![endif]-->
<!--[if IE 10 ]> <body class='ie ie10'> <![endif]-->
<!--[if gt IE 10]><!-->
<body>
<!--<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-24131528-32', 'auto');
ga('send', 'pageview');
</script>
<div id='container'>
{% include global-header.html %}
<!-- content -->
<div id='ie-banner'>
<p>For best experience of the site, please use a modern browser such as
<a href='https://www.google.com/intl/en/chrome/browser/' target='_blank'>chrome</a> or
<a href='http://www.mozilla.org/en-US/firefox/new/' target='_blank'>firefox</a>.
<a class='' href='#' id='banner-close' >✖</a>
</p>
</div>
<div id='app'>
<div id='main' class='clearfix'>
<div id='breadcrumbs' class='clearfix'>
<ul>
<li><a href='#'>Home</a></li>
<li><a href='{{base}}/'>Our Projects</a></li>
</ul>
</div>
<!-- left nav for all but the main browser -->
<div id='left-nav'></div>
<!-- main browser, including nav in template -->
<div id='browser' class='content view'></div>
<div id='profile' class='col-790 content view'></div>
<div id='top-donors' class='col-790 content view chart'>
{% for donor in site.tags['donors-gross'] %}
<h1 class='title-story'>{{donor.title}}</h1>
{{donor.content}}
{% endfor %}
<ul id='donor-nav'>
<li id='regular'><a href='#top-donors/regular'>Regular</a></li>
<li id='other'><a href='#top-donors/other'>Other</a></li>
<li id='total'><a href='#top-donors/total'>Total</a></li>
</ul>
<table class='table table-unstyled donor-gross-table'></table>
</div>
<div id='about' class='col-790 content view'>
{% for subnav in site.categories.about %}
<div class='section' id='{{subnav.tag}}'>
<h1 class='title-story'>{{subnav.title}}</h1>
{{subnav.content}}
</div>
{% endfor %}
</div>
</div>
</div>
</div>
<!-- Download Modal -->
{% for modal in site.tags.download %}
<div class='modal hide fade' id='{{modal.tag}}'>
<div class='modal-header'>
<button type='button' class='close' data-dismiss='modal'>×</button>
<h3>{{modal.title}}</h3>
</div>
<div class='modal-body'>
{{modal.content}}
</div>
</div>
{% endfor %}
<!-- Widget modal -->
<div class='modal hide fade' id='widget'></div>
{% include feedback.html %}
{% include global-footer.html %}
{% include top-recipient-note.html %}
<div id='templates'>
{% include templates.html %}
</div>
</body>
</html>