-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdisaster_law.html
721 lines (685 loc) · 44.3 KB
/
disaster_law.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
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<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="./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">
<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;
}
.img_footer {
position: absolute;
left: 300;
bottom: 300;
width: 50%;
height: 8%;
background-color: rgb(245, 51, 53);
opacity: 0.8;
color: white;
border-radius: 100rem;
font-size:1.3rem;
}
.img_pooter {
position: absolute;
left: 300;
bottom: 230;
width: 50%;
height: 8%;
background-color: rgb(102, 102, 255);
opacity: 0.8;
color: white;
border-radius: 100rem;
font-size:1.3rem;
}
.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="./disaster_law_FR.html"> <u>French</u> </a></li>
</ul>
</div>
</div>
<hr>
<section class="slider_dl">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src=".\img\disaster-law\dlplaw.JPG" alt="Avatar woman">
<div >
<a href="https://disasterlaw.ifrc.org/" class="text-block">Disaster Law</a>
</div>
<div class="container">
<div class="carousel-caption text-left">
<p><img src="./img/disaster-law/IFRC_DLP_rgb.png" alt="Avatar woman" ></p>
</div>
</div>
</div>
<div class="carousel-item" >
<img src="./img/disaster-law/DSC_0165.JPG" alt="Avatar woman">
<div>
<a href="https://disasterlaw.ifrc.org/" class="text-block">Disaster Law</a>
</div>
<div class="container">
<div class="carousel-caption text-left">
<p><img src="./img/disaster-law/IFRC_DLP_rgb.png" alt="Avatar woman"></p>
</div>
</div>
</div>
<div class="carousel-item">
<img src=".\img\disaster-law\wkshp.jpg" alt="Avatar woman">
<div>
<a href="https://disasterlaw.ifrc.org/" class="text-block">Disaster Law</a>
</div>
<div class="container">
<div class="carousel-caption text-left">
<p><img src="./img/disaster-law/IFRC_DLP_rgb.png" alt="Avatar woman"></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>
<section id="News & Training" >
<div class="row" >
<div class="medium-12 column" >
<div class="card">
<div class="card-section">
<p >The <a href="https://disasterlaw.ifrc.org/"> <font color = "#dc1e1e"><u><i>IFRC Disaster Law:</i></u></font></a> assists <b>National Red Cross/Red Crescent Societies</b>of the region to support their authorities in developing and applying state-of-the-art disaster-related legislation, policies and procedures. We do this to make communities safer,
to ensure timely and effective humanitarian relief, and to improve the protection of the most vulnerable when faced with crisis.
<br>
We operate on an international mandate given by all state parties to the Geneva Conventions, providing technical advice based on over a dozen years of global research and consultations. By harnessing their unique auxiliary role, National Societies working with us have successfully strengthened new disaster laws and policies since 2007.
</p>
<p ><font color = "#dc1e1e">The Programme’s main objectives are:</font> <a href="./img/disaster-law/resources/20191113_DLPBrochure_ONLINE.pdf"></a><br>• Strengthening Disaster Law in the region. <br>• Strengthening the auxiliary role of the National Societies and build
their capacities to efficiently advocate for legislative reforms on disaster
prevention, preparedness, response and recovery. </p>
<p><font color = "#dc1e1e">Disaster Law and Legislative Advocacy constitute the two main pillars of IFRC Disaster Law:</font> <br>
<b><u>Disaster Law:</u></b> is a general term that encompasses legal, regulatory and institutional frameworks related to cohesive disaster and crisis risk management which encompasses the following key thematic areas:<br>
</p>
<p>
<br>• Disaster Risk Reduction (DRR)
<br>• Disaster Preparedness
<br>• Disaster National Response and International Assistance (“IDRL”).
<br>• Post-disaster Recovery
</p>
<p><b>Legislative advocacy:</b> : refers to the actions taken by the National Societies, with the IFRC support, in their capacity of auxiliaries to their respective public authorities in the humanitarian field, to influence, at local, national, and international levels, decisions and policies that affect the most vulnerable.<p>
<br>• For more on IFRC Disaster Law click <a href="https://ifrcgo.org/africa/img/disaster-law/resources/20191104_DLP_2Pager">here</a>.
<br>•For available Online Disaster Law Trainings click <a href="https://disasterlaw.ifrc.org/training">here</a>.
</p>
</div>
</div>
</div>
</div>
</section>
<div class="row medium-12">
<h4 class="fold__title">News Stories</h4>
</div>
<hr>
<section id="News & Events">
<div class="row">
<div class="ex4" >
<div class="row medium-12" style="background:#e8e8e8">
<div class="row featurette">
<div class="col-md-9 order-md-3">
<p class="featurette-heading"><a href="https://disasterlaw.ifrc.org/media/1771">Guide to Strengthening the Auxiliary Role through Law and Policy</a></h2>
<p>The IFRC Disaster Law launched the Guide to Strengthening the Auxiliary Role through Law and Policy. It provides practical examples and best practices from around the world to support NS in their advocacy efforts with authorities. It will soon be available in French, Arabic, Spanish, Russian. There is also a new <a href="https://ifrc.csod.com/ui/lms-learning-details/app/course/1185d7e3-91f6-4ae1-89e2-61518480497f">online course on the Auxiliary Role</a> to complement the new Guide. It is available on the IFRC Learning Platform. It is available in English at the moment and it will be available in other languages in the upcoming weeks.</p>
</div>
<div class="col-md-2 ">
<a href="https://disasterlaw.ifrc.org/media/1771"><img src="./img/disaster-law/AuxiliaryRole_ONLINE_NEW.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-9 order-md-3">
<p class="featurette-heading"><a href="./img/disaster-law/resources/Using Law and Policy to Reduce Risk Enhance Coherence and Protect People.pdf">Using Law and Policy to Reduce Risk Enhance Coherence and Protect People</a></h2>
<p>The Disaster Law Programme is pleased to invite you to a session, “Using Law and Policy to Reduce Risk , Enhance Coherence and Protect People”, at the upcoming <a href="https://climate.red/atrium">Climate:RED Summit</a> . The session will be a discussion on how law and policy frameworks can ensure a more coherent approach to reducing disaster risk and adapting to climate change, as well as how National Societies could engage with governments and partners to ensure inclusivity in the law. During this session, preliminary findings of the on-going global study being undertaken by the programme on policy coherence between CCA and DRR, will also be showcased with specific focus on addressing vulnerabilities through CCA-DRR laws and policies. </p>
</div>
<div class="col-md-2 ">
<a href="./img/disaster-law/resources/Using Law and Policy to Reduce Risk Enhance Coherence and Protect People.pdf"><img src="./img/disaster-law/Climate-red-card.PNG" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-9 order-md-3">
<h2 class="featurette-heading"><a href="./img/disaster-law/resources/Advocacy Package.pdf">Advocacy Package to Support National Societies in Covid-19 Response</a></h2>
<p >National Societies and the RCRC Movement at large continues to offer critical support to national and international agencies in light of the Covid-19 Pandemic. Therefore to enable NSs and RCRC Movement personnel to fulfil their humanitarian mandate and support implementation of the national
Covid-19 Plan of Action, it is crucial to advocate for specific legal facilities to ensure the unhindered movement of medical relief and humanitarian assistance teams and items into and out of their border in the coming weeks or months (in response to the current pandemic and other upcoming disasters).
The DLP has developed an Advocacy Package that includes key messages, template letters and flow charts for the NS to use in engaging the relevant governmental agencies.
Through use of this package, NS should be able to advocate to their governments grant any special legal recognition, exemptions or exceptionalities that are necessary for the RCRC, as well as have them included in emergency plans, decrees, proclamations and regulations. </p>
</div>
<div class="col-md-2 ">
<a href="./img/disaster-law/resources/Advocacy Package.pdf"><img src="./img/disaster-law/Advocacy Toolkit.PNG" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-9 order-md-3">
<h2 class="featurette-heading"><a href="https://volunteeringredcross.org/en/english-humanitarian-diplomacy-and-advocacy/">COVID-19 Response Mechanisms Country Mapping </a></h2>
<p>The Disaster Law Programme has compiled and assessed the Covid-19 measures adopted in 48 countries in sub-Saharan Africa to get a regional overview and understanding of their impact on the operational capacities of the Red Cross/Red Crescent Movement Actors in domestic and regional contexts.</p>
</div>
<div class="col-md-2 ">
<a href="https://volunteeringredcross.org/en/english-humanitarian-diplomacy-and-advocacy/"><img src="./img/disaster-law/covid19.PNG" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-9 order-md-3">
<h2 class="featurette-heading"><a href="#">Auxiliary Role Mapping & IDRL Mapping in Africa</a></h2>
<p>Last year the DLP completed Phase 1 of the auxiliary role mapping by mapping a total of 10 countries across the region. Following this, the DLP is currently undertaking two mapping exercises in the Southern African region: an auxiliary role mapping of Southern African National Societies and an IDRL mapping. The purpose of the auxiliary role mapping exercise is to clearly articulate the auxiliary role of African National Societies by identifying, analysing and consolidating the different roles and responsibilities given to respective National Societies through national legislation and policies as well as bilateral/multilateral agreements.
Additionally, the DLP will also carry out this mapping in the remaining countries in Sahel, East, West, Central African Countries with an aim of having all 49 countries in sub-Saharan Africa mapped by the end of 2020.
Further the programme is also carrying out an IDRL mapping of countries within Africa with a purpose of identifying and analysing the legal and policy arrangements for international disaster response across Africa.
For More information on the Auxiliary role & IDRL mapping in Southern Africa please contact Jeanique Serradinho <i> <u>[email protected]</u></i></p>
</div>
<div class="col-md-2 ">
<a href="#"><img src="./img/disaster-law/resources/Auxiliary-role-article.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-9 order-md-2">
<h2 class="featurette-heading">Launch of the Report<a href="./img/disaster-law/resources/We-Need-To-Do-Better-Final-En.pdf">‘We Need to Do Better: Policy Brief for Enhancing Laws and Regulations to Protect Children in Disasters’</a></h2>
<p >The Report offers a global discourse on the state of child protection in international and national law relating to Disasters. It highlights a case study from Uganda supported by the DLP in 2019 and also offers key considerations for law and policy makers to ensure child protection needs in disasters are legislated and actioned on.</p>
</div>
<div class="col-md-2 ">
<a href="./img/disaster-law/resources/We-Need-To-Do-Better-Final-En.pdf"><img src="./img/disaster-law/dobetter.PNG" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-9 order-md-2">
<h2 class="featurette-heading"><a href="https://media.ifrc.org/ifrc/document/sudan-idrl-report/">Sudan IDRL Report</a></h2>
<p >This report studies the facilitation and regulation of international humanitarian assistance at the time of disasters as governed by the legal and Institutional framework in place in Sudan. The study is informed by the “Guidelines for the domestic faci…
</div>
<div class="col-md-2 ">
<a href="https://media.ifrc.org/ifrc/document/sudan-idrl-report/"><img src="./img\disaster-law\Sudan-IDRL.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-8 order-md-2">
<h2 class="featurette-heading"> <a href="https://media.ifrc.org/ifrc/document/child-protection-disasters-casa-study-uganda/">Child Protection in Disasters Case Study – Uganda</a></h2>
<p >This study was commissioned by the IFRC as part of the global initiative on “Effective law and policy for addressing child protection in disaster risk management” and implemented by Uganda Red Cross Society. The overall goal for the study was to assess … </p>
</div>
<div class="col-md-2 ">
<a href="https://media.ifrc.org/ifrc/document/child-protection-disasters-casa-study-uganda/"> <img src="img\disaster-law\Uganda-Case-Study.png" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-8 order-md-2">
<h2 class="featurette-heading"> <a href="https://media.ifrc.org/ifrc/2020/02/19/book-launch-yearbook-international-disaster-law/">Book Launch: Yearbook of International Disaster Law</a></h2>
<p >Disasters caused by natural and technological hazards are a commonplace phenomenon causing extensive negative impacts as exemplified by the World Disasters Report elaborated by the International Federation of Red Cross and Red Crescent Societies (IFRC) … </p>
</div>
<div class="col-md-2 ">
<a href="https://media.ifrc.org/ifrc/2020/02/19/book-launch-yearbook-international-disaster-law/"> <img src="img\disaster-law\Yearbook-of-IDL-launch.jpg" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-8 order-md-2">
<h2 class="featurette-heading"> <a href="./img\disaster-law\resources\Towards Climate Smart Policy Frameworks Workshop.pdf">Workshop: Towards Climate Smart Policy Frameworks that leave no one behind.</a></h2>
<p >The Disaster Law organized a regional workshop to bring together National Societies and their Governments from across Africa, Latin America and the Caribbean to discuss ways to strengthen domestic legislation and policy to ensure an effective climate smart approach to disasters. This included discussions around integrating protection and inclusion of vulnerable groups into relevant disaster laws and policies in order to ensure that no one is left behind in disaster risk management activities… </p>
</div>
<div class="col-md-2 ">
<a href="https://media.ifrc.org/ifrc/2020/02/19/book-launch-yearbook-international-disaster-law/"> <img src="./img\disaster-law\Workshop.PNG" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
<div class="row featurette">
<div class="col-md-8 order-md-2">
<h2 class="featurette-heading"> <a href="./img\disaster-law\resources\Regional Disaster Law And Legislative Advocacy Workshop.pdf">Regional Disaster Law & Legislative Advocacy Workshop.</a></h2>
<p>The Disaster Law regional workshop aimed at providing an intensive training to African, Latin America and Caribbean National Societies on the key thematic areas, tools and resources developed by IFRC to strengthen national legal framework for effective disaster risk management… </p>
</div>
<div class="col-md-2 ">
<a href="./img\disaster-law\resources\Regional Disaster Law And Legislative Advocacy Workshop.pdf"> <img src="img\disaster-law\dl_workshop.PNG" class="bd-placeholder-img bd-placeholder-img-lg featurette-image img-fluid mx-auto" width="200" height="200" alt=""></a>
</div>
</div>
</div>
</div>
<p style="left: 730">For additional Disaster Law Resources, please see the <a href="https://disasterlaw.ifrc.org/toolbox"> <b>RCRC toolbox</b> </a></p>
</div>
</section>
<hr>
<section class="row" id="videos">
<div class= "medium-4 column" >
<div class="card-section">
<iframe width="350" height="350"
src="https://www.youtube.com/embed/jWDM5721Df0">
</iframe>
<div class="row">
<div class="medium-12 column" style=" text-align:center">
<p> <font color = "#dc1e1e">Disaster Law</font></p>
</div>
</div>
</div>
</div>
<div class= "medium-4 column" >
<div class="card-section">
<iframe width="350" height="350"
src="https://www.youtube.com/embed/ti2Mjj6lNRc">
</iframe>
<div class="row">
<div class="medium-12 column" style="text-align:center">
<p> <font color = "#dc1e1e">Disaster Law & Legislative Advocacy Regional Workshop</font></p>
</div>
</div>
</div>
</div>
<div class= "medium-4 column" >
<div class="card-section">
<iframe width="350" height="350"
src="https://www.youtube.com/embed/M3wwkvYBDCQ">
</iframe>
<div class="row">
<div class="medium-12 column" style=" text-align:center">
<p> <font color = "#dc1e1e">Towards Climate Smart Frameworks Workshop</font></p>
</div>
</div>
</div>
</div>
</section>
<div class="row medium-12" >
<h4 class="fold__title">Disaster Law Projects, Laws Adopted, Laws Pendings</h4>
</div>
<hr>
<section>
<div class="row" >
<div class="medium-3 column" "container">
<p style= "color:#black"><i><b>Click top left button on the map</b> <br>The first layer of this map sets out past and present disaster law projects and/or studies undertaken by the IFRC and National Societies.<br>The second layer shows laws or rules that have been adopted and which draw on recommendations from National Societies.<br> The third layer shows countries where new laws or rules drawing on those recommendations are currently pending.</i></p>
<img src="./img/disaster-law/legend.png" style="height:23rem" alt="Image Alt Text" />
</div>
<div class="medium-9 column" "container">
<iframe src="https://www.google.com/maps/d/embed?mid=1xr9uo9VsTpKmbbANVlsU29vHxrE" width="100%" height="600"></iframe>
</div>
<div class="medium-12 column" "container">
<p style= "color:#dc1e1e";><i>The first layer of this map sets out past and present disaster law projects and/or studies undertaken by the IFRC and National Societies.<br>The second layer shows laws or rules that have been adopted and which draw on recommendations from National Societies.<br> The third layer shows countries where new laws or rules drawing on those recommendations are currently pending.</i></p>
</div>
</div>
</section>
<div class="row medium-12">
<h4 class="fold__title">Events and Trainings</h4>
</div>
<hr>
<section id="Events" >
<div class="row">
<div class="medium-12 column" "container" style="background:#e8e8e8">
<div class="card">
<div class="card-section">
<p ><font color = "#dc1e1e" style=" font-size: 18px;">9th September 2020 :</font> <a href="https://climate.red/atrium">Session at the Climate:RED Summit</a> - “Using Law and Policy to Reduce Risk , Enhance Coherence and Protect People”</p>
<p ><font color = "#dc1e1e" style=" font-size: 18px;">30th June 2020 :</font> <a href="https://zoom.us/j/95155903192">Launch of the Report</a> ‘We Need to Do Better: Policy Brief for Enhancing Laws and Regulations to Protect Children in Disasters’.</p>
<p><font color = "#dc1e1e" style=" font-size: 18px;">18th June 2020 :</font> Webinar with Central African National Societies and Niger on the DLP Advocacy Package for Covid-19.</p>
<p ><font color = "#dc1e1e" style=" font-size: 18px;">14th - 15th December 2019:</font>Regional Workshop: Towards Climate Smart Policy Frameworks that leave no one behind, Abuja, Nigeria.</p>
<p ><font color = "#dc1e1e" style=" font-size: 18px;">9th - 12th December 2019:</font> 33rd International Conference of Red Cross And Red Crescent Societies, Geneva, Switzerland <a href="https://rcrcconference.org/" style=" color: #red;"><u>here.</u></a> </p>
<p ><font color = "#dc1e1e" style=" font-size: 18px;">11th - 13th November 2019:</font>Regional Disaster Law and Legislative Advocacy Workshop, Abuja, Nigeria.</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<div class="row" >
<h4 class="fold__title">Disaster Law Resources</h4>
</div>
<hr>
<section id="Resources Thumbnails">
<div id="pattern" class="row">
<h1 style="font-size:20px"><font color = "grey" >*Covid-19 Advocacy Package</font></h1>
<ul class="list img-list">
<li>
<a href="./img/disaster-law/resources/IDRL-Advocacy-Flow-Chart EN.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/IDRL.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>IDRL-Advocacy-Flow-Chart EN</p>
</div>
</a>
</li>
<li>
<a href="./img/disaster-law/resources/Key advocacy messages for NS - 08.05.2020 official version.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/keymessages.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Key advocacy messages for National Societies</p>
</div>
</a>
</li>
<li>
<a href="./img/disaster-law/resources/Access-Flow-Chart- EN.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/acesschart.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Access-Flow-Chart- EN</p>
</div>
</a>
</li>
<li>
<a href="./img/disaster-law/resources/Imports-Exports-Advocacy.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/importexport.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p class="li-head">Imports-Exports-Advocacy</p>
</div>
</a>
</li>
</ul>
</div>
<div id="pattern" class="row">
<h1 style="font-size:20px"><font color = "grey" >International disaster response laws, rules and principles (IDRL)</font></h1>
<ul class="list img-list">
<li>
<a href="https://www.ifrc.org/PageFiles/125656/MODEL%20ACT%20INGLES.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/Model Act for the Facilitation.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>The Model Act for the Facilitation and Regulation of International Disaster Relief and Initial Recovery Assistance</p>
</div>
</a>
</li>
<li>
<a href="https://www.ifrc.org/PageFiles/41203/1205600-IDRL%20Guidelines-EN-LR%20(2).pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/IDRL Guidelines.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Introduction to the Guidelines for the domestic facilitation and regulation of international disaster relief and initial recovery assistance(IDRL Guidelines)</p>
</div>
</a>
</li>
<li>
<a href="https://media.ifrc.org/ifrc/wp-content/uploads/sites/5/2017/12/IDRL-Checklist-EN-LR.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/The IDRL Checklist.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>The Checklist on Facilitation and Regulation of International Disaster Relief and Initial Recovery Assistance(The IDRL Checklist)</p>
</div>
</a>
</li>
<li>
<a href="https://media.ifrc.org/ifrc/wp-content/uploads/sites/5/2017/12/Model-Decree_EN-LR.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/Model Emergency Decree.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Model Emergency Decree for the Facilitation and Regulation of International Disaster Relief and Initial Recovery Assistance</p>
</div>
</a>
</li>
</ul>
</div>
<div id="pattern" class="row">
<h1 style="font-size:20px"><font color = "grey" >Disaster Risk Reduction Law</font></h1>
<ul class="list img-list">
<li>
<a href="https://www.ifrc.org/Global/Photos/Secretariat/201511/Handbook%20on%20law%20and%20DRR%20LR.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/The Handbook on Law and Disaster Risk Reduction.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>The Handbook on Law and Disaster Risk Reduction</p>
</div>
</a>
</li>
<li>
<a href="http://www.drr-law.org/resources/drr-full-report.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/A Multi-country Report.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Effective Law and Regulation for Disaster Risk Reduction : A Multi-country Report</p>
</div>
</a>
</li>
</ul>
</div>
<div id="pattern" class="row">
<h1 style="font-size:20px"><font color = "grey" >Domestic Preparedness and Response</font></h1>
<ul class="list img-list">
<li>
<a href="./img\disaster-law\resources\DPR_Synthesis Report_EN_Screen.pdf" class="inner">
<div class="li-img">
<img src="img\disaster-law\synthesis_eng.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Global Synthesis report on domestic preparedness and response </p>
</div>
</a>
</li>
<li>
<a href="./img\disaster-law\resources\DPR_Checklist_Final_EN_Screen.pdf" class="inner">
<div class="li-img">
<img src="./img\disaster-law\dpr_checklist_en.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Checklist on Domestic Preparedness and Response</p>
</div>
</a>
</li>
<li>
<a href="./img\disaster-law\resources\DPR-Checklist-Factsheet-LR-Final.pdf" class="inner">
<div class="li-img">
<img src="./img\disaster-law\Fact_checklist.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<h1 style="font-size:20px"><font color = "grey">Domestic Preparedness and Response</font></h1>
<p>Checklist Factsheet</p>
</div>
</a>
</li>
<li >
<a href="./img\disaster-law\resources\20191208_CCA_DRR_Review_.pdf" class="inner">
<div class="li-img">
<img src="./img\disaster-law\cca_doc.PNG" alt="Image Alt Text" />
</div>
<div class="li-text">
<h1 style="font-size:20px"><font color = "grey" >Policy Coherence on DRR and CCA</font></h1>
<p >Literature Review</p>
</div>
</a>
</li>
</ul>
</div>
<div id="pattern" class="row">
<ul class="list img-list">
<li>
<a href="https://climatecentre.org/downloads/modules/training_downloads/3a%20IFRC%20Legislative%20Advocacy%20Toolkit_Participants%20Handbook.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/The Checklist on Law and Disaster Risk Reduction.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<h1 style="font-size:20px"><font color = "grey" >Disaster Risk Reduction Law</font></h1>
<p>The Checklist on Law and Disaster Risk Reduction</p>
</div>
</a>
</li>
<li >
<a href="https://climatecentre.org/downloads/modules/training_downloads/3a%20IFRC%20Legislative%20Advocacy%20Toolkit_Participants%20Handbook.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/Legislative Advocacy Toolkit.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<h1 style="font-size:20px"><font color = "grey" >Advocacy</font></h1>
<p>Legislative Advocacy Toolkit (Participant Handbook)</p>
</div>
</a>
</li>
</ul>
</div>
<div id="pattern" class="row">
<h1 style="font-size:20px"><font color = "grey" >Protection and Gender Law </font></h1>
<ul class="list img-list">
<li>
<a href="https://www.rcrc-resilience-southeastasia.org/wp-content/uploads/2018/04/PGI-and-DL-Snapshot-2018.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/Sexual and Gender Based Violence in Disasters.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p>Effective Law and Policy on Gender Equality and Protection from Sexual and Gender Based Violence in Disasters</p>
</div>
</a>
</li>
<li>
<a href="https://media.ifrc.org/wp-content/uploads/sites/5/2017/10/Gender-SGBV-Report_-Zimbabwe.pdf" class="inner">
<div class="li-img">
<img src="./img/disaster-law/resources/Zimbabwe Country.jpg" alt="Image Alt Text" />
</div>
<div class="li-text">
<p >Zimbabwe Country Case Study: Effective Law and Policy on Gender Equality and Protection from Sexual and Gender Based Violence in Disasters</p>
</div>
</a>
</li>
</ul>
</div>
<!--End Pattern HTML-->
<!-- Disaster law themes. -->
<div class="row medium-12 ">
<h4 class="fold__title">Disaster Law Themes</h4>
<!-- Text from IFRC Europe website -->
</div>
<hr>
<div class="container marketing" >
<!-- Three columns of text below -->
<div class="row" >
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Auxi role.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap">Auxiliary Role </h4>
<p>Recognizing the critical role of National Societies, as auxiliaries to their public authorities in the humanitarian field with a unique community outreach, to ensure community voices and engagement with national level policy development and planning processes on key humanitarian issues such as: disaster management, migration, health, among others</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/IDRL.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap"><a href="http://www.ifrc.org/en/what-we-do/disaster-law/about-disaster-law/international-disaster-response-laws-rules-and-principles/">Legal Preparedness for International Disaster Assistance (‘IDRL’)</a></h4>
<p >Procedures for international disaster relief that put domestic authorities in the driver’s seat, reduce barriers, costs and quality problems, and uphold humanitarian principles</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Law and Disaster Risk Reduction.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap"><a href="http://www.drr-law.org/">Law and Disaster Risk Reduction</a></h4>
<p>Modern legal frameworks that have integrated disaster risk reduction and climate change adaptation into disaster risk management and sectoral laws and policies, in line with key international and regional commitment.<a href="https://ifrc.csod.com/ui/lms-learning-details/app/course/a6bbc63e-3149-4eb1-8735-42744aee3bef"><i>Online Course : Law and Disaster Risk Reduction</i></a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Domestic Preparedness and Response.jpg" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap">Domestic Preparedness and Response</h4>
<p>Integrated legal frameworks for disaster risk management that adequately address domestic preparedness and response, including institutional and procedural arrangements, gender and protection issues, as well as planned approaches to regulatory issues in post-disaster shelter</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Legislative Advocacy.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap">Legislative Advocacy</h4>
<p>Influence the development, adoption and implementation of law and policy connected to IFRC and National Societies' knowledge,experience and mission, in order to create positive social and institutional changes</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Rights Roles and Responsibilities.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap">Know Your Rights Roles and Responsibilities</h4>
<p>Strengthen public awareness and communities’ level of understanding on rights, roles and responsibilities under disaster-related legislation,policies and procedures to increase their resilience to disasters</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Gender, Diversity and the Law.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap"><a href="https://redcross.eu/positions-publications/effective-law-and-policy-on-gender-equality-and-protection-from-sgbv-in-disasters-new-research-from-ifrc">Gender, Diversity and the Law</a></h4>
<p>Inclusion of gender, diversity and protection issues; to ensure that dignity, access, participation and safety for all is adequately provided for in domestic legislation, policies and procedure</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-3">
<img class="rounded-circle" src="./img/disaster-law/logos/Housing Land and Property Rights.png" alt="Generic placeholder image" width="140" height="140">
<h4 class="dap"><a href="http://www.ifrc.org/en/what-we-do/disaster-law/about-disaster-law/regulatory-barriers-to-emergency-and-interim-shelter-solutions/">Housing Land and Property Rights</a></h4>
<p>Contextual, well planned approaches to regulatory issues in post-disaster, addressing the complex legal issues that may arise in the aftermath of a disaster with regard to security of tenure and housing, land and property rights</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>
<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/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>
<script src="./js/popper.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
</body>
</html>