-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClearlyNow.html
73 lines (52 loc) · 2.66 KB
/
ClearlyNow.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>bio</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&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=KoHo:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=New+Tegomin&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=Josefin+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet"
href="http://unpkg.com/[email protected]/dist/leaflet.css">
<script
src="http://unpkg.com/[email protected]/dist/leaflet.js"></script>
</head>
<style>
</style>
<body>
<header>
<div class="titletext">
<h2>Lydia Youngblood</h2>
</div>
<nav>
<ul>
<li><a href="carto.html">carto</a></li>
<li><a href="photo.html">photo</a></li>
<li><a href="bio.html">bio</a></li>
</ul>
</nav>
</header>
<main>
<div class="specialimg"><img src="images/canyouseeclearly.png" alt=""></div>
<div class="imgtext">
<p>India’s 1.37 billion people are exposed daily to high levels of airborne particulate matter, increasing risk of cancer and cardiovascular and respiratory disease [1]. This year, many countries saw decreases in air pollution as their economies slowed due to both lockdowns and a general lagging of the economy caused by the COVID-19 pandemic. On the 25th of March India went into a nationwide lockdown, which lasted officially until May 31st. This project aimed to visualize and analyze the effects of the lockdown on air quality and to assess people’s responses to any changes.
</p>
<p>Read more about the project <a href="https://cartographymaster.eu/studentwork/mp-group7/" target="_blank">here.</a></p>
<p><a href="https://storymaps.arcgis.com/stories/55ba688bdcb840dfae11bbe30ffb1870" target="_blank">Click here</a> to see it live!</p>
<div class="citation">
[1] “Ambient (Outdoor) Air Pollution.” World Health Organization. World Health Organization, 2018. https://www.who.int/ en/news-room/fact-sheets/detail/ambient-(outdoor)-air-quality-and-health
</div>
</div>
</main>
</body>
<script>
</script>
</html>