-
Notifications
You must be signed in to change notification settings - Fork 3
/
sahel.html
486 lines (441 loc) · 22.2 KB
/
sahel.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
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
<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>
<!-- Google WebFont -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- 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/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">
<!-- Custom styles for this template -->
<link href="./css/carousel.css" rel="stylesheet">
<!-- 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;
}
.img_footer {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(245, 51, 53);
opacity: 0.8;
color: white;
text-align: left;
}
.netcard {
box-shadow:0px 0px 10px rgba(0,0,0,0.427451);
max-width: 250px;
height: 250px;
margin: auto;
text-align: center;
font-family: arial;
align-items: center;
color: #f53335;
border-radius: 5%;
}
.card button {
border: none;
outline: 0;
padding: 12px;
color: white;
background-color: #fefefe;
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
}
.card button:hover {
opacity: 0.7;
}
.vl {
border-right: 1px solid grey;
height: 900px;
}
.flex-container {
display: flex;
flex-direction: column-reverse;
}
.flex-container > div {
background:#e0e0e0;
width: 340px;
margin: 10px;
text-align: center;
line-height: 40px;
font-size: 16px;
}
</style>
</head>
<body>
<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="./sahel fr.html"> French </a> </li>
</ul>
</div>
</div>
<!-- End Top Bar -->
<nav aria-label="You are here:" role="navigation" class="row">
<ul class="breadcrumbs" vocab="http://schema.org/" typeof="BreadcrumbList">
<li><a href="/africa">Africa Operations Room</a></li>
<li class=" active" property="itemListElement" typeof="ListItem">
<span property="name">Sahel Digital Platform</span>
<meta property="position" content="1" />
</li>
</ul>
</nav>
<hr>
<section class="slider_dl">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active" >
<img src=".\img\Sahel\Photo kaké 2 new 2.png" alt="Avatar woman">
<div >
<h1 class="text-block">Sahel+ Group</h1>
</div>
</div>
<div class="carousel-item" >
<img src=".\img\Sahel\migrants niger on truck.png" alt="Avatar woman">
<div>
<h1 class="text-block">Sahel+ Group</h1>
</div>
</div>
<div class="carousel-item">
<img src=".\img\Sahel\parknts niger on truck.png" alt="Avatar woman">
<div>
<h1 class="text-block">Sahel+ Group</h1>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="img_footer">
<h2><b>Welcome | Sahel+ | Digital Platform</b></h2>
<p style="font-size:1rem;"> <font color = "white">Welcome to the Sahel+ Group! Here you will find information and updates on our group, activities and members.</font> </p>
</div>
</section>
<div class="row featurette" style="align:center;">
<div class="col-md-12">
<img src="./img/logo/BFA_logo.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="70" height="70" alt="">
<img src="./img/logo/MLI_logo.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="70" height="70" alt="">
<img src="./img/logo/GMB_logo.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="75" height="75" alt="">
<img src="./img/logo/GIN_logo.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="65" height="65" alt="">
<img src="./img/logo/NER_logo.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="60" height="60" alt="">
<img src="./img/logo/SEN_logo.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="60" height="60" alt="">
<img src="./img/logo/GNB_logo.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="70" height="70" alt="">
<img src="./img/logo/TCD_logo.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="80" height="80" alt="">
<img src="./img/logo/MRT_logo.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="80" height="80" alt="">
<img src="./img/logo/CIV_logo.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="90" height="90" alt="">
</div>
</div>
<hr>
<section id="News & Training" >
<section class="row">
<div class="medium-12 column">
<div class="medium-6 column">
<p >We are a group of ten National Societies coordinating on matters of mutual interest.</p>
<p>Our network comprises the National Societies of Burkina Faso, Cabo Verde, Chad, the Gambia, Guinea-Bissau, Guinea Conakry, Mali, Mauritania, Niger and Senegal, as well as the International Federation of Red Cross and Red Crescent Societies (IFRC) and the International Committee of the Red Cross (ICRC) as observer members. </p>
<p>We come together every year for the Sahel+ group’s General Assembly in order to elect a new leadership, except for the post of Secretary, which is permanently devolved to the Presidency of the Senegalese Red Cross. </p>
<p>We have also elected a Youth Representative to make the voices of our youth colleagues and volunteers heard at the Red Cross and Red Crescent Pan African Conference and IFRC General Assembly Youth Forums. </p>
<p>Throughout the years, the Sahel+ group has established several initiatives on key issues of interest for the RC/RC Movement such as a Food security platform in 2016 and a Sahel+ Migration network in 2017, and it has acted as a key vehicle for discussing IFRC and ICRC led initiatives and joint programming in the region and for our members. </p>
</div>
<div class="medium-6 column" >
<iframe title="Members of the Sahel+ Group" aria-label="Map" id="datawrapper-chart-S07bO" src="https://datawrapper.dwcdn.net/S07bO/3/" scrolling="no" frameborder="0" style="border: 1px grey;" width="600" height="390"></iframe>
</div>
</div>
</section>
<hr>
<section id="Resources Thumbnails">
<div id="pattern" class="row">
<h3><font color = "#dc1e1e">Resilience Platform | Sahel+</font></h3>
<ul class="list_lenght">
<li>
<div class="li-img" >
<img src=".\img\Sahel\resilience platfom.png" alt="Image Alt Text" />
</div>
<div class="li-text">
<h4 class="li-head"> <p >The 2019 Sahel+ General Assembly established a Resilience Platform, with 3 technical groups working on migration, food security and livelihoods, and shelter.</p>
<p>The Resilience Platform encompasses all 10 Sahel+ members, plus representatives from IFRC, ICRC, and interested Partner National Societies, as well as 3 RC/RC Movement’s reference centres: the <a href="https://www.livelihoodscentre.org/">Livelihoods Centre</a> , the <a href="https://www.climatecentre.org/">Climate Centre</a>, and the <a href="https://ccacr.org/">Centre for Cooperation with Africa</a>. </p>
<p>The Platform’s objective is to promote <b>coordination, partnership and cooperation</b> within the RC/RC Movement in the Sahel, as well as with external stakeholders. </p>
</div>
</a>
</li>
</ul>
</div>
</section>
</section>
<hr>
<section id="Technical Groups">
<div class="row">
<h3><font color = "#dc1e1e"><b></b>Technical Groups | Sahel+</font></h3>
</div>
<hr>
</section>
<section id="News & Training" >
<div class="row" >
<div class="medium-4 column" >
<div class="card" style="background:#e0e0e0">
<div class="card-section" style="height: 100px;">
<li>
<div class="li-img">
<img src=".\img/Sahel/migration.png" alt="Image Alt Text" align="center"/>
</div>
<div class="li-text">
<div class="li-text">
<h4 class="li-head"> <b>Migration</b></h4>
</div>
</div>
</li>
</div>
<div class="card-section" style="height: 150px;" style="background:white;">
<p>The Migration Technical Group brings together migration focal points of the Sahel+ Resilience Platform members.Its mission is to offer a framework for reflexion, research, sharing of experiences, skills, information and lessons learnt, and cooperation on migration issues, between Sahel+ members, and RC/RC Movement actors.</p>
</div>
<div class="card-section">
<a href="migration.html"class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Read More</a>
</div>
</div>
</div>
<div class="medium-4 column" >
<div class="card" style="background:#e0e0e0">
<div class="card-section" style="height: 100px;">
<li>
<div class="li-img">
<img src=".\img/Sahel/fsl.png" alt="Image Alt Text" />
</div>
<div class="li-text">
<h4 class="li-head"> <b>Food Security & Livelihoods</b></h4>
</div>
</li>
</div>
<div class="card-section" style="height: 150px;">
<p>The Food Security and Livelihoods Technical Group brings together Livelihoods focal points of the Sahel+ Resilience Platform members.It constitutes a space where members can formulate proposals, share experiences and lessons learnt in the field of food security and livelihoods.</p>
</div>
<div class="card-section">
<a href="#"class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Read More</a>
</div>
</div>
</div>
<div class="medium-4 column" >
<div class="card" style="background:#e0e0e0">
<div class="card-section" style="height: 100px;">
<li>
<div class="li-img">
<img src=".\img/Sahel/shelter.png" alt="Image Alt Text" />
</div>
<div class="li-text">
<h4 class="li-head"> <b>Shelter</b> </h4>
</div>
</li>
</div>
<div class="card-section" style="height: 150px;">
<p>Coming Soon</p>
</div>
<div class="card-section">
<a href="#"class="button ifrcCorporateRed expanded" style="border-radius: 45px;">Read More</a>
</div>
</div>
</div>
</div>
</section>
<!--End Pattern HTML-->
<hr>
<!-- WThe DAPS Framework content. -->
<div class="row medium-12 column">
<h3><font color = "#dc1e1e">Members | Sahel+ </font></h3x>
<!-- Text from IFRC Europe website -->
</div>
<section id="Countries">
<div class="row">
<div class="medium-6 column">
<div class="card">
<div class="card-section">
<ul>
<li>
<div >
<p>Burkinabe Red Cross</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/Croix-Rouge-Burkinabe-168086396715610" class="fa fa-facebook"></a><a href="https://twitter.com/Croixrougebf" class="fa fa-twitter"></a>
<a href="https://www.croixrougebf.org/" class="fa fa-google"></a></div>
</a>
</li>
<li>
<div >
<p>Red Cross of Cape Verde</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/cruzvermelhadecaboverdesedenacional" class="fa fa-facebook"></a><a href="http://www.cruzvermelha.org.cv/" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Red Cross of Chad</p>
</div>
<div class="li-img">
<a href="https://ifrcgo.org/africa/profile.html#TCD" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Gambia Red Cross Society</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/GambiaRedCross/?_rdc=1&_rdr" class="fa fa-facebook"></a><a href="https://twitter.com/gambiaredcross" class="fa fa-twitter"></a>
<a href="https://ifrcgo.org/africa/profile.html#GMB" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Red Cross Society of Guinea-Bissau</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/cruzvermelha.guinebissau" class="fa fa-facebook"></a><a href="https://twitter.com/cruzvermelha4" class="fa fa-twitter"></a>
<a href="https://ifrcgo.org/africa/profile.html#GNB" class="fa fa-google"></a></div></a>
</li>
</ul>
</div><!-- Card section -->
</div><!-- Individual card -->
</div>
<div class="medium-6 column">
<div class="card">
<div class="card-section">
<ul>
<li>
<div >
<p>Red Cross Society of Guinea</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/croixrougeguinee/?_rdc=1&_rdr" class="fa fa-facebook"></a><a href="https://twitter.com/croixrougegn" class="fa fa-twitter"></a>
<a href="https://ifrcgo.org/africa/profile.html#GIN" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Mali Red Cross</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/CroixRougeMalienne" class="fa fa-facebook"></a><a href="https://twitter.com/CroixRougeMali" class="fa fa-twitter"></a>
<a href="https://www.croixrouge-mali.org/" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Mauritanian Red Crescent</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/croissantrouge.mauritanien.3" class="fa fa-facebook"></a><a href="https://twitter.com/CMauritanien" class="fa fa-twitter"></a>
<a href="https://ifrcgo.org/africa/profile.html#MRT" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Red Cross Society of Niger</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/Croix-Rouge-nigérienne-Page-246545196009395" class="fa fa-facebook"></a><a href="https://twitter.com/crniger" class="fa fa-twitter"></a>
<a href="https://ifrcgo.org/africa/profile.html#NER" class="fa fa-google"></a></div></a>
</li>
<li>
<div >
<p>Senegalese Red Cross Society</p>
</div>
<div class="li-img">
<a href="https://web.facebook.com/CroixRougeSN" class="fa fa-facebook"></a><a href="https://twitter.com/CSenegalaise" class="fa fa-twitter"></a>
<a href="https://ifrcgo.org/africa/profile.html#SEN" class="fa fa-google"></a></div></a>
</li>
</ul>
</div><!-- Card section -->
</div><!-- Individual card -->
</div>
</div>
</section>
<!-- /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>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<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>
<!-- vendor js -->
<script src="./js/jquery.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script>
$('#myCarousel').carousel()
</script>
</body>
</html>