-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathairways.html
64 lines (56 loc) · 3.38 KB
/
airways.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Aerography</title>
<link rel="icon" type="image/x-icon" href="imgs/favicon.ico">
<link rel="stylesheet" href="styles.css">
<script src="https://www.w3schools.com/lib/w3.js"></script>
<link href="https://db.onlinewebfonts.com/c/dd99245b18d11af775d98957709aef02?family=Oxygen+Mono" rel="stylesheet">
</head>
<body>
<header class="header" id="navbar">
<a href="./index.html" class="logo">AEROGRAPHY</a>
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="./works.html">works</a></li>
<li><a href="./words.html">words</a></li>
<li><a href="./about.html">about</a></li>
<li><a href="./phd.html">PhD</a></li>
<li><a href="./contact.html">contact</a></li>
</ul>
</header>
<article class="project">
<h1>Airways</h1>
<h4>Campaign concept and speculative production</h4>
<img src="imgs/airways/main-map.jpeg" class="project_main_img">
<div class="project_summary">
<p>Even in developed cities like London, air pollution threatens to cause and worsen serious health problems, particularly among vulnerable populations including children. <i>Airways</i> is a proposed campaign for more breathable air. The narrator would complete <span class="highlight">a journey on foot that joins up 86 air pollution monitoring sites across London, totalling over 150 miles, and do walking interviews with experts and activists</span>. The alternative 'travel log' would draw attention to the 'spaces between' air quality monitoring stations, raising awareness about personal, street-level exposure to air pollution on a daily basis.</p>
<p>> Related research: 'Breathe for Ella: artivism, intersectionality, and sensing air pollution' in <i>Artnodes</i> (Sabin <a href="https://lucyrose93.github.io/aerography/pdfs/breathe-artnodes-24.pdf" target="_blank">2024</a>).</p>
</div>
<div class="project_gallery">
<img src="imgs/airways/Slide1.jpeg">
<img src="imgs/airways/Slide2.jpeg">
<img src="imgs/airways/Slide9.jpeg">
<img src="imgs/airways/Slide21.jpeg">
<img src="imgs/airways/Slide3.jpeg">
<img src="imgs/airways/Slide10.jpeg">
<img src="imgs/airways/Slide11.jpeg">
<img src="imgs/airways/Slide12.jpeg">
<img src="imgs/airways/Slide13.jpeg">
<img src="imgs/airways/Slide14.jpeg">
<img src="imgs/airways/Slide15.jpeg">
<img src="imgs/airways/Slide16.jpeg">
<img src="imgs/airways/Slide17.jpeg">
<img src="imgs/airways/Slide20.jpeg">
<img src="imgs/airways/Slide22.jpeg">
</div>
<p style="text-align: center"><br>A complete pitch deck for <i>Airways</i> is available on request. Contact Lucy <a href="contact.html">here</a></p>
<p class="return_portfolio"><a href="works.html">return to portfolio</a></p>
</article>
<footer>Copyright Lucy Sabin 2025</footer>
<script src="scroll.js"></script>
</body></html>