forked from IFRCGo/africa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PGI.html
501 lines (456 loc) · 28.5 KB
/
PGI.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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
<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">
<!-- 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;
}
</style>
</head>
<body>
<div class="top-bar medium-10">
<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="./PGIFR.html"> <u>French</u> </a></li>
</ul>
</div>
</div>
<!-- End Top Bar -->
<hr>
<section class="top-bar medium-10">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
<li data-target="#myCarousel" data-slide-to="4"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/Lesotho training.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Sexual and Reproductive Health rights (SHRR) training </h2>
<p class="psize">Lesotho Red Cross engaged in extensive a 2-day sexual and reproductive health rights (SHRR) training event which took place in November 2020.. The training content, the delivery of which is supported by the World Food Programme, is ultimately expected to reach approximately 20,000 adolescents throughout the country. </p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/Gambia RC.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Food Processing and Preservation of the harvested vegetable</h2>
<p class="psize">Gambia Red Cross conducted a 5-day capacity building training for the women of Kandunko and Kanilai on food processing and preservation of the harvested vegetable. This training was supported by funding from Japanese Red cross</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/Gambia RC disability.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Distribution of dignity kits to persons with disabilities during the Covid -19 response</h2>
<p class="psize">Gambia Red Cross distributing dignity kits to persons with disabilities during the Covid -19 response</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/Burundi RC.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Community on SGBV prevention and response during</h2>
<p class="psize">Burundi Red Cross sensitizing the community on SGBV prevention and response during the Covid-19 response.</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/Somalai RC.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">Somalia RC Training 45 volunteers and community resources persons </h2>
<p class="psize">Training 45 volunteers and community resources persons in 3 branches on SGBV prevention and response in COVID 19 response to ensure integrating of SGBV messaging (Ministry health and GBV cluster materials to be used in training ). </p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/Somalia RC.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">SRCS held international day of zero tolerance for female genital mutilation </h2>
<p class="psize">SRCS held international day of zero tolerance for female genital mutilation focus on mobilizing youth, Volunteer and IDP to eliminations of harmful practices, including female genital mutilation under the theme: The participated were 25 volunteers after that volunteer held awareness in IDP Jawle Garowe. The 100 persons we reached through house to house visits. </p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/SA.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">South African RC (Soweto Branch)</h2>
<p class="psize" >The branch hosted a men’s dialogue to discuss violence against women within the context of the 16 Days of Activism. There is acknowledgment that VAW has reached epidemic proportions in South Africa and that efforts to lessen incidence must involve men as part of advocacy efforts.</p>
</div>
</div>
</div>
<div class="carousel-item" style="height:35rem">
<div >
<div>
<img class="slideme" src="./img/pgi/drc.png" alt="Avatar woman">
</div>
</div>
<div class="split right">
<div class="middle">
<h2 class="words">DRC Red Cross </h2>
<p class="psize">Training on Gender and Diversity to DRC Red Cross project managers with a focus on prevention and response to Sex Gender Based Violence. </p>
</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>
</section>
<hr>
<div class="row medium-12 ">
<h2 class="fold__title">Latest News Africa Region</h4>
</div>
<section id="News & Training">
<div class="row">
<div class="medium-12 column">
<div class="card">
<div class="card-section">
<p ><font color = "#dc1e1e">National Societies in the Southern Africa Cluster</font> continue to play a leading role in the development and adoption of PGI-related instruments. Following the adoption of a PSEA policy by Cruz Vermelha de Moçambique, the Malawi RCS became the second NS in the Cluster to do so, this past quarter. The MRCS PSEA policy is the product of extensive input and collaboration from a number of PGI and legal focal points, including the Cluster PGI Team, and is fully aligned with IFRC standards. The PGI Team is pleased to report that a PSEA policy is in the development stage at the Zambian RCS, and that there are confirmed plans to develop policies with the Baphalali Eswatini, Lesotho and Namibia Red Cross Societies. This process has already begun in Namibia, with a PGI Team mission to the country in February, and will begin in Lesotho at the end of the month when Dr Mugoni and Daniel travel there on mission. The Zambia RCS has also developed a progressive and comprehensive policy on discrimination and harassment. The National Society is in the advanced stages of revision thereof, with the PGI Team standing ready to support with final revisions.</p>
<p ><font color = "#dc1e1e">IFRC and UNICEF </font> held joint learning series targeting IFRC and National Societies staff in PGI, disaster law, PSS staff and UNICEFs staff in child Protection, GBV, Gender. The learning series had 6 sessions with different topics on prevention and response SGBV and it aimed at strengthening IFRC, National society and UNICEF capacity and collaboration in SGBV prevention and response at country level to ensure we offer quality support to communities through working together. </p>
<p ><font color = "#dc1e1e">Regional PGI </font> team recently launched the PSEA Operational Manual for the English and French National societies on the 16th and 17th March 2021, respectively. The launch was graced by the Regional Director, Africa Mr. Mohammedomer Mukhier and other speakers. The manual will help IFRC and National Societies establish a safe and accessible referral pathway for victims/survivors of Sexual Exploitation and Abuse (SEA) as well as offer great support to staff in field operations to implement practical solutions that adhere to the Inter-agency Standing Committee Minimum Operating Standards on Prevention and Response to Sexual Exploitation and Abuse (PSEA).
</p>
<p ><font color = "#dc1e1e">( Somalia Red Crescent, Burundi and DRC Red Cross) carried out Sexual and Gender Based Violence ( SGBV) activities in the Covid-19 response: </font> <br> <b>DRC Red Cross </b>40 volunteers from the DRC Red Cross Kinshasa branch, were trained on Gender and Sexual and Gender Based Violence (SGBV) prevention and response. From the training 15 volunteers including 3 wash officers were selected to sensitize the community on SGBV in 5 markets in Kinshasa ( Sola, Gambela, Matété, Fer bois, Liberté). <br> <b> Burundi Red Cross :</b>15 staff and 30 Volunteers from Burundi Red Cross were trained on the prevention and management of SGBV cases and the fight against SGBV in the context of Covid -19 pandemic<br> <b>Somalia Red Crescent, Puntland : </b>45 volunteer and community resource person in Bosaso, Garowe and Galkacyo in Somalia Red Crescent, Puntland were trained on SGBV prevention and response during the Covid-19 response .</p>
<p ><font color = "#dc1e1e">Empowerment Programes: </font> <br> <b>Nigeria Red Cross </b>Trained 80 members of 4 mothers clubs and 2 fathers clubs in Diomona and Kindaji on child protection and SGBV prevention and response from February 18 to 25, 2021. <br> <b> Gambia Red Cross :</b>• Through an initiative called "Smile for Hope” Gambia Red Cross, Kanifing Municipal Red Cross Branch Gender Unit started a pad drive campaign to support vulnerable girls who could not afford to buy sanitary towels especially during the Covid-19 pandemic. The initiative will ensure vulnerable girls in Kanifing are sensitized on Menstrual Hygiene Management and receive sanitary towels.<br> <b>South Africa Red Cross : </b>conducted feeding and meal delivery schemes for orphaned and vulnerable children (OVC) in various locations across the country, in keeping with the extensive feeding programmes which SARCS has long carried out. </p>
<p ><font color = "#dc1e1e">Inclusion of Persons with Disabilities : </font> <br> <b>Côte d'Ivoire </b>trained 65 Presidents of associations of people with disabilities from 65 localities in Korhogo, Daloa, Grand-Bassam and San Pedro from December 2020 -January 2021 on Knowledge of the Red Cross, COVID 19 prevention response , PGI and Risk Communication and Community Engagement. They also celebrated the World Day of Persons with Disabilities on December 03, 2020 <br> <b> Burundi Red Cross </b>conducted a training for persons with hearing impairments on Covid 19 on the 19 December 2020<br> <b>Gambia Red Cross </b>in collaboration with Gambia organization of the disabled trained 20 volunteers on how to respond to the needs of persons with disabilities during the Covid-19 response. The volunteers have since trained other volunteers and they continue to provide basic support to persons with disabilities while sensitizing them on Covid-19 prevention and response </p>
</div>
</div>
</div>
</div>
</section>
<div class="row medium-12 ">
<h4 class="fold__title" >PGI SUPPORT IN 2021</h4>
</div>
<hr>
<section id="Events and Training">
<div class="row">
<div class="medium-12 column" "container">
<div class="card">
<div class="card-section">
<p ><font color = "#dc1e1e" style=" font-size: 18px;">. </font> Provide PGI technical support to National Societies</p>
<p ><font color = "#dc1e1e" style=" font-size: 18px;">. </font> Support National Societies in preventing and responding to sexual and gender-based violence (SGBV). </p>
<p ><font color = "#dc1e1e" style=" font-size: 18px;">. </font>Encourage National Societies to develop and adopt the PSEA policy and utilize the PSEA operational manual </b></p>
</div>
</div>
</section>
<div class="row medium-12 ">
<h4 class="fold__title" >SGBV Resources</h4>
</div>
<hr>
<section class="row" id="videos">
<div class= "medium-6 column" >
<div class="card-section">
<iframe width="450" height="450" src="https://www.youtube.com/embed/hodZkBSuDoE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="row">
<div class="medium-12 column" style="text-align:center">
<p> <font color = "#dc1e1e">IFRC addressing SGBV is everyone’s responsibility</font></p>
</div>
</div>
</div>
</div>
<div class= "medium-6 column" >
<div class="card-section">
<iframe width="450" height="450" src="https://www.youtube.com/embed/7HQ4Q1Cd0y0" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> <div class="row">
<div class="medium-12 column" style=" text-align:center">
<p> <font color = "#dc1e1e">IFRC Lutter contre la VSBG est l’affaire de tous</font></p>
</div>
</div>
</div>
</div>
</section>
<section id="News & Training">
<div class="row">
<div class="medium-6 column">
<div class="card">
<div class="card-section">
<p>SGBV Fact Sheet : <a href="./img/pgi/doc/SGBV Fact Sheet_EN_FINAL.pdf" target="_blank">EN</a>,<a href="./img/pgi/doc/SGBV Fact Sheet_FR_FINAL.pdf" target="_blank">FR</a></p>
<p>SGBV Pocket Card : <a href="./img/pgi/doc/SGBV Pocket Card_FINAL.pdf" target="_blank">EN</a>,<a href="./img/pgi/doc/SGBV Pocket Card_FINAL_FR.pdf" target="_blank">FR</a></p>
<p>SGBV IFRC Flipchart <a href="./img/pgi/doc/IFRC Flipchart_DRAFT7_small.pdf" target="_blank">EN & FR</a></p>
<p>SGBV Stickers : <a href="./img/pgi/doc/Stickers_EN.pdf" target="_blank">EN</a>,<a href="./img/pgi/doc/Stickers_FR.pdf" target="_blank">FR</a></p>
</div>
</div>
</div>
<div class="medium-6 column">
<div class="card">
<div class="card-section">
<p>SGBV Posters : <a href="./img/pgi/doc/Posters_EN.pdf" target="_blank">EN</a>,<a href="./img/pgi/doc/Posters_FR.pdf" target="_blank">FR</a></p>
<p>SGBV Drawings : <a href="./img/pgi/doc/Drawings_EN.pdf" target="_blank">EN & FR</a></p>
<p>IFRC A2 PSEA Poster_Steps : <a href="./img/pgi/doc/FRC_A2_SGBV _Poster_Steps.pdf" target="_blank">EN & FR</a></p>
<p>IFRC A2 Poster PSEA : <a href="./img/pgi/doc/IFRC_A2_Poster_PSEA.pdf" target="_blank">EN & FR</a></p>
</div>
</div>
</div>
</div>
</section>
<div class="row medium-12 ">
<p class="fold__title">Protection Gender & Inclusion Resources</p>
</div>
<hr>
<section id="Resources Thumbnails">
<div id="pattern" class="row">
<ul class="list img-list">
<li>
<a href="https://www.rcrc-resilience-southeastasia.org/wp-content/uploads/2018/04/SGBV-Training-Module-HR.pdf " class="inner">
<div class="li-img">
<img src="img/pgi/joint actions.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p >Joint Action for prevention and response to sexual and gender based violence – Training curriculum </p>
</div>
</a>
</li>
<li>
<a href="https://media.ifrc.org/ifrc/wp-content/uploads/sites/5/2019/02/7-moves-facilitator-training-manual-LR.pdf" class="inner">
<div class="li-img">
<img src="img/pgi/Seven Moces Facilitator.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p >SEVEN MOVES:Protection, gender and inclusion in emergencies training Facilitator manual</p>
</div>
</a>
</li>
<li>
<a href="https://ifrcwatsanmissionassistant.wordpress.com/menstrual-hygiene-management/" class="inner">
<div class="li-img">
<img src="img/pgi/MHM.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Addressing menstrual hygiene management (MHM)needs Guide and Tools for Red Cross and Red Crescent Society</p>
</div>
</a>
</li>
<li>
<a href="https://media.ifrc.org/ifrc/wp-content/uploads/sites/5/2019/02/7-moves-participants-training-manual-LR.pdf" class="inner">
<div class="li-img">
<img src="img/pgi/Seven Moves Facilitator.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>SEVEN MOVES:Protection, gender and inclusion in emergencies training Participant manual</p>
</div>
</a>
</li>
<li>
<a href="https://ifrc.us20.list-manage.com/track/click?u=b47bd9b0883de22e775a642bf&id=5bc5b667bf&e=a21f1d6555" class="inner">
<div class="li-img">
<img src="img/pgi/Alone and Unsafe.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Alone and Unsafe: Children, Migration, and Sexual and Gender-based Violence</p>
</div>
</a>
</li>
<li>
<a href="https://www.ifrc.org/Global/Documents/Secretariat/201412/IFRC%20Strategic%20Framework%20on%20Gender%20and%20Diversity%20Issues-English.pdf" class="inner">
<div class="li-img">
<img src="img/pgi/2013-2020.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Strategic Framework on Gender and Diversity Issues 2013-2020</p>
</div>
</a>
</li>
<li>
<a href="https://ifrc.us20.list-manage.com/track/click?u=b47bd9b0883de22e775a642bf&id=c3032fb985&e=a21f1d6555" class="inner">
<div class="li-img">
<img src="img/pgi/Child friendly Spaces.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>The Activity Catalogue for Child Friendly Spaces in Humanitarian Settings</p>
</div>
</a>
</li>
<li>
<a href="https://ifrc.us20.list-manage.com/track/click?u=b47bd9b0883de22e775a642bf&id=dcfdefe14c&e=a21f1d6555" class="inner">
<div class="li-img">
<img src="./img/pgi/resources.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Minimum standards for protection, gender and inclusion in emergencies</p>
</div>
</a>
</li>
<li>
<a href="https://media.ifrc.org/ifrc/wp-content/uploads/sites/5/2018/03/193_e_v100_child-protection-policy.pdf" class="inner">
<div class="li-img">
<img src="img/pgi/Child protection policy.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>IFRC Child Protection Policy</p>
</div>
</a>
</li>
<li>
<a href="./img\pgi\doc\IFRC-Secretariat-Policy-on-Prevention-and-Response-to-SEA_final.pdf" class="inner">
<div class="li-img">
<img src="./img\pgi\psea eng.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>IFRC-Secretariat-Policy-on-Prevention-and-Response-to-SEA_final</p>
</div>
</a>
</li>
</ul>
</div>
<!--End Pattern HTML-->
<!-- WThe DAPS Framework content. -->
<div class="row medium-12 column" >
<h4 class="fold__title">Dignity Access Participation Safety (DAPS)</h4>
<!-- Text from IFRC Europe website -->
<p class="psize">The DAPS Framework provides a simple but comprehensive guide for addressing the core actions in Red Cross Red Crescent emergency programming.</p>
</div>
<hr>
<div class="container marketing">
<!-- Three columns of text below -->
<div class="row" style>
<div class="col-lg-3">
<img class="rounded-circle" src="img/pgi/dignity.jpg" alt="Generic placeholder image" width="140" height="140">
<h2 class="dap">Dignity</h2>
<p>For the Red Cross and Red Crescent Movement, human dignity means respect for the life and integrity of individuals. All Red Cross and Red Crescent emergency responders and emergency response programmes should contribute to the maintenance and promotion of human dignity.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="img/pgi/access.png" alt="Generic placeholder image" width="140" height="140">
<h2 class="dap">Access</h2>
<p>Emergency response programmes should provide access for all individuals and sub-groups within the affected population. Accordingly, the beneficiary selection and prioritisation criteria for accessing humanitarian goods, services and protection must be informed by a gender and diversity analysis to ensure that the assistance and protection reach people who are most at risk.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="img/pgi/participation.png" alt="Generic placeholder image" width="140" height="140">
<h2 class="dap">Participation</h2>
<p>Participation refers to the full, equal and meaningful involvement of all members of the community in decision-making processes and activities that affect their lives. Sharing of information is a Core Humanitarian Standard for accountability to beneficiaries and is critical part of participation.</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="img/pgi/safety.jpg" alt="Generic placeholder image" width="140" height="140">
<h2 class="dap">Safety</h2>
<p>Females, males and other gender identities of all ages and backgrounds within affected communities have different needs regarding their physical safety. Monitoring the safety of project sites from the perspectives of diverse groups is essential to ensure that the assistance provided meets everyone’s needs and concerns in an equitable manner.</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
</div><!-- /.container -->
<!-- /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>