-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
399 lines (393 loc) · 13.5 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
---
title: Home
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="assets/style.css" />
<link rel="stylesheet" href="assets/simple-grid.css" />
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
/>
<title>The Singapore STEM Club</title>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="https://thesingaporestemclub.com/assets/img/favicon-16x16.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="https://thesingaporestemclub.com/assets/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="180x180"
href="https://thesingaporestemclub.com/assets/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="https://thesingaporestemclub.com/assets/img/android-chrome-192x192.png"
/>
<link rel="stylesheet" href="assets/GothamRounded.css" />
<link rel="stylesheet" href="assets/GothamRounded-Bold.css" />
<link rel="stylesheet" href="assets/GothamRounded-Italic.css" />
<!-- Primary Meta Tags -->
<title>The Singapore STEM Club</title>
<meta name="title" content="The Singapore STEM Club" />
<meta
name="description"
content="Amazing STEM-focused events for secondary students in Singapore by secondary students."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://metatags.io/" />
<meta property="og:title" content="The Singapore STEM Club" />
<meta
property="og:description"
content="Amazing STEM-focused events for secondary students in Singapore by secondary students."
/>
<meta
property="og:image"
content="https://cdn.glitch.com/18385993-4838-4e88-9710-880ada6cd17f%2FScreen%20Shot%202020-06-08%20at%207.02.12%20PM.png?v=1591615852059"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://metatags.io/" />
<meta property="twitter:title" content="The Singapore STEM Club" />
<meta
property="twitter:description"
content="Amazing STEM-focused events for secondary students in Singapore by secondary students."
/>
<meta
property="twitter:image"
content="https://cdn.glitch.com/18385993-4838-4e88-9710-880ada6cd17f%2FScreen%20Shot%202020-06-08%20at%207.02.12%20PM.png?v=1591615852059"
/>
</head>
<body>
<div style="max-width: 100vw; overflow-x: hidden;">
<div class="sidenav hidden-sm">
<div class="vertical-center">
<h2
style="
color: #ffffff;
font-family: GothamRounded-Bold;
font-size: 15px;
"
>
The Singapore
</h2>
<h1>
STEM
</h1>
<h1>
CLUB
</h1>
<a
href="https://bank.hackclub.com/donations/start/the-singapore-stem-club"
><button class="button button4">Donate</button></a
>
<a href="mailto:hello@thesingaporestemclub.com"
><button class="button button4">Contact Us</button></a
>
</div>
</div>
<div
class="topbar hidden-lm"
style="background-color: rgba(238, 35, 55, 1); margin-bottom: -15px;"
>
<h2
style="
color: #ffffff;
font-family: GothamRounded-Bold;
font-size: 15px;
padding-top: 20px;
padding-bottom: 20px;
"
>
The Singapore STEM Club
</h2>
</div>
<div class="container">
<div>
<div class="section">
<div class="row">
<h2 style="margin-left: 0em;">Upcoming Events</h2>
{% for event in site.events %}
<a href="{{ event.register }}" style="color: white;">
<div
class="col-4 card"
style="
background: #{{ event.colour2 }}; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#{{ event.colour1 }},
#{{ event.colour2 }}
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#{{ event.colour1 }},
#{{ event.colour2 }}
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
"
>
<div class="card-container">
<h4><b>{{ event.title }}</b></h4>
<p style="font-family: GothamRounded-Italic;">
{{ event.EventDate }}
</p>
<p>
{{ event.Brief }}
</p>
</div>
</div>
</a>
{% endfor %}
</div>
</div>
<div class="row section">
<h2 style="margin-left: 0em;">Follow Us</h2>
<a href="https://twitter.com/sgstemclub" style="color: white;">
<div
class="col-4 card"
style="
background: #2193b0; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#1da1f2,
#2193b0
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#1da1f2,
#2193b0
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
color: #ffffff;
"
>
<div class="card-container">
<h4><b>Twitter</b></h4>
<p>@sgstemclub</p>
</div>
</div>
</a>
<a
href="https://instagram.com/singaporestemclub"
style="color: white;"
>
<div
class="col-4 card"
style="
background: #f09433;
background: -moz-linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
background: -webkit-linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
background: linear-gradient(
45deg,
#f09433 0%,
#e6683c 25%,
#dc2743 50%,
#cc2366 75%,
#bc1888 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
"
>
<div class="card-container">
<h4><b>Instagram</b></h4>
<p>@singaporestemclub</p>
</div>
</div>
</a>
<a
href="http://medium.com/the-singapore-stem-club"
style="color: white;"
>
<div
class="col-4 card"
style="
color: darkslategray;
background: rgb(174, 254, 203);
background: linear-gradient(
90deg,
rgba(174, 254, 203, 1) 0%,
rgba(232, 243, 236, 1) 100%
);
"
>
<div class="card-container">
<h4><b>Medium</b></h4>
<p>The Singapore STEM Club</p>
</div>
</div>
</a>
</div>
<div class="row section">
<h2 style="margin-left: 0em;">
Learn More <span class="hidden-lm">& Support Us</span>
</h2>
<a href="story.html" style="color: white;">
<div
class="col-4 card"
style="
background: #8fc76f; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#2c7744,
#8fc76f
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#2c7744,
#8fc76f
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
"
>
<div class="card-container">
<h4><b>Our Story</b></h4>
<p>
Sharing our passion with others and putting smiles on faces.
</p>
</div>
</div>
</a>
<a
href="https://bank.hackclub.com/donations/start/the-singapore-stem-club"
style="color: white;"
class="hidden-lm"
>
<div
class="col-4 card"
style="
background: #e00fac; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#a3077c,
#e00fac
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#a3077c,
#e00fac
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
"
>
<div class="card-container">
<h4><b>Donate</b></h4>
<p>
Support us in creating life changing opportunities for
teenagers nationwide.
</p>
</div>
</div>
</a>
<a href="supporters.html" style="color: white;">
<div
class="col-4 card"
style="
background: #8f94fb; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#4e54c8,
#8f94fb
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#4e54c8,
#8f94fb
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
"
>
<div class="card-container">
<h4><b>Supporters</b></h4>
<p>
The companies and individuals that graciously keep us going.
</p>
</div>
</div>
</a>
<a href="legal.html" style="color: white;">
<div
class="col-4 card"
style="
background: #24243e; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#0f0c29,
#24243e
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#0f0c29,
#24243e
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
"
>
<div class="card-container">
<h4><b>Legal Info</b></h4>
<p>
Information about our legal status and fiscal sponsorer.
</p>
</div>
</div>
</a>
<a
href="mailto:hi@thesingaporestemclub.com"
style="color: white;"
class="hidden-lm"
>
<div
class="col-4 card"
style="
background: #e44e3d; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#bd3f32,
#e44e3d
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#bd3f32,
#e44e3d
); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
"
>
<div class="card-container">
<h4><b>Contact Us</b></h4>
<p>
We'd love to hear from you, 24 hour response time
guaranteed.
</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</body>
</html>