-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (130 loc) · 5.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>UNSW Queer Students in STEM</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0,
user-scalable=no"/>
<meta name="theme-color" content="#e557a5"/>
<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=Inter&family=Zen+Maru+Gothic:wght@700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZEGRPMZNRV"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZEGRPMZNRV');
</script>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/favicon/apple-touch-icon-60x60.png" />
<link rel="icon" type="image/png" href="/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="/favicon/favicon-128.png" sizes="128x128" />
<meta name="msapplication-square150x150logo" content="/favicon/mstile-150x150.png" />
<meta name="msapplication-square310x310logo" content="/favicon/mstile-310x310.png" />
</head>
<body>
<header>
<a href="#" class="home-link">
<img class="logo" src="/img/logo.png" alt="UNSW Queer Students in STEM logo">
</a>
<nav>
<a href="#events">Events</a>
<a href="#gallery">Gallery</a>
<a href="/join" target="_blank">Join</a>
</nav>
</header>
<div id="banner">
<section id="banner-text">
<h1>UNSW Queer Students in STEM</h1>
<p id="desc">A social society that aims to support all LGBTQIA+ identifying STEM students and develop a comprehensive community.</p>
<a href="/join">
<button class="main-button">Join</button>
</a>
<div id="socials">
<a href="/join">
<img src="/img/spArc.png" alt="SpArc Icon">
</a>
<a href="https://www.facebook.com/UNSWQSIS">
<img src="/img/facebook.png" alt="Facebook Icon">
</a>
<a href="https://www.instagram.com/unswqsis/">
<img src="/img/instagram.png" alt="Instagram Icon">
</a>
<a href="/discord">
<img src="/img/discord.png" alt="Discord Icon">
</a>
</div>
</section>
</div>
<section>
<a name="#events">
<h2>Upcoming Events</h2>
</a>
<div id="upcoming-events" class="event-box">
<article id="soon" class="event">
<img src="/img/events/soon.jpg" alt="Rainbow Background">
<h3>Follow us on Facebook to hear about future events!</h3>
<a href="https://www.facebook.com/UNSWQSIS">
<button class="main-button">Facebook</button>
</a>
</article>
</div>
</section>
<section>
<h2>Past Events</h2>
<div id="past-events" class="event-box">
</div>
<a href="/pastEvents.html">
<button class="main-button" id="past-link">See more past events</button>
</a>
</section>
<section>
<a name="#gallery">
<h2>Gallery</h2>
</a>
<div id="gallery">
<div class="gallery-section">
<img src="img/gallery/8.jpg" alt="Two people standing in a stall with a banner that reads Queer Students in STEM">
<img src="img/gallery/1.jpg" alt="A group of people sit at a picnic table holding a sign that reads Queer Students in STEM">
<img src="img/gallery/2.jpg" alt="A group of people sitting in a circle on the floor">
</div>
<div class="gallery-section">
<img src="img/gallery/10.jpg" alt="People standing in front of a skeleton riding a skeleton horse">
<img src="img/gallery/4.jpg" alt="A person holding a spatula behind a grill that has pancakes on it">
<img src="img/gallery/5.jpg" alt="People standing around tables talking">
</div>
<div class="gallery-section">
<img src="img/gallery/11.jpg" alt="People watching a presentation titled Pride in Science Panel">
<img src="img/gallery/9.jpeg" alt="People watching a presentation titled Pride in Science Panel">
<img src="img/gallery/3.jpg" alt="A group of people wearing masks on a lawn holding a sign that reads Queer Students in STEM">
<img src="img/gallery/7.png" alt="People standing in a climbing gym with two signs reading CSE society and Queer Students in STEM">
</div>
</div>
</section>
<section>
<h2>Acknowledgement of Country</h2>
<p>We acknowledge the Gadigal people who are the traditional custodians of the land and waters on which our society gathers. We pay our respects to Elders past, present and emerging, and extend that respect to all Aboriginal and Torres Strait Islander people who are members of our society.</p>
</section>
<footer>
<div class="contactInfo">
<a class="text-link" href="mailto:[email protected]" target="_blank">
Email
</a> • <a class="text-link" href="https://github.com/unswqsis/unswqsis.github.io" target="_blank">
GitHub
</a> • <a class="text-link" href="https://www.linkedin.com/company/unsw-queer-students-in-stem" target="_blank">
LinkedIn
</a>
</div>
<div class="copyright">
<p>© UNSW Queer Students in STEM 2024</p>
<img src="/img/arcClubs.png" alt="Logo with black text that reads Arc Clubs, Supported By Arc, Independently Run">
</div>
</footer>
<script type="module" src="index.js"></script>
</body>
</html>