-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
418 lines (391 loc) · 19.6 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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>vhHacks</title>
<link rel="shortcut icon" type="image/x-icon" href="images/logos/logo-icon.png"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark fading-navbar" style="height: 10vh" id="navbar">
<a class="navbar-brand px-3" href="#">
<img src="images/logos/homeicon.png" class="navbar-image" style="height: 30px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#myNavbar7">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse flex-grow-1 text-right" id="myNavbar7">
<ul class="navbar-nav ml-auto flex-nowrap">
<li class="nav-item active px-4">
<a href="#" class="nav-link">Learn</a>
</li>
<li class="nav-item px-4">
<a href="#faq-page" class="nav-link">FAQ</a>
</li>
<li class="nav-item px-4">
<a href="#benefactors" class="nav-link">Sponsors</a>
</li>
<li class="nav-item px-4">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</nav>
<div id="background" class="thick"
style='height: 100vh; background-image: url("images/skylines/astro/astro-sky.svg"); background-repeat: no-repeat; background-position: bottom'>
<div class="text-center"
style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1">
<img src="images/logos/vhhacksclear.png" style=" height: 33vh;">
<h1 style="color: white; font-size: 8vh">vhHacks 2021</h1>
<p style="color: white;">March 26-28, 2021</p>
<!--<h1 style="color: white">University of British Columbia</h1>-->
<br>
<a id="main-button" href="https://vhhacks-2021.devpost.com/" class="button-white mt-3">View Projects!</a>
<br> <br>
<!-- <a href="https://forms.gle/5ffUCdbXfWjDu9KC6" class="button-blue" style="font-size: small">Apply to be a mentor/judge</a> -->
</div>
<div style="position: absolute; bottom:-1vh; left: 0; z-index: 0">
<img src="images/skylines/astro/astro-waves.svg" style="width: 99vw; z-index: -1">
</div>
</div>
<div style="background: linear-gradient(to bottom, #1582BD, black); overflow: hidden">
<br><br><br>
<div class="container">
<div class="row">
<div class="col">
<h1>What is vhHacks?</h1>
<p>vhHacks is Greater Vancouver's first free hackathon dedicated to
high school students. More than one hundred students
will gather and collaborate to build and showcase a project in 48
hours. No experience? No problem! vhHacks is beginner friendly, so
anyone can join to learn, build, and hack.</p>
</div>
<div class="col mobile-unfriendly">
<img src="images/logos/vhhacksintro.svg" style="height: 30vh; position: absolute; top: -50px; right: 0">
</div>
</div>
</div>
<section id="learn" style="padding-top: 10vh; padding-bottom: 10vh">
<div class="container">
<div class="row justify-content-center ">
<div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center">
<div class="page-title">
<h1>Pick a path!</h1>
<p style="font-size: 20px">vhHacks is all about learning! If you haven't attended a hackathon before, pick a path
below and dive into the world of hacking! More info to come!</p>
</div>
</div>
</div>
<div class="row py-5" style="padding-top: 10vh">
<div class="col text-center">
<div class="box">
<div class="box-icon">
<img src="images/hacker-paths/frontend-v1.svg" alt="" style="height:180px">
</div>
<h4>Designer</h4>
<p>Design the user interface for your hack.</p>
</div>
</div>
<div class="col text-center">
<div class="box">
<div class="box-icon">
<img src="images/hacker-paths/backend.svg" alt="" style="height:180px">
</div>
<h4>Programmer</h4>
<p>Write the code that makes your hack work.</p>
</div>
</div>
</div>
<div class="row py-5">
<div class="col text-center">
<div class="box">
<div class="box-icon">
<img src="images/hacker-paths/game-v1.svg" alt="" style="height:180px">
</div>
<h4>Game developer</h4>
<p>Create a unique game in a short period of time.</p>
</div>
</div>
<div class="col text-center">
<div class="box">
<div class="box-icon">
<img src="images/hacker-paths/hardware-v1.svg" alt="" style="height:180px">
</div>
<h4>Hardware hacker</h4>
<p>Use hardware to solve modern problems.</p>
</div>
</div>
</div>
</div>
</section>
<section id="faq-page" style="padding-top: 10vh; padding-bottom: 10vh">
<div class="container">
<div class="row justify-content-center">
<div class="col text-center">
<div class="page-title">
<h1>Frequently Asked Questions</h1>
</div>
</div>
</div>
<h2 style="padding-top:30px;">General Information</h2>
<div class="panel-group" id="accordion">
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse1"
aria-expanded="true"><span></span>What is a hackathon?</a>
</h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<p>A hackathon is an invention marathon. Students come together in teams to build
cool
software and hardware projects over the course of 48 hours.</p>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse2"><span></span>Who can
attend?</a>
</h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<p>vhHacks is open to all high school students of all skill levels. If you're older
(post-secondary or above) and have experience in computer science, you can apply
to
be a mentor.</p>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse3"><span></span>How much
does
it
cost?</a>
</h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<p>Nothing! vhHacks is completely free of charge.</p>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse5"><span></span>What if
I'm a
beginner?</a>
</h4>
</div>
<div id="collapse5" class="panel-collapse collapse">
<p>Hackathons are <a
href="https://medium.com/tfogo/hackathons-are-for-beginners-77a9c9c0e000#.cj21niskl">very
beginner friendly.</a> Whether you're an absolute beginner, a new computer
science
student, or an experienced hacker,
you're the right fit for vhHacks. Artists, musicians, athletes, gamers, everyone
is
welcome!</p>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse6"><span></span>Where is
the
event?</a>
</h4>
</div>
<div id="collapse6" class="panel-collapse collapse">
<p>vhHacks 2021 will be taking place online on Devpost and Discord. You can find a link to the Devpost <a href="https://vhhacks-2021.devpost.com/">here</a> an invite to the Discord server <a
href="vhhacks.ca/discord">here.</a>
</p>
</div>
</div>
<!--
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse4"><span></span>Will there
be
food?</a>
</h4>
</div>
<div id="collapse4" class="panel-collapse collapse">
<p>Yes. Food and snacks are provided throughout the event, even overnight! (We know
you
night owls get the munchies.) There are also restaurants around the venue to buy
food
and snacks, and you can always bring your own!</p>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse10"><span></span>Can I get
travel
reimbursements?</a>
</h4>
</div>
<div id="collapse10" class="panel-collapse collapse">
<p>
Unfortunately, we cannot directly provide travel reimbursement for our
participants
at this time. But you can apply for <a href="https://grant.executebig.org">Execute
Big's Travel
Grant</a>, so you can join us without having to pay for
travel!
</p>
</div>
</div>
<h2 style="padding-top:30px;">At the Event</h2>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse9"><span></span>What
should I
bring?</a>
</h4>
</div>
<div id="collapse9" class="panel-collapse collapse">
<p>
Since vhHacks is a 24 hour event, prepare to stay overnight! Food will be
provided--more info to come.
</p>
</div>
</div>
-->
<h2 style="padding-top:30px;">Teams</h2>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse7"><span></span>How big
can my
team
be?</a>
</h4>
</div>
<div id="collapse7" class="panel-collapse collapse">
<p>
Teams are usually 2-4 people in size. Teams bigger than 4 will be split up into
smaller ones, since larger teams aren't usually the best solution for a 24 hour
event.
</p>
</div>
</div>
<div class="panel">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion" href="#collapse8"><span></span>What
happens if
I
don't have a team?</a>
</h4>
</div>
<div id="collapse8" class="panel-collapse collapse">
<p>
No worries! A lot of other hackers are in the same position. vhHacks staff will
help
you find other teammates and provide you with opportunities to find others!
</p>
</div>
</div>
</div>
</div>
</section>
<div class="container text-center py-5">
<p>Couldn't find an answer? Send your question to</p>
<a class="email-link" href="mailto:[email protected]">[email protected]</a>
</div>
<img src="images/swimming-fish/fishy-15.svg" id="fish3">
<img src="images/website-decor/diver.svg" class="diver px-5">
<section id="benefactors" style="padding-top: 10vh; padding-bottom: 10vh">
<div class="container">
<div class="row justify-content-center">
<div class="col text-center">
<div class="page-title">
<h1>Sponsors</h1>
</div>
</div>
</div>
<div class="py-5 row justify-content-center">
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/replit-light.svg">
</div>
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/sticker-mule-logo-light-bg.svg">
</div>
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/GitHub_Logo.png">
</div>
</div>
<div class="py-5 row justify-content-center">
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/sketch-logo-dark.svg">
</div>
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/Notion-logo-512.png">
</div>
</div>
</div>
</section>
<div class="container text-center py-5">
<p>Want to sponsor us? Email us at <a class="email-link" style="text-decoration: underline" href="mailto:[email protected]">[email protected]</a></p>
<p>or check out our <a class="email-link" style="text-decoration: underline" href="vhh-sp.pdf">sponsorship package.</a></p>
</div>
<section id="partners" style="padding-top: 10vh; padding-bottom: 10vh">
<div class="container">
<div class="row justify-content-center">
<div class="col text-center">
<div class="page-title">
<h1>Community Partners</h1>
</div>
</div>
</div>
<div class="py-5 row justify-content-center">
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/nwhacks-logo.png">
</div>
<div class="col text-center">
<img class="sponsor-image" src="images/sponsors-and-partners/vikingsdevlogo.png">
</div>
</div>
</div>
</section>
<div class="container text-center py-5" id="contact">
<h1>Get in touch with us</h1>
<br>
<p>Interested in sponsoring? <a class="email-link" style="text-decoration: underline" href="mailto:[email protected]">[email protected]</a></p>
<p>Have a question? <a class="email-link" style="text-decoration: underline" href="mailto:[email protected]">[email protected]</a></p>
<br>
<a href="https://www.facebook.com/vhHacks"><img class="social-media-icons px-3" src="icon/facebook.png"></a>
<a href="https://www.instagram.com/vhhacks/"><img class="social-media-icons px-3" src="icon/instagram.png"></a>
<br><br><br>
<a href="newsletter.html" class="button-white">Subscribe to our newsletter</a>
</div>
<footer class="footer-area relative" id="contact-page">
<img src="images/website-decor/Sea_Floor.svg" style="position: absolute">
<img src="images/website-decor/angler.svg" class="mobile-unfriendly" id="angler">
<div class="full-height footer-txt">
<div class="container text-center">
<img src="images/logos/vhhacksclear.png" style="width: 200px">
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.0/anime.min.js"
integrity="sha256-hBMojZuWKocCflyaG8T19KBq9OlTlK39CTxb8AUWKhY=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>