-
Notifications
You must be signed in to change notification settings - Fork 3
/
index1(draft).html
408 lines (381 loc) · 21.3 KB
/
index1(draft).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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
<!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>
<![endif]-->
<!-- Start Top Bar -->
<div class="top-bar medium-10">
<div class="top-bar-left">
<a href="https://go.ifrc.org/"><img class="logo" src="./assets/logos/logo_test_Go.png"></a>
</div>
<div class="top-bar-right">
<ul class="menu vertical medium-horizontal expanded" data-responsive-menu="drilldown medium-dropdown">
<li class="external"><a href="https://media.ifrc.org/ifrc/where-we-work/africa/" target="_blank" class="hvr-underline-reveal">IFRC Africa</a></li>
<li class="external"><a href="https://fednet.ifrc.org/" target="_blank" class="hvr-underline-reveal">FedNet</a></li>
<li class="external"><a href="https://go.ifrc.org" target="_blank" class="hvr-underline-reveal">GO (global)</a></li>
<div class="dropdown">
<button class="dropbtn">Change Language</button>
<div class="dropdown-content">
<li> <a href="index-fr.html"> French </a> </li>
</ul>
</div>
</div>
<!-- End Top Bar -->
<div class="row medium-12 column">
<h1> <font color = "#dc1e1e"> Africa Regional Office - Operations Room</font></h1>
<!-- Text from IFRC Europe website -->
<p>The IFRC Africa Regional Office works in support of 49 National Red Cross and Red Crescent Societies. Through its Country Cluster Support Teams and Country Offices, it provides coordination, financial and technical support for disaster operations and longer-term resilience programmes throughout the region.</p>
</div>
<hr>
<section>
<div class="row">
<div class="card_column" >
<div class="ea_card" style="padding: 15px;">
<div class="">
<a href="./covid19.html"> <img src="img/covid.svg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="30" height="30" alt=""></a>
</div>
<a href="./covid19.html"> COVID-19 Appeal Overview <br> <u><b>Recent Update!</b></u> </a>
</div>
</div>
<div class="card_column">
<div class="ea_card" >
<div class="">
<a href="./currentappeals.html"> <img src="img/programme.svg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="25" height="25" alt=""></a>
</div>
<a href="./currentappeals.html">Current Emergency Operations </a>
</div>
</div>
<div class="card_column">
<div class="ea_card">
<div class="">
<a href="./cop.html"> <img src="img/analysis.svg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="25" height="25" alt=""></a>
</div>
<a href="./cop.html">Country Operational Plans </a>
</div>
</div>
</div>
</section>
<hr>
<section id="Emergencies">
<div class="row">
<h1>Emergency Operations</h1>
<div class="medium-6 column">
<div id="map"><img id="map-loading" src="./img/loading.gif"></div>
</div>
<div class="medium-4 column">
<div class="row">
<div class="medium-6 column">
<p class="keyfiguretitle"><font color = "#dc1e1e">Funding</font></p><span id="totalcoverage" class="keyfigure"></span>
</div>
<div class="medium-6 column">
<div class="row">
<div class="medium-12 column">
<p class="keyfiguretitle text-left"><font color = "#dc1e1e">Emergency Appeals</font></p><span id="totalea" class="keyfigure"></span>
</div>
</div>
<div class="row">
<div class="medium-12 column">
<p class="keyfiguretitle text-left"><font color = "#dc1e1e">DREFs</font></p><span id="totaldref" class="keyfigure"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="medium-6 column">
<p class="keyfiguretitle text-left minheight"><font color = "#dc1e1e">Total Appeals</font></p><span id="totalappeals" class="keyfigure"></span>
</div>
<div class="medium-6 column">
<p class="keyfiguretitle text-left minheight"><font color = "#dc1e1e">Targeted beneficiaries</font></p><span id="totalbens" class="keyfigure"></span>
</div>
</div>
</div>
<div class="medium-2 column">
<h2>More Information</h2>
<div class="row">
<a href="./all_appeals.html" class="button ifrcCorporateRed expanded">Historic emergency operations</a>
<a href="./foodsecurity.html" target="_blank" class="button ifrcCorporateRed expanded">Food Security in Africa</a>
<a href="./profile_overview.html" class="button ifrcCorporateRed expanded">National Society Profiles</a>
<!-- DRR Mapping dropdown -->
<div class="dropdown">
<button class="dropbtn">Disaster Risk Reduction Mapping </button>
<div class="dropdown-content">
<a href="https://public.tableau.com/profile/ifrc.r.v#!/vizhome/drrmappingstory_0/DRRmapping2017" target="_blank" class="button ifrcCorporateRed expanded"> 2017 Mapping </a>
<a href="https://public.tableau.com/profile/ch.choe#!/vizhome/IFRC2018AfricaClimate-SmartDRRMapping/Dashboard1?publish=yes" target="_blank" class="button ifrcCorporateRed expanded"> 2018 Mapping </a>
</div>
</div>
</div>
</div>
</div>
</section>
<hr>
<section id="SupportServices">
<div class="row">
<h1>Operational Support</h1>
<div id="overview" class="medium-12 column">
<div class="row small-up-2 medium-up-3">
<div class="column">
<img class="img-circle" src="./img/protection.png">
<div class="card-section">
<h2 style="text-align: center;">PGI</h2>
<a href="./PGI.html"class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Protection, Gender & Inclusion</a>
</div><!-- Individual card -->
</div>
<!-- Column 4 -->
<div class="column">
<img class="img-circle" src="./img/volunteers.png">
<div class="card-section">
<h2 style="text-align: center;">Youth & Volunteer</h2>
<a href="./Youth-and-Volunteer.html"class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Youth & Volunteer</a>
</div><!-- Individual card -->
</div>
<!-- Column 5 -->
<div class="column">
<img class="img-circle" src="./img/disaster-law.png">
<div class="card-section">
<h2 style="text-align: center;">Disaster Law</h2>
<a href="./disaster_law.html"class="button ifrcCorporateRed expanded" style="border-radius: 50px;">Disaster Law</a>
</div><!-- Individual card -->
</div><!-- Column 5 -->
</div>
<div class="row small-up-2 medium-up-3">
<div class="column">
<img class="img-circle" src="./img/logistics.png">
<div class="card-section">
<h2 style="text-align: center;" >Logistics</h2>
<a href=" https://app.powerbi.com/view?r=eyJrIjoiMWQ3YWZkOTctNDJlNS00ZjY1LWE0ZGMtYzM3MzUzYjVhNGFhIiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Pre-positioned Stock</a>
<a href="https://app.powerbi.com/view?r=eyJrIjoiZjc5Nzg5ZTEtMWM0Ni00NDY4LTg1NGUtNTEwYTBhYmIxN2FmIiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Fleet Management</a>
</div><!-- Individual card -->
</div><!-- Column 1 -->
<div class="column">
<img class="img-circle" src="./img/Water.png" >
<div class="card-section">
<h2 style="text-align: center;">Health & WASH</h2>
<a href="./health.html" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Epidemic Preparedness & Response</a>
<a href="./wash.html" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">WASH Capacity</a>
</div>
</div><!-- Column 2 -->
<div class="column">
<img class="img-circle" src="./img/surge.png">
<div class="card-section">
<h2 style="text-align: center;">Surge </h2>
<a href="https://www.ifrc-africa-surge.org/" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;" >Africa Surge Desk</a>
</div><!-- Individual card -->
</div><!-- Column 3 -->
</div>
</div>
</div>
<hr>
<div class="row">
<h1>Organizational Support</h1>
<div id="overview" class="medium-12 column">
<div class="row small-up-2 medium-up-3">
<div class="column">
<div class="card">
<img src="./img/knowledge-2.jpg">
<div class="card-section">
<h2 style="text-align: center;">NSD / OD</h2>
<div class="row small-up-2 medium-up-2" style=" text-align: center">
<div class="dropdown" style="width: 90%;">
<button class="dropbtn" style="border-radius: 45px;">PSK Annual Reports</button>
<div class="dropdown-content" style="background: #cecece">
<a href="./docs/PSK/PSK Progress Report 2019.pdf" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;"> PSK Progress Report 2019</a>
<a href="./docs/PSK/PSKANNUALReport2018n (002).pdf" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">PSK Annual Report 2018 </a>
<a href="./docs/PSK/PSK AnnualReport 2017 UPDATED 260218.pdf" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">PSK Annual Report 2017</a>
</div>
</div>
</div>
<a href="./docs/PSK/PSK Seed grant Report FINAL (006).pdf" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Seed Grant Report</a>
<a href="./docs/PSK/Africa Region Leadership Forum - February 11 2019_1.pdf" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Africa Region Leadership Forum</a>
<a href="./compendium.html" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Africa Compendium</a>
<a href="https://app.powerbi.com/view?r=eyJrIjoiZTM2YWFkMDEtODBlMy00N2E4LTk3NTYtMDAzYjI1ZmI4ZWI1IiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Trainings</a>
</div><!-- Card section -->
</div><!-- Individual card -->
</div>
<div class="column">
<div class="card">
<img src="./img/hr.jpg">
<div class="card-section">
<h2 style="text-align: center;">HR</h2>
<a href="https://app.powerbi.com/view?r=eyJrIjoiM2M4ODhkN2ItZTcwMy00YjhmLWJiNTQtOGMzYjliYjRmY2U1IiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">HR Masterplan 2020</a>
<a href="https://app.powerbi.com/view?r=eyJrIjoiODIyNjczOGUtNDk1Ny00ZmZmLWI0NWUtYjAyMjllNDFhYjRjIiwidCI6ImEyYjUzYmU1LTczNGUtNGU2Yy1hYjBkLWQxODRmNjBmZDkxNyIsImMiOjh9" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Staff on Loan</a>
<a href="./rm-mapping-dashboard.html" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;" >Partner NS Resource Mapping</a>
</div>
</div>
</div><!-- Column 2 -->
<div class="column">
<div class="card">
<img src="./img/knowledge-2.jpg">
<div class="card-section">
<h2 style="text-align: center;">Network / Teamsites</h2>
<a href="https://ifrcorg.sharepoint.com/teams/Africa/network/im" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">IM Network</a>
<a href="https://ifrcorg.sharepoint.com/teams/Africa/DM/eaioi" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">East Africa DM Network</a>
<a href=".\admag.html" target="_blank" class="button ifrcCorporateRed expanded" style="border-radius: 45px;">ADMAG</a>
</div><!-- Card section -->
</div><!-- Individual card -->
</div><!-- Column 3 -->
</div>
</div>
</div>
</section>
<hr />
<section id="Resilience">
<div class="row">
<h1>Resilience Operations</h1>
<div class="medium-4 column">
<div class="card">
<img src="./img/lcbi.jpg">
<div class="card-section">
<h2> <font color = "#dc1e1e">Lake Chad Basin Initiative</font></h2>
<p class="justify">Millions of people in the Lake Chad Basin Region face challenges related to compromised livelihoods and food and nutrition insecurity;
insecurity; population movement; deteriorating socio-economic indicators and high population growth rates, among others.
UNICEF estimates that over one million children have been forced out of school due to armed conflicts in the region.
IFRC proposes to build a common approach to address the current humanitarian crisis in this region.</p>
<p class="justify">There is a critical need to respond to the immediate needs of households while concurrently building longer term resilience to break the cycle of vulnerability and stabilize livelihoods to reduce the risk of households slipping back to emergency state.</p>
<ol type="a">
<li>Convening, co-ordinating, and mobilizing;</li>
<li>Localization of aid;</li>
<li>Leveraging branches as centres of resilience and volunteers network;</li>
<li>Risk management and mitigation.</li>
</ol>
</div><!-- Card section -->
</div><!-- Individual card -->
</div>
<div class="medium-4 column">
<div class="card">
<img src="./img/sa_resilience.jpg">
<div class="card-section">
<h2> <font color = "#dc1e1e">Southern Africa</font></h2>
<p class="justify">Many of the vulnerabilities that exist in Southern Africa arise from prolonged exposure to deep-rooted inadequate capacities to cope with shocks resulting from natural disasters, poverty, conflict and political unrest.<br />
To break a cycle of crisis-response, high risk areas across Southern Africa will be supported to become more resilient to natural disasters through a four-pillar programming approach focused on:
</p>
<ol type="a">
<li>community and household long term preparedness and resilience; </li>
<li>life-saving and livelihoods interventions following crises;</li>
<li>national Society preparedness, coordination and knowledge management;</li>
<li>innovation and application of risk reduction and risk burden sharing systems.</li>
</ol>
</div><!-- Card section -->
</div><!-- Individual card -->
</div>
<div class="medium-4 column">
<div class="card">
<img src="./img/climate_change.jpg">
<div class="card-section">
<h2> <font color = "#dc1e1e">Climate Change</font></h2>
<p class="justify">According to the <a href="http://www.ipcc.ch/report/ar5/syr/" target="_blank">report from the Intergovernmental Panel on Climate Change (AR5)</a>, Africa is one of the most vulnerable continents to climate change due to its high exposure to climate stress and low adaptive capacity (e.g., poor infrastructure, limited access to markets, high illiteracy rates).<br />
Many of the projected impacts of climate change are amplifications of natural climate variability, which already pose significant challenges to vulnerable communities.<br />
This is true for Tanzania and Malawi, the two African countries selected for the <a href="http://www.wmo.int/gfcs/Norway_2" target="_blank">Global Framework for Climate Services (GFCS) Adaptation Programme in Africa</a> that was implemented from 2014 to 2017.<br />
For these countries, climate change impacts are anticipated to be felt through increased frequency and severity of extreme events; therefore, better managing the risks associated with climate variability provides an immediate opportunity to adapt to future climate change.
</p>
</div><!-- Card section -->
</div><!-- Individual card -->
</div>
<div class="medium-12 column"><p class="text-right">
<i><a href="https://media.ifrc.org/ifrc/who-we-are/performance-and-accountability/ifrc-annual-report-2015/strategies-outcomes-and-achievements/">Learn more about the IFRC's Strategic Areas of Focus</a>.</i></p>
</div>
</div>
</section>
<div class="row">
<!-- Areas of Focus figures pulled in from linked Google sheet (see site.js) -->
<div id="aof" class="medium-12 column"></div>
</div>
<hr>
<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>
<!-- 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>