-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
397 lines (370 loc) · 39.8 KB
/
index.html
File metadata and controls
397 lines (370 loc) · 39.8 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
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
<html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="application-name" content="HackUVic">
<meta name="description" content="Hackathon at UVic - Spring 2019">
<!-- Theme Colour -->
<meta name="theme-color" content="#000000">
<!-- Icon -->
<link rel="icon" href="./images/favicon.ico">
<!-- Title -->
<title>HackUVic</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="./css/main.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- Facebook Open Graph -->
<meta property="og:url" content="https://hackuvic.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="HackUVic">
<meta property="og:image" content="https://hackuvic.com/favicon.ico">
<meta property="og:description" content="Hackathon at UVic - Spring 2019">
<meta property="og:site_name" content="HackUVic">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="UVic Web Dev Club">
<!-- Twitter Card -->
<meta name="twitter:card" content="Hackathon at UVic - Spring 2019">
<meta name="twitter:site" content="@hackuvic">
<meta name="twitter:creator" content="@uvicwebdev">
<meta name="twitter:url" content="https://hackuvic.com/">
<meta name="twitter:title" content="HackUVic">
<meta name="twitter:description" content="Hackathon at UVic - Spring 2019">
<meta name="twitter:image" content="https://hackuvic.com/favicon.ico">
</head>
<!-- ------------------ Website Body ------------------ -->
<body>
<!-- Website Container -->
<div class="home">
<!-- Main Content -->
<main>
<!-- Header Content -->
<section class="container header-content">
<!-- Header -->
<header class="d-flex justify-content-between">
<!-- Facebook Messenger -->
<a href="https://m.me/uvicwebdev" target="_blank" rel="noopener noreferrer external">
<i class="fab fa-facebook-messenger"></i>
</a>
<!-- Navigation -->
<nav>
<!-- Code of Conduct -->
<a href="http://mlh.io/code-of-conduct" target="_blank" rel="noopener noreferrer external">
Code of Conduct
</a>
</nav>
</header>
</section>
<!-- Hero Content -->
<section class="container hero-content">
<div class="row">
<div class="col-12">
<!-- Nasa-HackUVic Logo
The order of the g path MUST be written as it is below. This is due to SVGs not being NICE and allowing
the use of the z-index property. SVGs calculate their z-index based on how the DOM renders the parts of
the SVGs. This is why the Swooshes and the HackUVic words and everything are split into multiple parts
and seem very disconnected when you're reading them straight on. I sold my soul for this knowledge.
TL;DR: DOM render order is the z-index for SVG elements; leave shit below as is.
-->
<figure>
<svg class="img-nasa" viewBox="0 -5 265 258" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="bg">
<path d="M123.5,220 C62.8828362,220 13,170.115946 13,109.5 C13,48.4802382 62.1211254,-1 123.5,-1 C183.357149,-1 234,49.2763061 234,109.5 C234,170.118097 184.118731,220 123.5,220 Z"></path>
</g>
<!-- Stars -->
<g class="stars" transform="translate(42.000000, 8.000000)" fill="#FFF" fill-rule="nonzero">
<path d="M82.7857946,1.51681915 C82.7857946,2.0067828 82.3840046,2.40873292 81.8925258,2.40873292 C81.4038378,2.40873292 80.999257,2.0067828 80.999257,1.51681915 C80.999257,1.0310104 81.4038378,0.627669131 81.8925258,0.627669131 C82.3840046,0.627669131 82.7857946,1.0310104 82.7857946,1.51681915" id="Shape"></path>
<path d="M88.9814918,15.0035719 C88.9814918,15.6044196 88.4816776,16.0985011 87.881802,16.0985011 C87.2777216,16.0985011 86.7807169,15.6043825 86.7807169,15.0035719 C86.7807169,14.404106 87.2777495,13.9099411 87.881802,13.9099411 C88.4817148,13.9099411 88.9814918,14.4040689 88.9814918,15.0035719" id="Shape"></path>
<path d="M105.056814,37.0449806 C105.056814,37.6447896 104.561521,38.1399098 103.957124,38.1399098 C103.355816,38.1399098 102.857435,37.6447432 102.857435,37.0449806 C102.857435,36.4441328 103.319014,35.9486602 103.923448,35.9486602 C104.527529,35.9486602 105.056907,36.4441699 105.056907,37.0449806" id="Shape"></path>
<path d="M79.2135007,22.6020429 C79.2135007,23.0906246 78.8117014,23.4911836 78.3202319,23.4911836 C77.8298044,23.4911836 77.4252235,23.0906154 77.4252235,22.6020429 C77.4252235,22.1144998 77.8298044,21.7111678 78.3202319,21.7111678 C78.8117014,21.7111678 79.2135007,22.1145091 79.2135007,22.6020429" id="Shape"></path>
<path d="M88.841949,27.6686176 C88.841949,28.1544264 88.4384194,28.5577584 87.9497314,28.5577584 C87.4596481,28.5577584 87.0550672,28.1544171 87.0550672,27.6686176 C87.0550672,27.181427 87.4596481,26.7791245 87.9497314,26.7791245 C88.4384194,26.7791245 88.841949,27.181427 88.841949,27.6686176" id="Shape"></path>
<path d="M76.3296177,13.4964908 C76.3296177,14.0976817 75.8329293,14.59142 75.229928,14.59142 C74.6272336,14.59142 74.1302382,14.0976446 74.1302382,13.4964908 C74.1302382,12.8956431 74.6272708,12.4001704 75.229928,12.4001704 C75.8329665,12.4001704 76.3296177,12.8956802 76.3296177,13.4964908" id="Shape"></path>
<path d="M61.7613568,22.3284497 C61.7613568,22.8170315 61.3581714,23.2189816 60.8667019,23.2189816 C60.3766185,23.2189816 59.9734331,22.8170315 59.9734331,22.3284497 C59.9734331,21.8409066 60.3766185,21.4375746 60.8667019,21.4375746 C61.3581714,21.4375746 61.7613568,21.8409159 61.7613568,22.3284497" id="Shape"></path>
<path d="M64.3661544,24.1063416 C64.3661544,24.5966577 63.962969,24.9986078 63.4714995,24.9986078 C62.9814161,24.9986078 62.5768445,24.5966577 62.5768445,24.1063416 C62.5768445,23.619151 62.9814161,23.2185828 63.4714995,23.2185828 C63.962969,23.2185828 64.3661544,23.619151 64.3661544,24.1063416" id="Shape"></path>
<path d="M66.9802549,25.8870159 C66.9802549,26.3769796 66.5770601,26.7789297 66.0866325,26.7789297 C65.5965585,26.7789297 65.1919776,26.3769796 65.1919776,25.8870159 C65.1919776,25.4012072 65.5965585,24.999257 66.0866325,24.999257 C66.5770601,24.999257 66.9802549,25.4012072 66.9802549,25.8870159" id="Shape"></path>
<path d="M62.9986357,29.3111041 C62.9986357,29.7996859 62.5926687,30.201636 62.1039714,30.201636 C61.6125019,30.201636 61.2089723,29.7996859 61.2089723,29.3111041 C61.2089723,28.8239135 61.6125019,28.4219634 62.1039714,28.4219634 C62.5926687,28.4219634 62.9986357,28.8239135 62.9986357,29.3111041" id="Shape"></path>
<path d="M42.2383988,43.822672 C42.2383988,44.3112538 41.8338179,44.711822 41.3437439,44.711822 C40.8536605,44.711822 40.4490889,44.3112538 40.4490889,43.822672 C40.4490889,43.3340902 40.8536698,42.931797 41.3437439,42.931797 C41.8338272,42.931797 42.2383988,43.3340995 42.2383988,43.822672" id="Shape"></path>
<path d="M46.086057,48.4793207 C46.086057,48.9668638 45.6814761,49.3688139 45.191402,49.3688139 C44.7013187,49.3688139 44.2967471,48.9668638 44.2967471,48.4793207 C44.2967471,47.9893571 44.701328,47.5887888 45.191402,47.5887888 C45.6814854,47.5887888 46.086057,47.9893571 46.086057,48.4793207" id="Shape"></path>
<path d="M43.0272804,123.643251 C43.0272804,124.132176 42.6240949,124.532744 42.1336673,124.532744 C41.643584,124.532744 41.2403985,124.132176 41.2403985,123.643251 C41.2403985,123.15606 41.643584,122.752719 42.1336673,122.752719 C42.6240949,122.752719 43.0272804,123.15606 43.0272804,123.643251" id="Shape"></path>
<path d="M43.5770787,144.380687 C43.5770787,144.981535 43.0800461,145.474318 42.477389,145.474318 C41.8743504,145.474318 41.3776993,144.981581 41.3776993,144.380687 C41.3776993,143.779496 41.8743876,143.285758 42.477389,143.285758 C43.0800833,143.285758 43.5770787,143.779533 43.5770787,144.380687" id="Shape"></path>
<path d="M31.7522279,154.999812 C31.7522279,155.485621 31.3490424,155.888953 30.8603452,155.888953 C30.3702618,155.888953 29.9656902,155.485621 29.9656902,154.999812 C29.9656902,154.509848 30.3702711,154.108937 30.8603452,154.108937 C31.3490331,154.108937 31.7522279,154.509848 31.7522279,154.999812" id="Shape"></path>
<path d="M17.5951529,159.303108 C17.5951529,159.903956 17.0953388,160.396739 16.4940678,160.396739 C15.8910292,160.396739 15.394378,159.904002 15.394378,159.303108 C15.394378,158.700869 15.8910664,158.206788 16.4940678,158.206788 C17.095376,158.206788 17.5951529,158.700906 17.5951529,159.303108" id="Shape"></path>
<path d="M14.7075487,149.72271 C14.7075487,150.320794 14.2108603,150.81634 13.6092544,150.81634 C13.0065601,150.81634 12.5095647,150.320831 12.5095647,149.72271 C12.5095647,149.12048 13.0065973,148.626389 13.6092544,148.626389 C14.2109069,148.626389 14.7075487,149.120517 14.7075487,149.72271" id="Shape"></path>
<path d="M13.0600142,155.815954 C13.0600142,156.304536 12.6554334,156.705104 12.1653593,156.705104 C11.6752759,156.705104 11.2703508,156.304536 11.2703508,155.815954 C11.2703508,155.328764 11.6752759,154.925422 12.1653593,154.925422 C12.6554427,154.925422 13.0600142,155.328764 13.0600142,155.815954" id="Shape"></path>
<path d="M2.47244228,150.752162 C2.47244228,151.239353 2.06925682,151.642694 1.58055958,151.642694 C1.08909009,151.642694 0.685551124,151.239353 0.685551124,150.752162 C0.685551124,150.264962 1.08909009,149.862669 1.58055958,149.862669 C2.06924752,149.862669 2.47244228,150.264962 2.47244228,150.752162" id="Shape"></path>
<path d="M39.4512654,167.863329 C39.4512654,168.352254 39.0817934,168.754204 38.5931055,168.754204 C38.1030221,168.754204 37.6643835,168.352254 37.6643835,167.863329 C37.6643835,167.376138 38.0689644,166.972797 38.5576523,166.972797 C39.0491218,166.972797 39.4512654,167.376138 39.4512654,167.863329" id="Shape"></path>
<path d="M50.5886357,159.720454 C50.5886357,160.322693 50.1270562,160.816774 49.5226223,160.816774 C48.9199279,160.816774 48.3891632,160.322655 48.3891632,159.720454 C48.3891632,159.122036 48.8858516,158.626823 49.4888529,158.626823 C50.0929427,158.626823 50.5886357,159.121989 50.5886357,159.720454" id="Shape"></path>
<path d="M51.8631259,170.191189 C51.8631259,170.679771 51.4231012,171.083456 50.9357994,171.083456 C50.4443299,171.083456 50.0411444,170.679771 50.0411444,170.191189 C50.0411444,169.703999 50.4443299,169.303431 50.9357994,169.303431 C51.4231012,169.303431 51.8631259,169.703999 51.8631259,170.191189" id="Shape"></path>
<path d="M97.6331409,160.193445 C97.6331409,160.680979 97.2299555,161.08432 96.7412675,161.08432 C96.2484026,161.08432 95.8452172,160.680979 95.8452172,160.193445 C95.8452172,159.704864 96.2484026,159.304295 96.7412675,159.304295 C97.2299555,159.304295 97.6331409,159.704864 97.6331409,160.193445" id="Shape"></path>
<path d="M76.3296177,167.724214 C76.3296177,168.212786 75.9278184,168.613354 75.4363489,168.613354 C74.9476516,168.613354 74.54308,168.212786 74.54308,167.724214 C74.54308,167.237014 74.9476516,166.833682 75.4363489,166.833682 C75.9278184,166.833682 76.3296177,167.237014 76.3296177,167.724214" id="Shape"></path>
<path d="M133.653771,178.547374 C133.653771,179.03463 133.24919,179.436654 132.760502,179.436654 C132.269032,179.436654 131.864451,179.03463 131.864451,178.547374 C131.864451,178.058718 132.269032,177.656731 132.760502,177.656731 C133.24919,177.656731 133.653771,178.058718 133.653771,178.547374" id="Shape"></path>
<path d="M138.323801,136.441847 C138.323801,137.042695 137.828508,137.538168 137.224111,137.538168 C136.620021,137.538168 136.124421,137.042658 136.124421,136.441847 C136.124421,135.840647 136.620058,135.345527 137.224111,135.345527 C137.828545,135.345527 138.323801,135.840684 138.323801,136.441847" id="Shape"></path>
<path d="M129.532609,142.395977 C129.532609,142.883511 129.129423,143.286852 128.636558,143.286852 C128.147526,143.286852 127.744331,142.883511 127.744331,142.395977 C127.744331,141.907395 128.147526,141.506827 128.636558,141.506827 C129.129423,141.506827 129.532609,141.907395 129.532609,142.395977" id="Shape"></path>
<path d="M138.193561,144.111731 C138.193561,144.712579 137.697924,145.208051 137.093871,145.208051 C136.489446,145.208051 135.994181,144.712541 135.994181,144.111731 C135.994181,143.511922 136.489484,143.016802 137.093871,143.016802 C137.697961,143.016802 138.193561,143.511968 138.193561,144.111731" id="Shape"></path>
<path d="M129.532609,154.721582 C129.532609,155.208772 129.129423,155.610722 128.636558,155.610722 C128.147526,155.610722 127.744331,155.208772 127.744331,154.721582 C127.744331,154.233 128.147526,153.830697 128.636558,153.830697 C129.129423,153.830697 129.532609,154.233 129.532609,154.721582" id="Shape"></path>
<path d="M151.933868,130.487718 C151.933868,130.9763 151.529296,131.378602 151.040255,131.378602 C150.551567,131.378602 150.148382,130.9763 150.148382,130.487718 C150.148382,129.999145 150.551567,129.598577 151.040255,129.598577 C151.529296,129.598577 151.933868,129.999145 151.933868,130.487718" id="Shape"></path>
<path d="M154.101432,135.894661 C154.101432,136.496891 153.642634,136.990981 153.038581,136.990981 C152.434157,136.990981 151.90475,136.496853 151.90475,135.894661 C151.90475,135.293461 152.400387,134.80103 153.001742,134.80103 C153.605832,134.80103 154.101432,135.293414 154.101432,135.894661" id="Shape"></path>
<path d="M169.534858,142.331057 C169.534858,142.931904 169.042002,143.425986 168.435168,143.425986 C167.830743,143.425986 167.335478,142.931867 167.335478,142.331057 C167.335478,141.731591 167.83078,141.234736 168.435168,141.234736 C169.042039,141.234736 169.534858,141.731628 169.534858,142.331057" id="Shape"></path>
<path d="M153.859558,153.766324 C153.859558,154.253524 153.452195,154.655817 152.963163,154.655817 C152.474466,154.655817 152.069894,154.253524 152.069894,153.766324 C152.069894,153.27636 152.474466,152.875792 152.963163,152.875792 C153.452195,152.875792 153.859558,153.27636 153.859558,153.766324" id="Shape"></path>
<path d="M163.757789,144.454882 C163.757789,144.943454 163.354603,145.344022 162.865915,145.344022 C162.377227,145.344022 161.972646,144.943454 161.972646,144.454882 C161.972646,143.9663 162.377227,143.56435 162.865915,143.56435 C163.354603,143.56435 163.757789,143.9663 163.757789,144.454882" id="Shape"></path>
<path d="M161.93443,158.830117 C161.93443,159.319041 161.531245,159.71961 161.042557,159.71961 C160.549692,159.71961 160.146507,159.319041 160.146507,158.830117 C160.146507,158.342926 160.549692,157.939585 161.042557,157.939585 C161.531245,157.939585 161.93443,158.342926 161.93443,158.830117" id="Shape"></path>
<path d="M166.130015,134.939403 C166.130015,135.690635 165.507859,136.30774 164.754682,136.30774 C164.001142,136.30774 163.380372,135.690607 163.380372,134.939403 C163.380372,134.188172 164.001142,133.571067 164.754682,133.571067 C165.507878,133.571067 166.130015,134.1882 166.130015,134.939403" id="Shape"></path>
<path d="M156.501567,158.755922 C156.501567,159.507162 155.881141,160.124259 155.127629,160.124259 C154.374089,160.124259 153.752296,159.507125 153.752296,158.755922 C153.752296,158.004691 154.374117,157.387585 155.127629,157.387585 C155.881169,157.387585 156.501567,158.004718 156.501567,158.755922" id="Shape"></path>
<path d="M53.9562669,45.6691941 C53.9562669,46.4204254 53.3358506,47.037531 52.5823292,47.037531 C51.8259983,47.037531 51.206996,46.4203975 51.206996,45.6691941 C51.206996,44.9179629 51.8260262,44.3008573 52.5823292,44.3008573 C53.3358692,44.3008573 53.9562669,44.9179907 53.9562669,45.6691941" id="Shape"></path>
<path d="M105.094025,12.5393784 C105.094025,13.2906096 104.472214,13.9091064 103.718692,13.9091064 C102.965152,13.9091064 102.347546,13.2905818 102.347546,12.5393784 C102.347546,11.7881471 102.96519,11.1696503 103.718692,11.1696503 C104.472232,11.1696503 105.094025,11.788175 105.094025,12.5393784" id="Shape"></path>
<path d="M42.9230885,180.671199 C42.9230885,181.422431 42.3026629,182.039629 41.5491507,182.039629 C40.7928292,182.039629 40.1724222,181.422421 40.1724222,180.671199 C40.1724222,179.921322 40.7928478,179.301379 41.5491507,179.301379 C42.3026908,179.301379 42.9230885,179.921285 42.9230885,180.671199" id="Shape"></path>
<!-- Star bursts -->
<polyline class="burst" id="Shape" points="164.753193 130.765948 164.343059 134.530405 160.595871 134.941703 164.373014 135.350591 164.786972 139.253977 165.201284 135.350591 168.911632 134.872749 165.167235 134.530405 164.753277 130.765948"></polyline>
<polyline class="burst" id="Shape" points="155.134048 154.582466 154.720081 158.346923 150.975312 158.758231 154.753757 159.169882 155.168059 163.070579 155.582027 159.169882 159.291351 158.690658 155.544164 158.346923 155.134029 154.582466"></polyline>
<polyline class="burst" id="Shape" points="52.5794453 41.4938839 52.1665197 45.2580624 48.4193323 45.6697135 52.2005682 46.0785916 52.6134844 49.9820707 53.0246703 46.0785916 56.736786 45.6021406 52.9895986 45.2580531 52.5794639 41.4938747"></polyline>
<polyline class="burst" id="Shape" points="103.717204 8.36035844 103.30706 12.1259281 99.5598725 12.5375791 103.341108 12.9488871 103.751243 16.8512533 104.16521 12.9488871 107.875931 12.4682812 104.128743 12.1259281 103.717213 8.36035844"></polyline>
<polyline class="burst" id="Shape" points="41.5816177 176.48847 41.1704318 180.254039 37.4242677 180.665514 41.2044802 181.075644 41.6170522 184.978011 42.0285824 181.075644 45.7403259 180.597849 41.9945339 180.254039 41.5816177 176.48847"></polyline>
</g>
<!-- Top front red swooshes -->
<g class="swoosh" transform="translate(3, -1)">
<path d="M117.093188,95.1471424 C123.348493,93.0595144 129.480818,90.9695565 135.557271,88.8212795 C157.079624,81.2122399 177.901066,72.8715736 201.003621,61.3114412 C220.371982,51.621954 253.979866,29.8916222 266,11 C262.400487,18.3112091 251.256919,32.5418891 246.212006,38.836621 C219.237819,72.4582546 178.258545,89.7569379 136.05541,102.041667 C129.742372,103.879302 123.401949,105.604744 117.076921,107.255845 C112.234036,108.520045 112.361569,96.7262593 117.093188,95.1471424 Z" id="swoosh"></path>
</g>
<!-- UVic -->
<g class="hackuvic" id="UVIC">
<path d="M142.51928,96.5023998 C142.109531,97.2448337 141.784036,97.7556068 141.542793,98.0347192 C141.180929,98.4533878 141,98.9474093 141,99.5167986 L141,115.945272 C141,116.98357 141.43222,117.862761 142.296673,118.582871 C143.161126,119.302981 143.805895,119.663031 145.052315,119.663031 C146.258528,119.663031 146.829116,119.302981 147.693569,118.582871 C148.558022,117.862761 148.990242,116.98357 148.990242,115.945272 L148.990242,99.5167986 C148.990242,98.9474093 148.809313,98.4533878 148.447449,98.0347192 C148.206206,97.7556068 147.723723,97.2448337 147,96.5023998 L158.984009,96.5023998 C158.293792,97.2448337 157.821361,97.7556068 157.566716,98.0347192 C157.184748,98.4533878 156.993767,98.9474093 156.993767,99.5167986 L156.993767,115.292152 C156.993767,116.799359 156.400721,118.046973 155.214611,119.035031 C154.028502,120.023089 152.550912,120.768308 150.7818,121.27071 C149.012687,121.773112 147.082774,122.015936 144.992005,121.99919 C142.901235,121.982443 140.971322,121.731246 139.20221,121.24559 C137.433097,120.759934 135.955508,120.014715 134.769398,119.009911 C133.583288,118.005106 132.990242,116.765866 132.990242,115.292152 L132.990242,99.5167986 C132.990242,98.9474093 132.799261,98.4533878 132.417294,98.0347192 C132.162649,97.7556068 131.690217,97.2448337 131,96.5023998 L142.51928,96.5023998 Z M177.743898,121.62239 L175.707174,121.62239 C174.39179,121.62239 172.503578,121.62239 170.042536,121.62239 C169.080752,119.22204 168.401844,117.56412 168.005813,116.648632 L162.150232,99.3158387 C161.89564,98.6236399 160.983358,97.685827 159.413384,96.5023998 L172,96.5023998 C171.45546,97.1890117 171.105398,97.6495448 170.949814,97.8839993 C170.716439,98.2356809 170.663399,98.6292234 170.790695,99.0646388 L175.707174,115 L181.308165,99.0646388 C181.477892,98.6292234 181.435461,98.2356809 181.180869,97.8839993 C181.011142,97.6495448 180.650472,97.1890117 180.09886,96.5023998 L188.054812,96.5023998 C187.291042,97.1555184 186.73943,97.5993049 186.399974,97.8337593 C185.89079,98.1854409 185.530124,98.59573 185.317964,99.0646388 L177.743898,121.62239 Z M201.901199,96.5023998 C201.13661,97.2169225 200.619387,97.7193223 200.34953,98.0095992 C199.944744,98.4450145 199.742355,98.9306628 199.742355,99.4665586 L199.742355,118.658231 C199.742355,119.194127 199.944744,119.679775 200.34953,120.11519 C200.619387,120.405467 201.13661,120.907867 201.901199,121.62239 L189.015596,121.62239 C189.825162,120.907867 190.364873,120.405467 190.63473,120.11519 C191.039515,119.679775 191.241905,119.194127 191.241905,118.658231 L191.241905,99.4665586 C191.241905,98.9306628 191.039515,98.4450145 190.63473,98.0095992 C190.364873,97.7193223 189.825162,97.2169225 189.015596,96.5023998 L201.901199,96.5023998 Z M212.53316,106.422464 C212.45409,107.362336 212.493624,108.318978 212.651765,109.292417 C212.809907,110.265857 213.066882,111.205715 213.422699,112.112021 C213.778517,113.018327 214.243049,113.882661 214.816311,114.70505 C215.389572,115.527438 216.091313,116.240724 216.921554,116.844927 C218.740176,118.254736 220.697143,118.917672 222.792512,118.833755 C224.887882,118.749838 225.523236,118.304887 227.5,117.130046 L227.5,121.5 C226.902674,120.993552 226.902674,120.922939 226.677241,120.993552 C226.500929,121.048779 226.253559,121.09588 225.698341,121.250558 C224.433212,121.60301 223.1088,121.829583 221.725065,121.930284 C220.341331,122.030985 218.967501,122.022593 217.603534,121.905109 C216.239567,121.787625 215.023875,121.577835 213.956423,121.275733 C211.465701,120.537262 209.479083,119.404397 207.99651,117.877104 C206.513937,116.349811 205.476152,114.654709 204.883123,112.791747 C204.290094,110.928785 204.151722,109.015502 204.468005,107.05184 C204.784287,105.088177 205.505795,103.292376 206.63255,101.664382 C207.759305,100.036389 209.291274,98.6937338 211.228503,97.6363772 C213.165731,96.5790205 215.47851,96.0335669 218.166909,96 C218.799473,96 219.441911,96.041958 220.094244,96.1258752 C220.746576,96.2097924 221.359363,96.3104915 221.932625,96.4279756 C222.505886,96.5454596 223.029721,96.662942 223.504144,96.780426 C223.978567,96.8979101 224.354147,97.0070008 224.630894,97.1077015 C225.144852,97.2755359 226.5,97.5 226.5,97.5 C226.5,97.5 226.833333,97.2354139 227.5,96.7062417 L227.5,103 C225.330289,101.013078 223.790778,99.7790546 222.881466,99.2979293 C221.517499,98.5762414 220.094251,98.3412768 218.611678,98.5930284 C217.129105,98.84478 215.784926,99.608415 214.5791,100.883956 C213.373275,102.159498 212.691301,104.005648 212.53316,106.422464 Z" id="path-2"></path>
</g>
<!-- Bottom front red swooshes -->
<g class="swoosh" transform="translate(17, -2)">
<path d="M252,11 C236.274553,57.8551366 175.969573,94.6442996 121.988966,129.401551 C118.727977,131.501249 118.366702,126.170675 122.061615,123.803948 C150.431052,105.632285 172.039634,95.2883875 225.141984,46.163844" id="swoosh"></path>
</g>
<!-- Orbit -->
<g id="orbit" transform="matrix(0.8, 0.8, -0.2, 0.433, 130, 107)">
<path d="M 0,70 A 65,70 0 0,0 65,0 5,5 0 0,1 75,0 75,70 0 0,1 0,70Z">
<animateTransform attributeName="transform" type="rotate" from="360 0 0" to="0 0 0" dur="1.4s" repeatCount="indefinite" />
</path>
</g>
<!-- Bottom two back swooshes -->
<svg width="120px" height="258px" viewBox="0 0 120 258" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="swoosh">
<path d="M2,142.241587 C22.6673566,128.540032 42.2623196,119.693432 75.6081666,108.730332 C122.466173,93.3207241 157.733936,82.9628684 201.003621,61.3114412 C220.371982,51.621954 253.979866,29.8916222 266,11 C262.400487,18.3112091 251.256919,32.5418891 246.212006,38.836621 C187.500786,112.016477 62.4410378,107.867023 2.82527684,143 L2,142.241587 Z" id="swoosh"></path>
</g>
</svg>
<svg width="140px" height="258px" viewBox="0 0 140 258" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g class="swoosh">
<path d="M266,11 C249.324573,60.685673 182.52079,99.0524592 126.286462,135.680172 C92.3612019,157.781126 58.6790667,183.221361 35.4912221,204.869373 C29.379126,210.578211 36.7366362,202.735234 34.3942816,205.145509 C66.7540749,167.72375 103.97823,145.434536 124.548302,131.405454 C159.336565,107.668877 179.123439,101.686503 239.141984,46.163844" id="swoosh"></path>
</g>
</svg>
<!-- Hack -->
<g class="hackuvic" id="HACK">
<path d="M48.1570762,96.5035007 C47.4516091,97.219589 46.96874,97.7230897 46.7084688,98.0140027 C46.3180621,98.4503721 46.1228616,98.9370845 46.1228616,99.4741546 L46.1228616,118.70788 C46.1228616,119.24495 46.3180621,119.731662 46.7084688,120.168032 C46.96874,120.458945 47.4516091,120.962445 48.1570762,121.678534 L36.3832886,121.678534 C37.0887556,120.962445 37.5716248,120.458945 37.8318959,120.168032 C38.2223027,119.731662 38.4175032,119.24495 38.4175032,118.70788 L38.4175032,110.752569 L28.739573,110.752569 L28.739573,118.70788 C28.739573,119.24495 28.9244998,119.731662 29.2943588,120.168032 C29.5409315,120.458945 30.0340745,120.962445 30.7737876,121.678534 L19,121.678534 C19.7054671,120.962445 20.1883362,120.458945 20.4486074,120.168032 C20.8390142,119.731662 21.0342146,119.24495 21.0342146,118.70788 L21.0342146,99.4741546 C21.0342146,98.9370845 20.8390142,98.4503721 20.4486074,98.0140027 C20.1883362,97.7230897 19.7054671,97.219589 19,96.5035007 L30.7737876,96.5035007 C30.0340745,97.219589 29.5409315,97.7230897 29.2943588,98.0140027 C28.9244998,98.4503721 28.739573,98.9370845 28.739573,99.4741546 L28.739573,107.479815 L38.4175032,107.479815 L38.4175032,99.4741546 C38.4175032,98.9370845 38.2223027,98.4503721 37.8318959,98.0140027 C37.5716248,97.7230897 37.0887556,97.219589 36.3832886,96.5035007 L48.1570762,96.5035007 Z M51.4122388,120.168032 C51.9222259,119.731662 52.2792115,119.228167 52.4832064,118.65753 L58.7866158,99.2727543 C58.9090127,98.8699518 58.8682144,98.4671553 58.6642195,98.0643527 C58.5282229,97.7958177 57.9202974,97.2755337 56.8404429,96.5035007 L67.3543568,96.5035007 L74.5757384,118.65753 C74.7797333,119.228167 75.1265193,119.731662 75.616107,120.168032 C75.9424987,120.458945 76.5340808,120.962445 77.3908533,121.678534 L64.4991825,121.678534 C64.8182967,121.583321 65.1374108,121.380952 65.456525,121.071429 C65.9351962,120.607143 66.139191,120.215641 65.9351962,119.678571 C65.7991996,119.320525 65.3205284,117.841001 64.4991825,115.24 L57.3790584,115.24 L56.399888,118.65753 C56.2366921,119.1946 56.2468917,119.664529 56.430487,120.067332 C56.5528839,120.335867 56.8690744,120.872934 57.3790584,121.678534 L49.6680915,121.678534 C50.4908649,120.962445 51.0722473,120.458945 51.4122388,120.168032 Z M63.5418401,112.150021 L61.0417258,102.964286 L58.5416115,112.150021 L63.5418401,112.150021 Z M83.5331602,106.422464 C83.4540896,107.362336 83.4936243,108.318978 83.6517654,109.292417 C83.8099065,110.265857 84.0668819,111.205715 84.4226994,112.112021 C84.7785169,113.018327 85.2430494,113.882661 85.8163108,114.70505 C86.3895723,115.527438 87.0913129,116.240724 87.9215536,116.844927 C89.7401762,118.254736 91.6971429,118.917672 93.7925125,118.833755 C95.887882,118.749838 96.5232363,118.304887 98.5,117.130046 L98.5,121.5 C97.9026742,120.993552 97.9026742,120.922939 97.6772405,120.993552 C97.5009294,121.048779 97.2535593,121.09588 96.6983406,121.250558 C95.4332118,121.60301 94.1088,121.829583 92.7250654,121.930284 C91.3413308,122.030985 89.9675007,122.022593 88.6035337,121.905109 C87.2395668,121.787625 86.0238753,121.577835 84.9564229,121.275733 C82.4657007,120.537262 80.479083,119.404397 78.9965102,117.877104 C77.5139374,116.349811 76.4761521,114.654709 75.8831229,112.791747 C75.2900938,110.928785 75.1517225,109.015502 75.4680046,107.05184 C75.7842868,105.088177 76.5057948,103.292376 77.6325501,101.664382 C78.7593054,100.036389 80.2912743,98.6937338 82.2285027,97.6363772 C84.1657311,96.5790205 86.4785099,96.0335669 89.1669085,96 C89.7994729,96 90.4419115,96.041958 91.0942435,96.1258752 C91.7465755,96.2097924 92.3593631,96.3104915 92.9326246,96.4279756 C93.505886,96.5454596 94.0297206,96.662942 94.5041438,96.780426 C94.9785671,96.8979101 95.3541466,97.0070008 95.6308935,97.1077015 C96.1448521,97.2755359 97.5,97.5 97.5,97.5 C97.5,97.5 97.8333333,97.2354139 98.5,96.7062417 L98.5,103 C96.3302889,101.013078 94.7907777,99.7790546 93.8814664,99.2979293 C92.5174994,98.5762414 91.0942509,98.3412768 89.6116782,98.5930284 C88.1291054,98.84478 86.7849262,99.608415 85.5791004,100.883956 C84.3732745,102.159498 83.6913013,104.005648 83.5331602,106.422464 Z M114.286014,96.5035007 C113.530619,97.2139946 113.013577,97.7091036 112.734886,97.9888276 C112.316849,98.4084136 112.107834,98.9035176 112.107834,99.4741546 L112.107834,106 L118.5,98.316103 C118.720019,98.047568 118.742021,97.7874286 118.566005,97.535677 C118.448662,97.3678426 118.18464,97.0237838 117.77394,96.5035007 L129.5,96.5035007 C128.601886,96.8574593 127.935219,97.2015181 127.5,97.535677 C127.110967,97.8343747 126.751944,98.0236445 126.5,98.316103 L118.292065,108 L127.957346,119.966632 C128.177365,120.2016 128.213975,120.298599 128.5,120.5 C128.690683,120.634268 129.35735,121.027112 130.5,121.678534 L124.195036,121.678534 C123.168279,121.678534 122.103267,121.678534 121,121.678534 L114.286014,113 L112.107834,115.5 L112.107834,118.70788 C112.107834,119.24495 112.316849,119.731662 112.734886,120.168032 C113.013577,120.458945 113.530619,120.962445 114.286014,121.678534 L101.61297,121.678534 C102.368364,120.962445 102.885406,120.458945 103.164097,120.168032 C103.582134,119.731662 103.791149,119.24495 103.791149,118.70788 L103.791149,99.4741546 C103.791149,98.9035176 103.582134,98.4084136 103.164097,97.9888276 C102.885406,97.7091036 102.368364,97.2139946 101.61297,96.5035007 L114.286014,96.5035007 Z" id="path-1"></path>
</g>
</svg>
</figure>
<!-- Title -->
<h1 id="title_hackuvic">HackUVic</h1>
</div>
<div class="col-12">
<!-- Time and Date -->
<p>
<!-- Happening on March 23rd, 2019 @ UVic -->
</p>
<!-- TODO: Add Registration Link Here
Add Devpost Link Here -->
</div>
</div>
</section>
<!-- Description Content -->
<section class="container description-content">
<div class="row">
<div class="col-12">
<!-- Title -->
<h2>What is HackUVic?</h2>
</div>
<div class="col-12">
<!-- Description -->
<p>
HackUVic is a hackathon hosted by the UVic Web Design and Development Club at the University of
Victoria. It's an event for developers, marketers, entrepreneurs, and designers of all skill levels
to build their own project from scratch.
</p>
<p>
The event is free and food will be provided. Prizes for winners. Recommended team size is 2 - 4, we will
pair you up with other students attending the event if you can't find a team.
</p>
</div>
</div>
</section>
<!-- Sponsorship Content -->
<section class="container sponsorship-content">
<div class="row">
<div class="col-12">
<!-- Title -->
<h2>Sponsorship</h2>
</div>
<div class="col-12">
<!-- Sponsorship Logo -->
<p>
Stay tuned for sponsor updates!
</p>
<!-- Call to Action -->
<p>
<a class="btn btn-primary" href="/HackUVic-Sponsorship-Package-2019.pdf" target="_blank" rel="noopener noreferrer external">
Become a Sponsor!
</a>
</p>
</div>
</div>
</section>
<!-- FAQ -->
<section class="container faq-content">
<div class="row">
<div class="col-12">
<!-- Title -->
<h2>FAQ</h2>
</div>
<div class="col-12">
<h3 class="faq-question">
How do I sign up?
</h3>
<p>
You'll be able to sign up on our website early 2019. Stay tuned to our facebook group to know when we
open registration.
</p>
</div>
<div class="col-12">
<h3 class="faq-question">
How much does it cost?
</h3>
<p>
HackUVic is 100% free for all participants. <br>
However, travel is not covered.
</p>
</div>
<div class="col-12">
<h3 class="faq-question">
I'm not a programmer/coder can I still attend?
</h3>
<p>
YES! All university and high school students are encouraged to come to HackUVic. <br>
We even have prizes for categories like "best pitch" aimed at students with non-technical backgrounds.
</p>
</div>
<div class="col-12">
<h3 class="faq-question">
How big can my team be?
</h3>
<p>
We recommend teams of 2-4 people.
</p>
</div>
<div class="col-12">
<h3 class="faq-question">
What if I don't have a team?
</h3>
<p>
After the opening ceremonies we will have a group formation session. We'll help you find a team then.
</p>
</div>
<div class="col-12">
<h3 class="faq-question">
Can I work on my previous projects?
</h3>
<p>
No, all projects must be from scratch.
</p>
</div>
<div class="col-12">
<h3 class="faq-question">
What should I bring?
</h3>
<p>
HackUVic is a 24h event, which means hackers should be prepared to stay overnight. We'll have a
dedicated room for sleeping, so bring a pillow and a sleeping bag if you plan on staying the night. <br>
Also bring anything you'll need to hack, electronic devices, power cords, pens, papers, ect.
</p>
</div>
</div>
</section>
<!-- Contact Content -->
<section class="container contact-content">
<div class="row">
<div class="col-12">
<!-- Title -->
<h2>Contact</h2>
</div>
<div class="col-12">
<!-- Contact -->
<p>
Have a question we didn't answer? Get in touch.
</p>
<p class="d-flex justify-content-between">
<a class="btn btn-primary" href="https://m.me/uvicwebdev" target="_blank" rel="noopener noreferrer external">
<i class="fab fa-facebook-messenger"></i> Message Us
</a>
<a class="btn btn-primary" href="mailto:uvicwebdev@gmail.com" target="_blank" rel="noopener noreferrer external">
<i class="fas fa-envelope"></i> Email Us
</a>
</p>
</div>
</div>
</section>
</main>
<!-- Footer Content -->
<section class="container footer-content">
<footer class="d-flex justify-content-between">
<div class="footer-logo">
<!-- Logo -->
<a href="/">
<img src="./images/logo-colour.svg" alt="HackUVic Logo">
</a>
</div>
<nav>
<ul class="d-flex">
<li>
<!-- FB Messenger -->
<a href="https://m.me/uvicwebdev" target="_blank" rel="noopener noreferrer external"
data-toggle="tooltip" data-placement="top" title="Message Us!">
<i class="fab fa-facebook-messenger"></i>
</a>
</li>
<li>
<!-- Twitter -->
<a href="https://twitter.com/hackuvic/" target="_blank" rel="noopener noreferrer external"
data-toggle="tooltip" data-placement="top" title="Tweet Us!">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<!-- Facebook Page -->
<a href="https://www.facebook.com/UVicWebDev/" target="_blank" rel="noopener noreferrer external"
data-toggle="tooltip" data-placement="top" title="Like Us!">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<!--
<li>
TODO Facebook Event
<a href="" target="_blank" rel="noopener noreferrer external"
data-toggle="tooltip" data-placement="top" title="RSVP!">
<i class="far fa-calendar-alt"></i>
</a>
</li>
-->
<li>
<!-- Github -->
<a href="https://github.com/UVicWebDev" target="_blank" rel="noopener noreferrer external"
data-toggle="tooltip" data-placement="top" title="Follow Us!">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</nav>
</footer>
</section>
</div>
<!-- Bootstrap Javascript -->
<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.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<!-- Javascript -->
<script src="./js/main.js"></script>
</body>
</html>