-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
237 lines (214 loc) · 7.48 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
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
<!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" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<!-- <script src="//unpkg.com/d3"></script>
<script src="//unpkg.com/globe.gl"></script> -->
<script src="/js/d3.js"></script>
<script src="/js/globe.gl.js"></script>
<script
src="https://kit.fontawesome.com/1e939a20d7.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poiret+One&display=swap"
rel="stylesheet"
/>
<!-- deckgl -->
<script src="https://unpkg.com/@deck.gl/core/dist.min.js"></script>
<script src="https://unpkg.com/@deck.gl/layers/dist.min.js"></script>
<!-- pdf -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html2canvas/1.4.1/html2canvas.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/3.5.13/jspdf.plugin.autotable.min.js"></script>
<!-- pdf Make -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.70/pdfmake.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.70/vfs_fonts.js"></script>
<link rel="stylesheet" href="./css/index.css" />
<title>Human Rights Mechanisms</title>
</head>
<body>
<div id="globeViz"></div>
<div id="popup-container"></div>
<div id="table">
<table id="customers">
<tr>
<th colspan="3" style="font-size: 0.8rem; border-right: none">
Human Rights Mechanisms in All States
</th>
<th style="border-left: none">
<button
onclick="hideTable()"
style="color: azure; margin: 0px 0px 0 70%"
class="closeBtn"
>
<i class="fa-sharp fa-solid fa-xmark"></i>
</button>
</th>
</tr>
<tr>
<th>Institution</th>
<th>Mechanism(s)</th>
<th>Institution to be addressed</th>
<th>Specific Procedures</th>
</tr>
<tr>
<td rowspan="5">Human Rights Council</td>
<td rowspan="4">
<p>Special Procedures</p>
</td>
<td rowspan="2">
<p>Working Groups</p>
</td>
<td>
<p>
<a
target="_blank"
href="https://www.ohchr.org/en/special-procedures/wg-arbitrary-detention/complaints-and-urgent-appeals"
>Working Group on Arbitrary Detention (WGAD)</a
>
</p>
</td>
</tr>
<tr>
<td>
<p>
<a
target="_blank"
href="https://www.ohchr.org/en/special-procedures/wg-disappearances/reporting-disappearance-working-group"
>Working Group on Enforced or Involuntary Disappearances
(WGEID)</a
>
</p>
</td>
</tr>
<tr>
<td rowspan="2">
<p>Special Rapporteurs</p>
</td>
<td>
<p>
<a target="_blank" href="https://spsubmission.ohchr.org/"
>Submission to Special Procedures</a
>
</p>
</td>
</tr>
<tr>
<td>
<p>
<a
target="_blank"
href="https://spinternet.ohchr.org/ViewAllCountryMandates.aspx?Type=TM"
>Submitting information to Special Rapporteur</a
>
</p>
</td>
</tr>
<tr>
<td>Human Rights Council Complaint Procedure</td>
<td>Human Rights Council</td>
<td>
<a
target="_blank"
href="https://www.ohchr.org/en/hr-bodies/hrc/complaint-procedure/hrc-complaint-procedure-index"
>HRC Complaint Procedure (frequently asked questions)</a
>
</td>
</tr>
<tr>
<td>ECOSOC</td>
<td>Commission on the Status of Women</td>
<td></td>
<td>
<a
target="_blank"
href="https://www.unwomen.org/en/csw/communications-procedure"
>Commission on the Status of Women</a
>
</td>
</tr>
</table>
</div>
<div id="tableBtn">
<button onclick="showTable()" style="color: azure" class="tableBtn">
<i class="fa-solid fa-table-list"></i>
</button>
</div>
<div id="title">
<h1>Human Rights Mechanisms</h1>
<!-- Search Function -->
<!-- <div autocomplete="off">
<div class="autocomplete" style="width: 300px">
<input
id="myInput"
type="text"
name="myCountry"
placeholder="Search for a country"
/>
</div>
<button type="submit" onclick="searchCountry()" id="sbutton">
Search
</button>
</div> -->
</div>
<div id="footer">
<div class="colorTab">
<div class="colorboxes">
<div class="box box--other"></div>
<p>8+ Human Rights Mechanisms</p>
</div>
<div class="colorboxes">
<div class="box box--eightPlus"></div>
<p>6-8 Human Rights Mechanisms</p>
</div>
<div class="colorboxes">
<div class="box box--sixPlus"></div>
<p>3-6 Human Rights Mechanisms</p>
</div>
<div class="colorboxes">
<div class="box box--threePlus"></div>
<p>1-3 Human Rights Mechanisms</p>
</div>
<div class="colorboxes">
<div class="box box--noRHRM"></div>
<p>No Human Rights Mechanisms</p>
</div>
<button id="btnCloseColorTab">
<i class="fa-sharp fa-solid fa-xmark"></i>
</button>
</div>
<button id="btnColorTab">Color Legend</button>
<p>
Created by
<a href="https://www.thinkevolveconsulting.com"
>Think Evolve Consultancy LLP</a
>
</p>
</div>
<script src="./js/index.js"></script>
<script src="./js/globe.js"></script>
<script src="./js/autocomplete.js"></script>
<script src="./js/makePdf.js"></script>
</body>
</html>