-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathairport.html
78 lines (72 loc) · 2.71 KB
/
airport.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="images/icon.png">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/design-subpage.css">
<!-- JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script defer src="js/main.js"></script>
<script defer src="js/design-subpage.js"></script>
<!-- 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=Handlee&family=Inter:wght@100..900&family=Jersey+15&family=New+Rocker&family=Silkscreen:wght@400;700&display=swap" rel="stylesheet">
<!-- PAGE NAME -->
<title>vivian's portfolio</title>
</head>
<body>
<special-header></special-header>
<div id="load">
<h1>
<span>L</span>
<span>O</span>
<span>A</span>
<span>D</span>
<span>I</span>
<span>N</span>
<span>G</span>
<span>.</span>
<span>.</span>
<span>.</span>
</h1>
</div>
<div class="blog-container">
<div class="section">
<div class="hero">
</div>
<div class="title">
<h1>AIRPORT BUDDY</h1>
<h3 class="tagline" id="tagline">How might we make airports more enjoyable and inclusive for people with cognitive disabilities?</h3>
<div class="tags">
<div class="tag">
<h3 class="bolded-body-text">Focus</h3>
<p class="body-text">
emerging technologies <br>
inclusive design
</p>
</div>
<div class="tag">
<h3 class="bolded-body-text">Other contributors</h3>
<p class="body-text">
1 x researcher <br>
1 x designer
</p>
</div>
<div class="tag">
<h3 class="bolded-body-text">Context</h3>
<p class="body-text">
march - may 2024 <br>
advanced interaction design
</p>
</div>
</div>
</div>
</div>
</div>
<special-footer></special-footer>
</body>
</html>