-
Notifications
You must be signed in to change notification settings - Fork 3
/
preparedness.html
151 lines (127 loc) · 5.79 KB
/
preparedness.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IFRC Africa - Operations Room</title>
<!-- Google WebFont -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<!-- Favicon pack for Go -->
<link rel="apple-touch-icon" sizes="57x57" href="./assets/graphics/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="57x57" href="./assets/graphics/favicon/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="./assets/graphics/favicon/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="./assets/graphics/favicon/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="./assets/graphics/favicon/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="./assets/graphics/favicon/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="./assets/graphics/favicon/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="./assets/graphics/favicon/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="./assets/graphics/favicon/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./assets/graphics/favicon/apple-touch-icon-180x180.png">
<link rel="shortcut icon" href="./assets/graphics/favicon/favicon.ico">
<link rel="icon" type="image/png" href="./assets/graphics/favicon/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="./assets/graphics/favicon/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="./assets/graphics/favicon/favicon-32x32.png" sizes="32x32">
<!-- Meta tags -->
<meta name="description" content="IFRC Africa Operations Room">
<meta name="twitter:site" content="@IFRCAfrica" >
<meta name="twitter:title" content="IFRC Africa" >
<meta name="twitter:description" content="IFRC Africa Operations Room" >
<!-- IFRC Go master stylesheet -->
<link rel="stylesheet" href="./assets/styles/main.css">
<!-- vendor stylesheets -->
<link rel="stylesheet" href="./assets/styles/vendor/leaflet.css">
<link rel="stylesheet" href="./assets/styles/vendor/introjs.css">
<link rel="stylesheet" href="./assets/styles/vendor/jquery.dataTables.css">
<link rel="stylesheet" href="./assets/styles/vendor/dc.css">
<link rel="stylesheet" href="./assets/styles/vendor/c3.css">
<!-- Site-specific CSS -->
<link rel="stylesheet" href="./css/site.css" media="screen" type="text/css">
<!-- Dropdown button styling -->
<style>
.dropdown {
position: relative;
display: inline-block;
}
/* Style The Dropdown Button */
.dropbtn {
background-color: #D33F49;
color: #fefefe;
padding: 16px;
font-size: 14px;
border: none;
cursor: pointer;
}
.dropdown-content {
display: none;
position: absolute;
min-width: 160px;
/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
padding: 12px 16px;
z-index: 1;
}
.dropdown:hover .dropdown-content {
display: block;
}
</style>
</head>
<body >
<!--[if lt IE 10]>
<div id="nocando">
<h1>No can do!</h1>
<p>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
</div>
<!-- End Top Bar -->
<section>
<div class="row">
<div class="card_column" style="width:400px">
<div class="ea_card" >
<div class="">
<a href="./health.html"> <img src="img/Health.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="40" height="4<0" alt=""></a>
</div>
<a href="./health.html"><b>Epidemic, Preparedness & Response</b></u> </a>
</div>
</div>
<div class="card_column" style="width:400px">
<div class="ea_card">
<div class="">
<a href="./wash.html"> <img src="img/WASH.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="40" height="40" alt=""></a>
</div>
<a href="./wash.html"><b>Wash Overview</b></a>
</div>
</div>
<div class="card_column" style="width:400px">
<div class="ea_card">
<div class="">
<a href="./idrl.html"> <img src="img/IDRL.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="40" height="40" alt=""></a>
</div>
<a href="./idrl.html"><b> International Disaster Response Laws Dashboard</b></a>
</div>
</div>
</div>
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-140892806-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-140892806-1');
</script>
<!-- vendor js -->
<script src="./assets/scripts/vendor/d3.js"></script>
<script src="./assets/scripts/vendor/index.js"></script>
<script src="./js/jquery.min.js"></script>
<script src="./assets/scripts/vendor/leaflet.js"></script>
<script src="./assets/scripts/vendor/isotope.pkgd.min.js"></script>
<script src="./assets/scripts/vendor/papaparse.js"></script>
<script src="./assets/scripts/vendor/intro.js"></script>
<script src="./assets/scripts/vendor/jquery.dataTables.js"></script>
<script src="./js/topojson.v1.min.js"></script>
<script src="./assets/scripts/vendor/crossfilter.min.js"></script>
<script src="./assets/scripts/vendor/dc.js"></script>
<script src="./assets/scripts/vendor/c3.js"></script>
<!-- Site-specific js -->
<script src="./js/homepage.js" type="text/javascript"></script>
</body>
</html>