forked from IFRCGo/africa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
health.html
246 lines (217 loc) · 12.6 KB
/
health.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
<html lang="en">
<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>
<link rel="canonical" href="/africa">
<!-- 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="./css/leaflet.css">
<link rel="stylesheet" href="./css/font-awesome.min.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">
<link rel="stylesheet" href="./css/inform.css" media="screen" type="text/css">
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/carousel.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="./css/carousel.css" rel="stylesheet">
<style type="text/css">
#map{height:500px;}
</style>
<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>
<!-- End Top Bar -->
<nav aria-label="You are here:" role="navigation" class="row">
<div class="top-bar-right">
<ul class="menu vertical medium-horizontal expanded" data-responsive-menu="drilldown medium-dropdown">
<li style="font-size:0.8rem"><a href="./preparedness.html"> <<< Home </a></li>
</ul>
</div>
</nav>
<hr>
<section class="slider">
<div >
<!-- slide -->
<ul>
<li class="active">
<div >
<img class="slider" src="./img/cp3/anthraxKEN.jpg" alt="">
</div>
</li>
<li >
<div>
<img class="slider" src="./img/cp3/GINBBC.jpg" alt="">
</div>
</li>
<li >
<div>
<img class="slider" src="./img/cp3/kapKEN.jpg" alt="">
</div>
</li>
<li >
<div>
<img class="slider" src="./img/cp3/UGA.jpg" alt="">
</div>
</li>
</ul>
<!-- controll -->
<span class="controll active"></span>
<span class="controll"></span>
</div>
</section>
<hr>
<section class="row">
<div class="medium-5 column">
<div class="card-section">
<img src="img/cp3/countries/africa cp3.png" style="height: auto"alt="">
</div>
</div>
<div class="medium-3 column" >
<div class="card-section">
<a href="./health/MLI.html" class="button ifrcCorporateRed expanded"> Mali</a>
<a href="./health/KEN.html" class="button ifrcCorporateRed expanded">Kenya</a>
<a href="./health/UGA.html" class="button ifrcCorporateRed expanded">Uganda</a>
<a href="./health/GIN.html" class="button ifrcCorporateRed expanded">Guinea</a>
<a href="./health/CMR.html" class="button ifrcCorporateRed expanded">Cameroon</a>
<a href="./health/SLE.html" class="button ifrcCorporateRed expanded">Sierra Leone</a>
<a href="./health/DRC.html" class="button ifrcCorporateRed expanded">Democratic Republic of Congo</a>
</div>
</div>
<div class= "medium-4 column" >
<div class="card-section">
<h2 class="fold__title" > Early Detection, Early Action</h2> <br>
<p> In today’s connected world, disease outbreaks can spread faster and more unpredictably than ever before. Emerging infectious diseases are having a devastating public health and economic burden on communities around the world.<br /> </p>
<p> The International Federation of Red Cross and Red Crescent Societies (IFRC) has long focused on helping communities prepare and respond to health emergencies. Through an innovative project, supported by the U.S. Agency for International Development (USAID), IFRC is scaling up community epidemic and pandemic preparedness in eight “pilot” countries.<br /> </p>
<p>Through our powerful network of millions of volunteers globally, we’re helping strengthen ability of communities and other partners to prepare prevent, detect and respond to diseases.</p>
</div>
</div>
</div>
</section>
<div class="row medium-12 column">
<h1 class="fold__title" >How the Programme Works</h1>
<!-- Text from IFRC Europe website -->
</div>
<hr>
<div class="container marketing">
<!-- Three columns of text below -->
<div class="row">
<div class="col-lg-4">
<img class="rounded-circle" src="img\cp3\icones\icon_globe.png" alt="Generic placeholder image" width="160" height="160">
<h2 class="dap">8 Target Countries</h2>
<p>CP3 is different in each country where it is being rolled out. The program is designed to be adaptable—based on the country’s priorities, needs, risks and capacities. It also complements and builds on existing national emergency response plans. The program has started in <b>Indonesia</b>, <b>Uganda</b>,<b>Cameroon</b>, <b>Kenya</b>, the <b>Democratic Republic of Congo</b>, <b>Sierra Leone</b>, <b>Guinea</b> and <b>Mali</b>.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img\cp3\icones\icon_people.png" alt="Generic placeholder image" width="160" height="160">
<h2 class="dap">Preparing communities</h2>
<p >Many outbreaks go unnoticed until many people in the same community become gravely ill. All too often, communities lack the knowledge or skills to take preventative action. We’re working to change this by ensuring communities have basic information about the spread of diseases and how to prevent them, simple and effective systems to detect outbreaks, and communications mechanisms that ensure timely information sharing and community engagement.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img\cp3\icones\icon_first_responders.png" alt="Generic placeholder image" width="160" height="160">
<h2 class="dap">Preparing first responders</h2>
<p >Red Cross and Red Crescent National Societies have extraordinary reach in communities the world over, and in their supporting role to governments, are often central to emergency responses amid outbreaks. We are working to strengthen their epidemic preparedness and response capacity, and at the same time, help them develop and train networks of volunteers to support early detection and early action to outbreaks.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img\cp3\icones\icon_business-and-society.png" alt="Generic placeholder image"width="160" height="160">
<h2 class="dap">Preparing business and society</h2>
<p >Epidemics not only threaten lives, but all aspects of society, including food production, trade, transportation and education. When services and employment are disrupted, day to day life is turned upside down. This part of the project works to prepare and engage the private sector and other key stakeholders like religious leaders and the media in epidemic preparedness and response.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle" src="img\cp3\icones\icon_tools.png" alt="Generic placeholder image" width="160" height="160">
<h2 class="dap">Preparing business and society</h2>
<p >The IFRC, National Societies and other partners have developed effective tools, trainings, manuals and technology to boost community capacity, before, during and after health emergencies. They include health literacy curriculum for school children, first aid applications, a toolkit that helps communities identify risks and guidelines on community engagement.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
<!-- /END THE FEATURETTES -->
<!-- /END THE FEATURETTES -->
<!-- FOOTER -->
<footer>
<div class="row small-12 large-up-5">
<h6>The International Federation of Red Cross and Red Crescent Societies (IFRC) is the world's largest humanitarian organization, with 190 member National Societies. As part of the International Red Cross and Red Crescent Movement, our work is guided by seven fundamental principles; humanity, impartiality, neutrality, independence, voluntary service, unity and universality.</h6>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84297335-1', 'auto');
ga('send', 'pageview');
</script>
<script src="./assets/scripts/vendor/leaflet-src.js"></script>
<script src="./assets/scripts/vendor/topojson.js"></script>
<script src="./assets/africa.geojson"></script>
<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="./js/leaflet.js"></script>
<script src="./js/health.js"></script>
<script src="./js/TweenMax.min.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>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>