-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (51 loc) · 2.86 KB
/
index.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
<!DOCTYPE html>
<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.0">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<link href='styles.css' rel='stylesheet' />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://kit.fontawesome.com/39e5643f1a.js"></script>
<script src="https://d3js.org/topojson.v1.min.js"></script>
<script src="https://d3js.org/d3.v5.js"></script>
</head>
<body>
<div class="loader">
<div class="sp sp-circle"></div>
Loading data...
</div>
<div class="container" id="mainOfIframe">
<!-- <div class="floating-container select">
<label for="emergency">Emergency
<select name="emergency" id="emergency"></select></label>
</div> -->
<div class="row">
<div class="col-md-6">
<p>
The Eastern and Southern Africa Region (ESAR) Risk Communication and Community Engagement (RCCE) Technical Working Group (TWG) was established in March 2020 as one of four TWGs to to enhance regional partner coordination on operational and strategic planning,
monitoring and evaluation as well as the support to countries on particular aspects of the preparedness and response to COVID-19. The Terms of Reference were revised in February 2022 to encompass RCCE partner coordination for public
health emergencies (PHE) with regional implications. The RCCE TWG is co-chaired by UNICEF and IFRC with operational and technical support from the RCCE Collective Service for day to day management and follow up of TWG activities and
actions. There are two subworking groups linked to the RCCE TWG-the Community Feedback SWG and the Media Taskforce. Membership and participation is open to all partners operating at regional level involved in RCCE response to address
PHE. The RCCE TWG meets on the fourth Wednesday of the month between 11:00am and 12:30pm EAT.
</p>
</div>
<div class="col-md-6">
<div id="map">
<div class="zoom-controls">
<button id="zoom_in">+</button>
<button id="zoom_out">-</button>
</div>
<div class="floating-container select">
<label for="emergency">Emergency
<select name="emergency" id="emergency"></select></label>
</div>
<div id="legend"></div>
</div>
</div>
</div>
</div>
<script type='text/javascript' src='script.js'></script>
</body>
</html>