-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
453 lines (357 loc) · 23.4 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>COVID-19 Global Education Recovery Tracker</title>
<meta name="description" content="Monitoring the impact of the COVID-19 pandemic on response and recovery for students across the globe, by Johns Hopkins University, the World Bank, and UNICEF.">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="COVID-19 Global Education Recovery Tracker" />
<meta name="twitter:description" content="Monitoring the impact of the COVID-19 pandemic on response and recovery for students across the globe, by Johns Hopkins University, the World Bank, and UNICEF." />
<meta name="twitter:image" content="https://www.covideducationrecovery.global/img/og-image.png" />
<meta property="og:title" content="COVID-19 Global Education Recovery Tracker">
<meta property="og:image" content="https://www.covideducationrecovery.global/img/og-image.png\">
<meta property="og:description" content="Monitoring the impact of the COVID-19 pandemic on response and recovery for students across the globe, by Johns Hopkins University, the World Bank, and UNICEF.">
<meta property="og:url" content="https://www.covideducationrecovery.global//" />
<meta property="og:type" content="website">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<script src="/js/bootstrap.bundle.min.js" type="text/javascript"></script>
<link href="/css/all.min.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4XJB9Q7EK5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4XJB9Q7EK5');
</script>
<style>
@font-face {
font-family: 'FuturaPTWebLight';
src:
url('/webfonts/Futura-PT_Light.woff2') format('woff2'),
url('/webfonts/Futura-PT_Light.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaPTWebBook';
src:
url('/webfonts/Futura-PT_Book.woff2') format('woff2'),
url('/webfonts/Futura-PT_Book.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaPTWebDemi';
src:
url('/webfonts/Futura-PT_Demi.woff2') format('woff2'),
url('/webfonts/Futura-PT_Demi.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html, body {font-family: FuturaPTWebLight; font-size: 20px;}
h1, h2, h3 {font-family: FuturaPTWebDemi;}
strong, h4, h5, h6 {font-family: FuturaPTWebBook;}
nav {min-height: 80px; font-family: FuturaPTWebDemi; font-size: 90%;}
nav { background-color: var(--bs-light); }
nav svg {width: 250px; height: 50px;}
section {margin: 2em auto 1em auto; max-width: 1200px;}
.navbar-brand {margin-right: 0.1rem;}
.navbar-expand-xxl .navbar-nav {justify-content: space-evenly; width: 100%;}
.spacer-10 {height: 10vh;}
.spacer-5 {height: 5vh;}
[marked] {background-color: green !important;}
.table-header-sticky {position: sticky; top: 0; background-color: #FFFFFF !important; box-shadow: 0 5px 5px -5px #00000040 !important;}
.hidden, [v-cloak] {display: none;}
.carousel .carousel-item {
height: 80vh;
}
.flex-even {
flex: 1;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
background-color: #f5f5f5; }
#hero-image-container {
background-image: url(/img/wb_shutterstock_1798024564.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
#logos>div{display: flex; flex-flow: column nowrap; align-items: center; justify-content: center;}
/* #logos img {width: 200px; margin: 0.5rem;} */
#logos>div>div {margin-left: 65px; margin-right: 65px;}
#logo-jhu {width: 90vw; max-width: 260px; height: 100px; background-image: url(/img/JHU-e-learning.svg); background-repeat: no-repeat; background-size: contain; background-position: center center;}
#logo-wb {width: 90vw; max-width: 220px; height: 100px; background-image: url(/img/WB.svg); background-repeat: no-repeat; background-size: contain; background-position: center center;}
#logo-unicef {width: 90vw; max-width: 160px; height: 100px; background-image: url(/img/unicef-3.svg ); background-repeat: no-repeat; background-size: contain; background-position: center center;}
@media (min-width: 800px) {
#logos>div {flex-flow: row nowrap}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="/">
<svg version="1.1" id="Слой_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 250 50" style="enable-background:new 0 0 250 50;" xml:space="preserve">
<style type="text/css">
.st1{fill:#2361FF;}
.st2{fill:#FF9100;}
</style>
<g>
<path class="st1" d="M69.5,11.2c-1,0.5-1.8,0.6-2.5,0.6c-2.1,0-3.5-0.7-4.5-1.6c-1-1-1.8-2.5-1.8-4.3s0.7-3.3,1.8-4.3
c1-1,2.5-1.6,4.2-1.6c0.7,0,1.6,0.2,2.7,0.6v3C68.9,3,68,2.4,66.8,2.4c-1,0-1.7,0.3-2.3,0.9c-0.6,0.6-1.1,1.5-1.1,2.6
c0,1.2,0.5,2,1,2.5c0.2,0.2,1.1,1,2.4,1c0.7,0,1.6-0.2,2.6-1.2L69.5,11.2L69.5,11.2z"/>
<path class="st1" d="M81.6,1.6c1.1,1,1.8,2.5,1.8,4.3c0,1.5-0.5,3.1-1.8,4.2c-1.1,1-2.5,1.7-4.4,1.7c-2.1,0-3.6-0.8-4.4-1.7
C71.7,9.2,71,7.6,71,6s0.7-3.3,1.8-4.3C73.5,0.9,74.9,0,77.2,0C79,0,80.5,0.5,81.6,1.6z M74.7,3.4c-0.5,0.5-1,1.3-1,2.6
c0,1,0.3,1.9,1,2.5c0.7,0.7,1.5,0.9,2.4,0.9c1.2,0,2-0.4,2.5-1c0.4-0.4,1-1.2,1-2.5c0-1.2-0.5-2-1-2.5c-0.6-0.5-1.5-1-2.5-1
C76.2,2.4,75.3,2.8,74.7,3.4z"/>
<path class="st1" d="M86.4,0.3l2.9,7.3l2.9-7.3H95l-4.8,11.3h-1.8L83.6,0.3H86.4z"/>
<path class="st1" d="M98.9,0.3v11.3h-2.6V0.3H98.9z"/>
<path class="st1" d="M105.1,0.3c1.5,0,3.1,0.2,4.5,1.6c1,1,1.6,2.3,1.6,4.1s-0.6,3.1-1.5,4c-1.6,1.6-3.5,1.7-4.5,1.7h-3.7V0.3
H105.1z M104.1,9.4h0.7c0.5,0,1.7-0.1,2.6-0.8c0.6-0.5,1.1-1.5,1.1-2.7s-0.5-2-0.9-2.4c-0.9-0.8-2-1-2.8-1h-0.7
C104.1,2.5,104.1,9.4,104.1,9.4z"/>
<path class="st1" d="M112.7,4.7h4.4v2.1h-4.4V4.7z"/>
<path class="st1" d="M121.8,2.5h-1.6V0.3h4.2v11.3h-2.6V2.5z"/>
<path class="st1" d="M128.6,11.6l3-3.7C131.2,8,130.9,8,130.5,8c-1.2,0-2.2-0.4-2.9-1.1c-0.6-0.6-1-1.5-1-2.7c0-1.7,0.8-2.6,1.1-3
c1.1-1.2,2.7-1.3,3.6-1.3c1.8,0,2.8,0.6,3.4,1.1c0.6,0.5,1.2,1.5,1.2,2.9c0,0.7-0.2,1.5-0.5,2.3c-0.3,0.6-0.8,1.4-1.3,2.1l-2.6,3.4
L128.6,11.6z M129.9,2.7c-0.2,0.2-0.6,0.6-0.6,1.4c0,0.7,0.3,1.2,0.6,1.5c0.4,0.3,0.9,0.5,1.4,0.5c0.6,0,1.1-0.2,1.4-0.5
c0.3-0.3,0.6-0.7,0.6-1.5c0-0.5-0.2-1-0.6-1.4c-0.3-0.3-0.7-0.5-1.4-0.5C130.8,2.1,130.3,2.3,129.9,2.7z"/>
<path class="st1" d="M147,5.4h5.6v0.1c0,1.4-0.5,3.5-1.8,4.8s-2.7,1.5-4,1.5c-1.4,0-2.8-0.2-4.1-1.6C142,9.5,141,8.1,141,5.9
c0-1.9,0.7-3.3,1.6-4.3c1.4-1.4,3.1-1.6,4.5-1.6c0.9,0,2.1,0.2,3.2,0.8c0.8,0.5,1.4,1.3,1.8,2l-2.4,1.3c-0.2-0.4-0.6-0.9-1-1.2
c-0.5-0.4-1.1-0.5-1.7-0.5c-1,0-1.8,0.3-2.3,0.9c-0.6,0.7-1,1.6-1,2.7c0,1.3,0.5,2.1,1,2.6c0.7,0.7,1.4,0.9,2.3,0.9
c1.1,0,1.7-0.4,2-0.6c0.1-0.1,0.6-0.5,0.8-1.3H147V5.4z"/>
<path class="st1" d="M157.2,0.3v9.1h3.5v2.2h-6.1V0.3H157.2z"/>
<path class="st1" d="M171.9,1.6c1.1,1,1.8,2.5,1.8,4.3c0,1.5-0.5,3.1-1.8,4.2c-1.1,1-2.5,1.7-4.4,1.7c-2.1,0-3.6-0.8-4.4-1.7
c-1.1-1-1.8-2.5-1.8-4.2c0-1.6,0.7-3.3,1.8-4.3c0.8-0.8,2.2-1.7,4.4-1.7C169.3,0,170.8,0.5,171.9,1.6z M165,3.4
c-0.5,0.5-1,1.3-1,2.6c0,1,0.3,1.9,1,2.5c0.7,0.7,1.5,0.9,2.4,0.9c1.2,0,2-0.4,2.5-1c0.4-0.4,1-1.2,1-2.5c0-1.2-0.5-2-1-2.5
c-0.6-0.5-1.5-1-2.5-1C166.5,2.4,165.7,2.8,165,3.4z"/>
<path class="st1" d="M179.1,0.3c0.6,0,2,0,2.9,0.9c0.7,0.7,0.8,1.6,0.8,2.1c0,0.4-0.1,1-0.4,1.4c-0.3,0.5-0.7,0.7-1,0.8
c0.5,0.1,1.2,0.4,1.6,0.8c0.4,0.4,0.7,1,0.7,2c0,1.1-0.4,1.9-0.9,2.3c-0.9,0.9-2.3,1-3,1h-4.3V0.3H179.1z M178.2,4.9h0.4
c0.4,0,1-0.1,1.3-0.3c0.2-0.2,0.5-0.5,0.5-1s-0.2-0.8-0.4-1c-0.4-0.3-0.9-0.3-1.4-0.3h-0.4L178.2,4.9L178.2,4.9z M178.2,9.6h0.6
c0.7,0,1.5,0,1.9-0.5c0.2-0.2,0.4-0.5,0.4-1s-0.2-0.8-0.4-0.9c-0.5-0.4-1.3-0.4-1.9-0.4h-0.7L178.2,9.6L178.2,9.6z"/>
<path class="st1" d="M192.4,9.5h-4.3l-0.9,2.1h-2.7l4.6-11.3h2.4l4.5,11.3h-2.7L192.4,9.5z M191.7,7.4l-1.4-3.8l-1.4,3.8H191.7z"/>
<path class="st1" d="M199.9,0.3v9.1h3.5v2.2h-6.1V0.3H199.9z"/>
</g>
<g>
<path class="st1" d="M67.7,18.2h-3.8v2.2h3.6v2.2h-3.6v2.5h3.8v2.2h-6.4V16h6.4C67.7,16,67.7,18.2,67.7,18.2z"/>
<path class="st1" d="M73.4,16c1.5,0,3.1,0.2,4.5,1.6c1,1,1.6,2.3,1.6,4.1c0,1.8-0.6,3.1-1.5,4c-1.6,1.6-3.5,1.7-4.5,1.7h-3.7V16
H73.4z M72.4,25.1h0.7c0.5,0,1.7-0.1,2.6-0.8c0.6-0.5,1.1-1.5,1.1-2.7s-0.5-2-0.9-2.4c-0.9-0.8-2-1-2.8-1h-0.7
C72.4,18.2,72.4,25.1,72.4,25.1z"/>
<path class="st1" d="M91,22.7c0,1.1-0.1,2.4-1.3,3.6c-1.1,1.1-2.3,1.3-3.5,1.3s-2.4-0.2-3.5-1.3c-1.1-1.2-1.3-2.5-1.3-3.6V16H84
v6.6c0,0.5,0,1.3,0.6,1.9c0.5,0.5,1.1,0.6,1.6,0.6s1.1-0.1,1.6-0.6c0.6-0.6,0.6-1.4,0.6-1.9V16H91V22.7z"/>
<path class="st1" d="M101.7,27c-1,0.5-1.8,0.6-2.5,0.6c-2.1,0-3.5-0.7-4.5-1.6c-1-1-1.8-2.5-1.8-4.3s0.7-3.3,1.8-4.3
c1-1,2.5-1.6,4.2-1.6c0.7,0,1.6,0.2,2.7,0.6v3c-0.6-0.6-1.4-1.2-2.7-1.2c-1,0-1.7,0.3-2.3,0.9c-0.6,0.6-1.1,1.5-1.1,2.6
c0,1.2,0.5,2,1,2.5c0.2,0.2,1.1,1,2.4,1c0.7,0,1.6-0.2,2.6-1.2v3H101.7z"/>
<path class="st1" d="M110.5,25.2h-4.3l-0.9,2.1h-2.7l4.6-11.3h2.4l4.5,11.3h-2.7L110.5,25.2z M109.7,23.2l-1.4-3.8l-1.4,3.8H109.7z
"/>
<path class="st1" d="M118.6,18.2v9.1H116v-9.1h-2.5V16h7.5v2.2H118.6z"/>
<path class="st1" d="M125.1,16v11.3h-2.6V16H125.1z"/>
<path class="st1" d="M137.7,17.4c1.1,1,1.8,2.5,1.8,4.3c0,1.5-0.5,3.1-1.8,4.2c-1.1,1-2.5,1.7-4.4,1.7c-2.1,0-3.6-0.8-4.4-1.7
c-1.1-1-1.8-2.5-1.8-4.2c0-1.6,0.7-3.3,1.8-4.3c0.8-0.8,2.2-1.7,4.4-1.7C135,15.8,136.5,16.3,137.7,17.4z M130.8,19.1
c-0.5,0.5-1,1.3-1,2.6c0,1,0.3,1.9,1,2.5c0.7,0.7,1.5,0.9,2.4,0.9c1.2,0,2-0.4,2.5-1c0.4-0.4,1-1.2,1-2.5c0-1.2-0.5-2-1-2.5
c-0.6-0.5-1.5-1-2.5-1C132.3,18.2,131.4,18.5,130.8,19.1z"/>
<path class="st1" d="M141.4,27.3V16h2.3l6.2,7.3V16h2.6v11.3h-2.3L144,20v7.3H141.4z"/>
<path class="st1" d="M162.9,16c1.4,0,2.3,0.5,2.9,1c0.5,0.5,1,1.3,1,2.5c0,0.7-0.2,1.6-0.9,2.3c-0.4,0.4-1,0.7-1.6,0.9l3.5,4.6
h-3.2l-3.1-4.5v4.5h-2.6V16H162.9z M161.5,21.2h0.6c0.5,0,1.1-0.1,1.6-0.5c0.2-0.2,0.4-0.5,0.4-1.1s-0.3-1-0.5-1.2
c-0.4-0.3-1.1-0.4-1.4-0.4h-0.6v3.2H161.5z"/>
<path class="st1" d="M175.6,18.2h-3.8v2.2h3.6v2.2h-3.6v2.5h3.8v2.2h-6.4V16h6.4V18.2z"/>
<path class="st1" d="M185.9,27c-1,0.5-1.8,0.6-2.5,0.6c-2.1,0-3.5-0.7-4.5-1.6c-1-1-1.8-2.5-1.8-4.3s0.7-3.3,1.8-4.3
c1-1,2.5-1.6,4.2-1.6c0.7,0,1.6,0.2,2.7,0.6v3c-0.6-0.6-1.4-1.2-2.7-1.2c-1,0-1.7,0.3-2.3,0.9s-1.1,1.5-1.1,2.6c0,1.2,0.5,2,1,2.5
c0.2,0.2,1.1,1,2.4,1c0.7,0,1.6-0.2,2.6-1.2v3H185.9z"/>
<path class="st1" d="M198.1,17.4c1.1,1,1.8,2.5,1.8,4.3c0,1.5-0.5,3.1-1.8,4.2c-1.1,1-2.5,1.7-4.4,1.7c-2.1,0-3.6-0.8-4.4-1.7
c-1.1-1-1.8-2.5-1.8-4.2c0-1.6,0.7-3.3,1.8-4.3c0.8-0.8,2.2-1.7,4.4-1.7C195.4,15.8,196.9,16.3,198.1,17.4z M191.2,19.1
c-0.5,0.5-1,1.3-1,2.6c0,1,0.3,1.9,1,2.5c0.7,0.7,1.5,0.9,2.4,0.9c1.2,0,2-0.4,2.5-1c0.4-0.4,1-1.2,1-2.5c0-1.2-0.5-2-1-2.5
c-0.6-0.5-1.5-1-2.5-1C192.7,18.2,191.8,18.5,191.2,19.1z"/>
<path class="st1" d="M202.9,16l2.9,7.3l2.9-7.3h2.8l-4.8,11.3h-1.8L200,16H202.9z"/>
<path class="st1" d="M219.1,18.2h-3.8v2.2h3.6v2.2h-3.6v2.5h3.8v2.2h-6.4V16h6.4V18.2z"/>
<path class="st1" d="M225.2,16c1.4,0,2.3,0.5,2.9,1c0.5,0.5,1,1.3,1,2.5c0,0.7-0.2,1.6-0.9,2.3c-0.4,0.4-1,0.7-1.6,0.9l3.5,4.6
h-3.2l-3.1-4.5v4.5h-2.6V16H225.2z M223.9,21.2h0.6c0.5,0,1.1-0.1,1.6-0.5c0.2-0.2,0.4-0.5,0.4-1.1s-0.3-1-0.5-1.2
c-0.4-0.3-1.1-0.4-1.4-0.4H224v3.2H223.9z"/>
<path class="st1" d="M234,22.1l-4-6.1h3.1l2.3,3.5l2.3-3.5h3.1l-4.1,6.1v5.3H234V22.1z"/>
</g>
<g>
<path class="st1" d="M65.2,34v9.1h-2.6V34h-2.5v-2.2h7.5V34H65.2z"/>
<path class="st1" d="M73.1,31.8c1.4,0,2.3,0.5,2.9,1c0.5,0.5,1,1.3,1,2.5c0,0.7-0.2,1.6-0.9,2.3c-0.4,0.4-1,0.7-1.6,0.9l3.5,4.6
h-3.2l-3.1-4.5v4.5h-2.6V31.8H73.1z M71.7,36.9h0.6c0.5,0,1.1-0.1,1.6-0.5c0.2-0.2,0.4-0.5,0.4-1.1s-0.3-1-0.5-1.2
c-0.4-0.3-1.1-0.4-1.4-0.4h-0.6L71.7,36.9L71.7,36.9z"/>
<path class="st1" d="M86.2,41H82l-0.9,2.1h-2.7L83,31.8h2.4l4.5,11.3h-2.7L86.2,41z M85.5,39l-1.4-3.8L82.7,39H85.5z"/>
<path class="st1" d="M98.9,42.7c-1,0.5-1.8,0.6-2.5,0.6c-2.1,0-3.5-0.7-4.5-1.6c-1-1-1.8-2.5-1.8-4.3s0.7-3.3,1.8-4.3
c1-1,2.5-1.6,4.2-1.6c0.7,0,1.6,0.2,2.7,0.6v3c-0.6-0.6-1.4-1.2-2.7-1.2c-1,0-1.7,0.3-2.3,0.9c-0.6,0.6-1.1,1.5-1.1,2.6
c0,1.2,0.5,2,1,2.5c0.2,0.2,1.1,1,2.4,1c0.7,0,1.6-0.2,2.6-1.2v3H98.9z"/>
<path class="st1" d="M103.7,36.5l3.9-4.7h3.2l-4.6,5.4l4.9,6h-3.4l-4.1-5v5H101V31.8h2.6L103.7,36.5L103.7,36.5z"/>
<path class="st1" d="M118.8,34H115v2.2h3.6v2.2H115v2.5h3.8v2.2h-6.4V31.8h6.4V34z"/>
<path class="st1" d="M124.9,31.8c1.4,0,2.3,0.5,2.9,1c0.5,0.5,1,1.3,1,2.5c0,0.7-0.2,1.6-0.9,2.3c-0.4,0.4-1,0.7-1.6,0.9l3.5,4.6
h-3.2l-3.1-4.5v4.5H121V31.8H124.9z M123.6,36.9h0.6c0.5,0,1.1-0.1,1.6-0.5c0.2-0.2,0.4-0.5,0.4-1.1s-0.3-1-0.5-1.2
c-0.4-0.3-1.1-0.4-1.4-0.4h-0.6L123.6,36.9L123.6,36.9z"/>
</g>
<path class="st1" d="M3.2,16.2h14c1.8,0,3.2-1.5,3.2-3.2V3.2C20.5,1.5,19,0,17.2,0h-14C1.5,0,0,1.5,0,3.2V13
C0,14.7,1.5,16.2,3.2,16.2z M2.4,3.2c0-0.5,0.4-0.8,0.8-0.8h14c0.5,0,0.8,0.4,0.8,0.8V13c0,0.5-0.4,0.8-0.8,0.8h-14
c-0.5,0-0.8-0.4-0.8-0.8C2.4,13,2.4,3.2,2.4,3.2z"/>
<path class="st1" d="M26.1,24.5h14c1.8,0,3.2-1.5,3.2-3.2V3.2c0-1.8-1.5-3.2-3.2-3.2h-14c-1.8,0-3.2,1.5-3.2,3.2v18.1
C22.9,23.1,24.4,24.5,26.1,24.5z M25.3,3.2c0-0.5,0.4-0.8,0.8-0.8h14c0.5,0,0.8,0.4,0.8,0.8v18.1c0,0.5-0.4,0.8-0.8,0.8h-14
c-0.5,0-0.8-0.4-0.8-0.8V3.2z"/>
<path class="st2" d="M38.3,43.4L37.8,41H26.1c-0.5,0-0.8-0.4-0.8-0.8v-9.7c0-0.5,0.4-0.8,0.8-0.8h14c0.5,0,0.8,0.4,0.8,0.8v5.9
l2.4,1.4v-7.3c0-1.8-1.5-3.2-3.2-3.2h-14c-1.8,0-3.2,1.5-3.2,3.2v9.7c0,1.8,1.5,3.2,3.2,3.2C26.1,43.4,38.3,43.4,38.3,43.4z"/>
<path class="st1" d="M3.2,43.4h14c1.8,0,3.2-1.5,3.2-3.2V22.1c0-1.8-1.5-3.2-3.2-3.2h-14c-1.8,0-3.2,1.5-3.2,3.2v18.1
C0,41.9,1.5,43.4,3.2,43.4z M2.4,22.1c0-0.5,0.4-0.8,0.8-0.8h14c0.5,0,0.8,0.4,0.8,0.8v18.1c0,0.5-0.4,0.8-0.8,0.8h-14
c-0.5,0-0.8-0.4-0.8-0.8C2.4,40.2,2.4,22.1,2.4,22.1z"/>
<path class="st1" d="M41,36.3l-3.1-1.8c-0.5-0.3-1.2,0.2-1.1,0.8l1.1,5.8l0.5,2.4l1.1,6c0.1,0.7,1,0.8,1.3,0.2l3.1-5.5l6.2-1
c0.7-0.1,0.9-1,0.3-1.4l-6.9-4L41,36.3z"/>
</svg>
<!-- <svg class="d-inline-block align-text-top" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300 296.3" style="enable-background:new 0 0 300 296.3;" xml:space="preserve">
<style type="text/css">
.st0 {fill:#2361FF;}
.st1 {fill:#FF9100;}
</style>
<g>
<path class="st0" d="M19.2,96H102c10.6,0,19.2-8.6,19.2-19.2V19.2C121.2,8.6,112.6,0,102,0H19.2C8.6,0,0,8.6,0,19.2v57.6 C0,87.4,8.6,96,19.2,96z M14.2,19.2c0-2.8,2.3-5,5-5H102c2.8,0,5,2.3,5,5v57.6c0,2.8-2.3,5-5,5H19.2c-2.8,0-5-2.3-5-5V19.2z"/>
<path class="st0" d="M154.9,145.4h82.8c10.6,0,19.2-8.6,19.2-19.2v-107c0-10.6-8.6-19.2-19.2-19.2h-82.8 c-10.6,0-19.2,8.6-19.2,19.2v107C135.7,136.8,144.3,145.4,154.9,145.4z M149.9,19.2c0-2.8,2.3-5,5-5h82.8c2.8,0,5,2.3,5,5v107 c0,2.8-2.3,5-5,5h-82.8c-2.8,0-5-2.3-5-5V19.2z"/>
<path class="st1" d="M226.7,256.9l-2.7-14.2h-69.1c-2.8,0-5-2.3-5-5v-57.6c0-2.8,2.3-5,5-5h82.8c2.8,0,5,2.3,5,5v34.9l14.2,8.3 v-43.2c0-10.6-8.6-19.2-19.2-19.2h-82.8c-10.6,0-19.2,8.6-19.2,19.2v57.6c0,10.6,8.6,19.2,19.2,19.2H226.7z"/>
<path class="st0" d="M19.2,256.9H102c10.6,0,19.2-8.6,19.2-19.2v-107c0-10.6-8.6-19.2-19.2-19.2H19.2C8.6,111.5,0,120.2,0,130.7 v107C0,248.3,8.6,256.9,19.2,256.9z M14.2,130.7c0-2.8,2.3-5,5-5H102c2.8,0,5,2.3,5,5v107c0,2.8-2.3,5-5,5H19.2c-2.8,0-5-2.3-5-5 V130.7z"/>
<path class="st0" d="M242.8,215.1l-18.5-10.8c-3.2-1.8-7.3,0.9-6.8,4.5l6.4,34.1l2.7,14.2l6.8,35.7c0.5,4.1,5.9,4.5,7.7,1.4 l18.2-32.7l36.8-5.9c4.1-0.5,5.5-5.9,1.8-8.2l-40.9-24L242.8,215.1z"/>
</g>
</svg> -->
<!-- <div class="d-inline-block">
</div> -->
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav w-100 ms-5 mb-2 mb-lg-0 justify-content-between">
<li class="nav-item">
<a class="btn btn-outline-primary" href="/contact/">Subscribe / Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/stories/">Stories</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/visualizations/">Visualizations</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navBarAboutDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
About
</a>
<ul class="dropdown-menu" aria-labelledby="navBarAboutDropdown">
<li><a class="dropdown-item" href="/about/">Partnership</a></li>
<li><a class="dropdown-item" href="/about/#disclaimer">Disclaimer</a></li>
<li><a class="dropdown-item border-bottom mb-2" href="/methodology/">Methodology</a></li>
<li><a class="dropdown-item" href="/data/">Get Data</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid alert bg-danger text-white text-center fs-4">
<strong>
<i class="fa fa-exclamation-circle me-2"></i>As of 11 February 2022, we have paused updates to this site until further notice.
</strong>
</div>
<div id="main" class="d-flex flex-column align-items-stretch">
<div class="container-fluid">
<div id="main-carousel" class="carousel slide" data-bs-ride="carousel" style="max-height: 80vh;">
<!-- <div class="carousel-indicators">
<button type="button" data-bs-target="#main-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
</div> -->
<div class="carousel-inner" style="background-color: #494949;">
<div id="hero-image-container" class="carousel-item text-center active">
<div class="carousel-caption text-dark bg-light">
<h2>COVID-19 Global Education Recovery Tracker </h2>
<p><i>Monitoring the impact of the COVID-19 pandemic on response and recovery for students across the globe</i></p>
<a class="btn btn-primary my-1 mx-1" href="/visualizations">Maps, Graphs, and Tables</a>
<a class="btn btn-primary my-1 mx-1" href="/methodology">Methodology</a>
</div>
</div>
</div>
<!-- <button class="carousel-control-prev" type="button" data-bs-target="#main-carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#main-carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button> -->
</div>
</div>
</div>
<div class="spacer-10"></div>
<section id="cards" class="container">
<h2>Stories and Insights</h2>
<div class="row">
<!-- <div class="d-flex flex-row"> -->
<div class="col-lg-4 d-flex align-items-stretch">
<div class="card w-100">
<div class="ratio" style="--bs-aspect-ratio: 100%">
<img src="/assets/2022-01-14-infographic.png" alt="Data Points" />
</div>
<div class="card-body d-flex flex-column">
<p class="card-text text-muted">2022 January 14</p>
<div class="mt-auto text-center">
<a href="/stories/2022-01-14-gert-data-points/" class="btn btn-primary mx-auto stretched-link">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 d-flex align-items-stretch">
<div class="card w-100">
<div class="ratio" style="--bs-aspect-ratio: 100%">
<img src="/assets/2021-12-15-infographic.png" alt="Data Points" />
</div>
<div class="card-body d-flex flex-column">
<p class="card-text text-muted">2021 December 15</p>
<div class="mt-auto text-center">
<a href="/stories/2021-12-15-gert-data-points/" class="btn btn-primary mx-auto stretched-link">View</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 d-flex align-items-stretch">
<div class="card w-100">
<div class="ratio" style="--bs-aspect-ratio: 100%">
<img src="/assets/2021-11-12-infographic.png" alt="Data Points" />
</div>
<div class="card-body d-flex flex-column">
<p class="card-text text-muted">2021 November 12</p>
<div class="mt-auto text-center">
<a href="/stories/2021-11-12-gert-data-points/" class="btn btn-primary mx-auto stretched-link">View</a>
</div>
</div>
</div>
</div>
<!-- </div> -->
</div>
<div class="w-100 d-flex justify-content-end mt-3">
<a href="/stories">See more stories and insights</a>
</div>
</section>
<div class="spacer-10"></div>
<section id="about" class="container">
<div>
<h2>About this site</h2>
<p>The purpose of the COVID-19 Global Education Recovery Tracker is to capture ongoing information about the global status of schools, teachers and students amid the COVID-19 pandemic. This information is intended to be of use for education and public health policy stakeholders and researchers from around the world. In this second year of the pandemic, and as many countries are starting to move from emergency responses towards policies aimed for recovery, the tracker aims to support this process by focusing on data that can help build back better and more resilient education systems.</p>
<p>This tracker is the result of a partnership between the <a href="https://equityschoolplus.jhu.edu/">Johns Hopkins University eSchool+ Initiative</a>, the <a href="https://www.worldbank.org/">World Bank</a>, and <a href="https://www.unicef.org/">UNICEF</a>.</p>
</div>
</section>
<section id="logos">
<div class="container-fluid">
<div id="logo-jhu">
</div>
<div id="logo-wb">
</div>
<div id="logo-unicef">
</div>
</div>
</section>
</body>
</html>