-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (65 loc) · 2.56 KB
/
index.html
File metadata and controls
70 lines (65 loc) · 2.56 KB
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
<!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/svg+xml" href="/src/favicon.svg" />
<title>Benchmark NSW</title>
<meta
name="description"
content="Benchmark NSW
is an experimental project that uses street furniture to measure the dynamics of public space.
The project seeks to understand how UNSW students, particularly women, girls and gender diverse people interact with and move seating in public space.
It combined co-design, sensor kit development, and data analysis to assess the impact of a temporary activation on open space at UNSW."
/>
<meta
name="keywords"
content="benchmark, mit, unsw, Benchmark NSW, UNSW public space, street furniture dynamics, public space interaction, gender diverse public space, UNSW student project, co-design public space, sensor kit development, public space data analysis, temporary activation UNSW"
/>
<meta
name="author"
content="MIT, CDDL, LCAU, Sarah Williams, Minwook Kang"
/>
<meta
name="google-site-verification"
content="O4kPIIVG0WodSIcbZTOJexI9BbxKUCs4GHBWcag6CKs"
/>
<meta
name="google-site-verification"
content="uvUj_ucLLR1xCE4mP43zCRXYfkB1BrEZFA9LeuQiIYs"
/>
<meta property="og:image" content="/LOGO.gif" />
<meta property="og:image:alt" content="Logo of Benchmark NSW" />
<!-- Google Analytics -->
<!-- <script
async
src="https://www.googletagmanager.com/gtag/js?id=G-XWRNLMFGEM"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-XWRNLMFGEM");
</script> -->
<!-- End Google Analytics -->
<!--FONTS-->
<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=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,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=Nova+Mono&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>