-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
366 lines (285 loc) · 9.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Wash Sector | VAF matrix by geographical area </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css" media="screen">
<link rel="stylesheet" href="css/style-chosen.css">
<style>
body {
font-family:open_sanslight, Arial, Helvetica, sans-serif;
color:#666;
}
@font-face {
font-family: 'open_sanslight';
src: url('assets/OpenSans-Light-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansitalic';
src: url('assets/OpenSans-Italic-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sansregular';
src: url('assets/OpenSans-Regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'open_sanssemibold';
src: url('assets/OpenSans-Semibold-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
.foot {
font-size:12px;
}
.geogg {
stroke:#ccc;
stroke-width:0.5px;
}
#map {
/*width:500px;*/
margin:0px auto;
}
#key path {
display: none;
}
#key line {
stroke: #000;
shape-rendering: crispEdges;
}
#key g {
font-size:11px;
fill:#666;
}
#key rect {
stroke:#666;
stroke-width:0.5px;
z-index:+1;
}
#areaname {
text-align:center;
height:55px;
}
@media (min-width: 768px) {
#areanm
{
font-size:20px;
color:#666;
min-width:1%;
font-family:open_sanssemibold, Arial, Helvetica, sans-serif;
text-align:center;
}
#areainfo
{
font-size:22px;
color:#666;
font-family:open_sanssemibold, Arial, Helvetica, sans-serif;
}
}
@media (max-width: 767px) {
#areanm
{
font-size:16px;
color:#666;
font-family:open_sanssemibold, Arial, Helvetica, sans-serif;
}
#areainfo
{
font-size:16px;
color:#666;
font-family:open_sanssemibold, Arial, Helvetica, sans-serif;
}
#areainfo span
{
font-size:12px;
}
}
#chosensel {
height:50px;
}
@media (min-width: 768px) {
#key {
width:140px;
height:500px;
}
}
@media (max-width: 767px) {
#key {
width:100%;
height:60px;
}
}
/* Zoom CSS */
.zoom-control-zoom a, .zoom-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.zoom-control-zoom a {
width: 22px;
height: 22px;
text-align: center;
text-decoration: none;
color: #5381ca;
}
.zoom-control-zoom-in {
cursor:pointer;
font: bold 18px/24px Arial, Helvetica, sans-serif;
}
.zoom-control-zoom-in:hover {
color: #fff;
background-color: #5381ca;
}
.zoom-bar-part-top {
}
.zoom-bar-part {
background-color: rgba(255, 255, 255, 0.8);
border-bottom: 1px solid #aaa;
}
.zoom-control-zoom-out {
cursor:pointer;
font: bold 23px/20px Tahoma, Verdana, sans-serif;
}
.zoom-control-zoom-out:hover {
color: #fff;
background-color: #5381ca;
}
.zoom-bar-part-bottom {
border-bottom: none;
}
.zoom-container {
margin-left: 13px;
margin-top: 0px;
position: absolute;
left: 0px;
top: 0px;
}
.zoom-bar {
border: 1px solid #59a4da;
}
.zoom-popup-pane, .zoom-control {
cursor: auto;
}
.zoom-control {
float: left;
clear: both;
}
.zoom-control {
z-index: 7;
pointer-events: auto;
}
.average {
font-family:open_sanssemibold, Arial, Helvetica, sans-serif;
}
</style>
<script>
function show(shown, hidden) {
document.getElementById(shown).style.display='block';
document.getElementById(hidden).style.display='none';
return false;
}
</script>
</head>
<body id="childt">
<div class="container-fluid">
<div id="graphic">Loading graphic...</div>
<div class="row" style="background-color: #766aab; color: #ffffff">
<div class="col-md-1" style="position:relative;top:22px">
<center >
<img src="img/wash.svg" width=100px>
</center>
</div>
<div class="col-md-8">
<!-- <center> </center> -->
<h3><strong>Wash Sector | VAF matrix by geographical area
<a href="index.html" target="_blank"><i class="icon-im-coord" style="color:white; font-size:20px;" ></i></a></strong></h3>
The data presented here are collected through the at the registration stage by UNHCR and during home visits by UN agencies and NGOs. <br />
From the regularly updated database ‘vulnerability profile’ is generated based on different vulnerabilty thresholds. <br>
<strong>The following map shows the vulnerabilty thresholds (High + Severe) of the WASH sector. </strong><br><BR>
</div>
<div class="col-md-3">
<div class="row" align=right>
<br>
<div class="socialmedia" data-step="11" data-intro="Feel Free to share if you like it!" data-position="left">
<table width = "50%">
<tbody>
<tr>
<td valign="middle"><a href="http://www.facebook.com/sharer.php?u=http://data.unhcr.org/jordan/sectors/shelter" target="_blank">
<img src="img/Facebook.png" style="height: 25px; width: 25px"></a></td>
<td valign="middle"><a href="https://twitter.com/intent/tweet?url=http://data.unhcr.org/jordan/sectors/shelter&text=%23jordan%20@Refugees" target="_blank">
<img src="img/Twitter.png" style="height: 25px; width: 25px"></a></td>
<td valign="middle"><a href="https://plus.google.com/share?&hl=en&url=http://data.unhcr.org/jordan/sectors/shelter" target="_blank">
<img src="img/Google.png" style="height: 25px; width: 25px"></a></td>
</tr>
</tbody></table><br>
</div>
</div>
</div>
</div>
<div class="col-xs-12" id="disc1" align="right">
<a href="#" onclick="return show('disc2','disc1');"> Disclaimer ▼</a>
</div>
<div class="col-xs-12" id="disc2" style="display:none">
<div align="right"> <a href="#" onclick="return show('disc1','disc2');"> Disclaimer ▲</a> </div>
<div class="col-md-11" align=left>
Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here..... Disclaimer comes here.....
<br><br>
</div>
</div>
<div class="row" id="navigation">
<div class="col-sm-12 hidden-xs" id="pills">
</div>
<div class="col-xs-12 visible-xs">
<div class="btn-group btn-group col-xs-12" role="group" id="menu">
<button id="varsel" class="btn btn-primary dropdown-toggle btn-block" type="button" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">Dropdown<span class="caret"></span>
</button>
</div>
</div>
<!-- <div class="col-sm-3" id="selectarea">
<div id="chosensel"></div>-->
</div>
<div class="row" id="areadrop">
<div class="col-sm-9 col-xs-12" id="areaname">
<div id="areanm"></div>
<div id="areainfo"></div>
</div>
<div class="col-sm-3 col-xs-12" id="chosensel">
</div>
</div>
<div class="row">
<div id="mapPane" class="col-sm-10 col-xs-12">
<div id="map">
</div>
</div>
<div class="col-sm-2 col-xs-12">
<div id="key"></div>
</div>
</div><!-- end row -->
</div>
<div class="row" style="background-color: #766aab; color: #FFFFFF">
<div class="col-md-12" style="pposition:relative;top:3px">
<p align=right><strong>Produced by Information Management Unit, UNHCR, Jordan. For more information please
contact <a href="http://data.unhcr.org/jordan/team.html" target="_blank" ><font color=#FFFFFF> our team </font></a>. </strong></p>
</div>
</div>
<!--end container -->
<!-- Constant libraries / frameworks -->
<script src="js/jquery.js"></script>
<script src="js/chosen.jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.custom.56904.js"></script>
<script src="js/d3.v3.min.js" charset="utf-8"></script>
<script src="js/queue.js" charset="utf-8"></script>
<script src="js/ss.js"></script>
<script src="js/topojson.js"></script>
<script src="js/pym.js" charset="utf-8"></script>
<script src="js/colorbrewer.js" charset="utf-8"></script>
<script src="js/script.js" charset="utf-8"></script>
</body>
</html>