-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
611 lines (513 loc) · 22.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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html xmlns="//www.w3.org/1999/xhtml" xmlns:fb="//ogp.me/ns/fb#">
<head>
<meta http-equiv="Cache-control" content="private" max-age="600">
<link rel="image_src" href="//nwhacks.io/img/logotxt.png" />
<meta property="og:description" content="nwHacks 2016 is the BIGGEST hackathon in Western Canada with over 600 hackers coming from around the region, on February in the University of British Columbia."/>
<meta property="og:image" content="//nwhacks.io/img/logotxt_green.jpg" />
<meta property="og:title" content="nwHacks Spring 2016" />
<meta property="og:url" content="//nwhacks.io" />
<title>nwHacks 2016</title>
<!--Import Fonts-->
<link href='//fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="./favicon.ico">
<meta
name="viewport"
content="
width=device-width,
initial-scale=1,
minimum-scale=1,
maximum-scale=1
"
/>
</head>
<body>
<!-- Bootstrap Modal Divs -->
<div class="modal fade" id="prereg-modal" tabindex="-1" role="dialog" aria-labelledby="prereg-modal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<!--<button type="button" class="close" data-dismiss="modal" aria-label="Continue"><span aria-hidden="true">×</span></button>-->
<h4 class="modal-title" id="modalMessageTitle"></h4>
</div>
<div class="modal-body">
<p>
</p>
<button type="button" class="btn btn-primary" data-dismiss="modal" >Continue</button>
</div>
<!--<div class="modal-footer">-->
<!--<button type="button" class="btn btn-default" >Close</button>-->
<!--</div>-->
</div>
</div>
</div>
<header>
<div class="grid-container">
<div class="prefix-15 grid-50 suffix-25 tablet-prefix-20 tablet-grid-60 tablet-suffix-20 grid-container show-on-desktop show-on-tablet hide-on-mobile" id="header">
<div class="grid-90 slogan hide-on-mobile hide-on-tablet">
<h2>Western Canada's</h2><br>
<h1>Biggest</h1><br>
<h2>Hackathon</h2>
</div>
<div class="grid-10 hide-on-tablet hide-on-mobile">
<img src="img/logo_notxt.png" class="logo-notxt" alt="logo">
</div>
<img src="img/logotxt.png" class="show-on-tablet hide-on-mobile logo-txt hide-on-desktop" alt="logo">
<div class="hide-on-mobile logo-notxt prefix-45 grid-60">
<h2 style="padding-top:9%; font-family: 'Indie Flower', cursive; color: lightgreen; font-size:5em; text-align:center; text-shadow: 1px 1px 1px rgba(0,0,0,0.2);">Spring 2016</h2>
</div>
</div>
<div class="prefix-15 grid-50 suffix-25 tablet-prefix-20 tablet-grid-60 tablet-suffix-20 grid-container show-on-mobile hide-on-tablet hide-on-desktop" id="header">
<div class="mobile-prefix-25 mobile-grid-50 mobile-suffix-25" style="text-align:center;">
<img src="img/logo_notxt.png" style="height:auto; width:100%;" alt="logo">
</div>
<div class="show-on-mobile hide-on-desktop hide-on-tablet logo-notxt mobile-prefix-20 mobile-grid-60 mobile-suffix-20">
<h2 style="padding-top:9%; text-align:center; ">nwHacks <br><span style="font-family: 'Indie Flower', cursive; color: lightgreen; text-align:center;"> Spring 2016</span></h2>
</div>
</div>
<div class="prefix-20 grid-60 suffix-20 tablet-prefix-20 tablet-grid-60 tablet-suffix-20 grid-container" id="hero">
<!--<a id="sponsor-btn" class="prefix-25 grid-25 mobile-prefix-30 mobile-grid-40 mobile-suffix-30" href="/sponsors" style="margin-right:20px;margin-bottom:20px;">Sponsor</a>-->
<!--<a class="grid-40 prefix-30 mobile-prefix-25 mobile-grid-50 mobile-suffix-25" href="//hiring.nwhacks.io" style='margin-bottom:20px;'>Volunteer</a>-->
<a class="grid-40 prefix-30 mobile-prefix-25 mobile-grid-50 mobile-suffix-25" href="//s2015nwhacks.devpost.com/" style='margin-bottom:20px;'>Previous Hacks</a>
<a id="sponsor-btn" class="grid-40 prefix-30 mobile-prefix-25 mobile-grid-50 mobile-suffix-25" style='margin-bottom:20px; cursor: pointer;' href="http://dev.tellform.com/#!/forms/564d5c6bc4b78b3200480793">Pre-Register</a>
<form style="display:none;" class="prefix-10 grid-80 suffix-10">
<div class="grid-container">
<input class="input-name mobile-grid-100" type="text" name="first_name" placeholder="First Name" required />
<input class="input-name mobile-grid-100" type="text" name="last_name" placeholder="Last Name" required />
</div>
<div class="grid-container">
<input class="grid-100 tablet-grid-100 mobile-grid-100" type="text" name="school" placeholder="School or Institution" required pattern=".{4,}" />
</div>
<div class="grid-container">
<input class="grid-100 tablet-grid-100 mobile-grid-100" type="email" name="email" placeholder="Email" required/>
</div>
<div class="grid-container">
<button id="signup" data-loading-text="Submitting..." class="btn btn-primary">Signup</button>
<button id="cancel" class="btn btn-secondary">Cancel</button>
</div>
</form>
<!--<a class="grid-25 mobile-prefix-30 mobile-grid-40 mobile-suffix-30" href="//goo.gl/forms/ytM7p8LSAe" style='margin-bottom:20px;'>Mentor</a>-->
</div>
<div class="triangle">
<img class="small" src="img/darkgreentriangle.png" alt="">
<img class="big" src="img/lightgreentriangle.png" alt="">
</div>
</div>
</header>
<section id="intro">
<div class="date mobile-grid-100">
<time datetime="2016">
<span class="month">February</span>
<!--<span class="day">13-15<sup>th</sup></span>-->
<br>
<span class="year">2016</span>
</time>
</div>
<article class="grid-container mobile-grid-100" style="position: absolute; top:20%; left: 30px;">
<h2 class="grid-100">THIS IS nwHACKS 2016.</h2>
<p class="grid-70 suffix-30 tablet-grid-70 tablet-suffix-30 mobile-grid-90 mobile-suffix-10">
nwHacks is the largest hackathon in Western Canada, and we're coming back on Febraury 2016 in UBC to host another hackathon!
<br><br>
nwHacks is more than a hackathon—it's about growing and connecting the community of awesome hackers.
<br>
<br>
Anyone and everyone is welcome at nwHacks, from hackathon veterans to first-timers!
<br>
<br>
<!--A special theme at nwHacks this year will be hacks that help decrease CO2 emissions and/or help preserve our environment.-->
<!--<button id="faq-button" class="btn-btn-warning" style="background-color: orange; border: 0; color: black; text-align: center;padding: 9px 90px 9px 90px; font-size: 30px; margin-left: 22%; margin-top: 2%;">FAQ</button>-->
</p>
</article>
<div class="triangle">
<img class="small" src="img/darkgreentriangleR.png" alt="">
<img class="big" src="img/lightgreentriangleR.png" alt="">
</div>
</section>
<section id="stats" class="grid-container hide-on-mobile">
<ul class="grid-container">
<li class="grid-33 tablet-grid-33">
<dt>600+</dt>
<dd>Hackers</dd>
</li>
<li class="grid-33 tablet-grid-33">
<dt>24</dt>
<dd>Hours</dd>
</li>
<li class="grid-33 tablet-grid-33">
<dt>$5000</dt>
<dd>In Prizes</dd>
</li>
</ul>
<!--<div class="prefix-50 grid-25 suffix-50">-->
<!-- <a id="sponsor-btn" class="text-centered" href="//goo.gl/T9hWK9" style="margin-bottom:20px;width:25px;">Volunteer</a>-->
<!--</div>-->
</section>
<section id="faq">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Frequently Asked Questions</h1>
<h3></h3>
</section>
<section class="content-frame">
<nav class="grid-container tabs">
<a href="#faq-general" class="activetab">General</a>
<a href="#faq-students">Participation</a>
<a href="#faq-sponsors">Sponsorship</a>
</nav>
<article id="faq-general" class="grid-container grid-parent active">
<div class="question grid-50 tablet-grid-50">
<h3>Why <b style="text-transform:lowercase;">nw</b>Hacks?</h3>
<p>British Columbia, Washington State, Oregon, and Alberta are currently seen as transit stations for tech companies. Designers, engineers, and business minds all flow down to California and shortly after university graduation. We want to change that.
<br>
<br>
nwHacks is dedicated to creating a thriving community of technology lovers in the Pacific Northwest region by bringing together the brightest minds for an epic two day event.</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>What is a "hackathon"?</h3>
<p>A hackathon is an event where teams of 2-5 people collaborate on an application within the specified time
limit (nwHacks is 24 hours long). Prizes are awarded to the most creative, polished and theme-specific
projects or "hacks". The winners will be chosen by a panel of judges comprised of top industry
professionals.</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>How can I officially sign up?</h3>
<p>Official registration for nwHacks 2016 hasn't opened yet, but you can pre-register above and we'll let you know when its time to signup!</p>
</div>
</article>
<article id="faq-students" class="grid-container grid-parent">
<div class="question grid-50 tablet-grid-50">
<h3>What should I bring?</h3>
<p>nwHacks is a 24h event, which means that hackers should be prepared to sleep overnight at the venue.
Be sure to bring everything you need to stay the night, including a sleeping bag! All food will be
provided at event so don't worry about that!</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>How much does it cost?</h3>
<p>nwHacks is 100% free for all participants. However registration is strictly limited to <b>highschool and
college students only</b>. We will also reimburse your travel expensives as long as they are not
flights and are within a 200km radius of the event. We are also setting up buses from Seattle, Portland,
and Victoria ( maybe Calgary) so definitely check that out as we get closer to the start date!</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>Can I work on my previous projects?</h3>
<p>No, all "hacks" must be built from scratch, although it is ok if you came up with the idea before hand.
This rule is strictly adhered to at nwHacks and any team found working on a project that they already
started will be automatically disqualified in the event. However this does not apply to any libraries or
tools that you have made, so feel free to use libraries and anyother code!</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>How big can my team be?</h3>
<p>Teams are usually 2-5 people in size. Teams bigger than 5 people are usually split up into smaller ones,
as we've found large teams aren't the best solution for a 24h event. Don't worry if you can't find your
team beforehand, staff at the event will help you find other team mates and provide you with many
opportunities to find others to help!</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>What happens if I don't have a team?</h3>
<p>Don't worry! A lot of hackers just like you are in the same position. On the first day of the event, we will make sure to pair everyone up with a team of hackers so no one gets left out! There will also be an opportunity to connect with people and form teams before the event (after you have been chosen to attend)</p>
</div>
</article>
<article id="faq-sponsors" class="grid-container grid-parent">
<div class="question grid-50 tablet-grid-50">
<h3>Where is the sponsorship package?</h3>
<p>Email us at sponsors[at]nwhacks.io to find out more about our tiers and our package</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>How do I get in touch for sponsorship opportunities?</h3>
<p>The best way to get in touch is <a href="mailto:sponsors[//at//]nwhacks dot com"> email us </a>. We're pretty busy but you can expect a
response in about 36 hours.</p>
</div>
<div class="question grid-50 tablet-grid-50">
<h3>Does my company have to be based in the Pacific NorthWest to become a sponsor?</h3>
<p>Definitely not! We welcome sponsors from across the world to help with our event, although it generally
helps if you have an office or presence in the region.</p>
</div>
</article>
</section>
</section>
<section id="schedule" style="display:none;">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Schedule</h1>
<h3>when and where</h3>
</section>
<section class="content-frame">
<h2 style="text-align:center;">Friday</h2>
<table class="schedule-table">
<thead>
<tr>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="time-digit">4:00</span> PM</td>
<td>Checkin Opens</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">6:00-8:00</span> PM</td>
<td>Opening Ceremonies</td>
<td>ESB 1013</td>
</tr>
<tr>
<td><span class="time-digit">8:00</span> PM</td>
<td>Hacking Starts!</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">8:15</span> PM</td>
<td>Dinner</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">8:30</span> PM</td>
<td>Apple Tech Talk</td>
<td>MCLD 228</td>
</tr>
<tr>
<td><span class="time-digit">9:15</span> PM</td>
<td>Facebook Tech Talk</td>
<td>MCLD 228</td>
</tr>
<tr>
<td><span class="time-digit">10:15</span> PM</td>
<td>Google Workshop</td>
<td>MCLD 202</td>
</tr>
<tr>
<td><span class="time-digit">11:15</span> PM</td>
<td>MOJIO Workshop</td>
<td>MCLD 202</td>
</tr>
<tr>
<td><span class="time-digit">12:05</span> PM</td>
<td>Makerlabs Workshop</td>
<td>MCLD 228</td>
</tr>
<tr>
<td><span class="time-digit">Midnight</span></td>
<td>Midnight Snack</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">11:00</span> AM</td>
<td>CA Technologies Workshop</td>
<td>MCLD 228</td>
</tr>
</tbody>
</table>
<h2 style="text-align:center;">Saturday</h2>
<table class="schedule-table">
<thead>
<tr>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="time-digit">8:45</span> AM</td>
<td>Breakfast</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">9:00</span> AM</td>
<td>Facebook Worshop</td>
<td>MCLD 202</td>
</tr>
<tr>
<td><span class="time-digit">10:00</span> AM</td>
<td>Apple Workshop - Auto Layout Workshop
</td>
<td>MCLD 202</td>
</tr>
<tr>
<td><span class="time-digit">12:30</span> PM</td>
<td>Lunch</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">12:45</span> PM</td>
<td>Workshop (TBD)</td>
<td>MCLD 202</td>
</tr>
<tr>
<td><span class="time-digit">1:45</span> PM</td>
<td>Workshop (TBD)</td>
<td>MCLD 202</td>
</tr>
<tr>
<td><span class="time-digit">Midnight </span></td>
<td>Midnight Snacks</td>
<td>Kaiser Atrium</td>
</tr>
</tbody>
</table>
<h2 style="text-align:center;">Sunday</h2>
<table class="schedule-table">
<thead>
<tr>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="time-digit">8:30</span> AM</td>
<td>Hacking Stops!</td>
<td></td>
</tr>
<tr>
<td><span class="time-digit">8:30</span> AM</td>
<td>Breakfast Opens</td>
<td>Kaiser Atrium</td>
</tr>
<tr>
<td><span class="time-digit">10:00</span> AM</td>
<td>Expo</td>
<td>Kaiser Atrium / Kaiser 2020/2030 </td>
</tr>
<tr>
<td><span class="time-digit">1:00</span> PM</td>
<td>Top 3 and API Winners Decided</td>
<td>HA 098</td>
</tr>
<tr>
<td><span class="time-digit">2:00</span> PM</td>
<td>Closing Ceremonies</td>
<td>HA 098</td>
</tr>
<tr>
<td><span class="time-digit">2:30</span> PM</td>
<td>Top 3 Finalist presentations</td>
<td>HA 098</td>
</tr>
<tr>
<td><span class="time-digit">3:00</span> PM</td>
<td>Winners annouced</td>
<td>HA 098</td>
</tr>
<tr>
<td><span class="time-digit">3:00</span> PM</td>
<td>Prize Presentations</td>
<td>HA 098</td>
</tr>
<tr>
<td><span class="time-digit">4:00</span> PM</td>
<td>nwHacks Officially Closes.</td>
<td>HA 098</td>
</tr>
</tbody>
</table>
</section>
</section>
<section id="sustainability">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Mentoring</h1>
<h3>get help and learn from top hackers</h3>
</section>
<section class="content-frame" style="color: #444; font-weight: 200; line-height: 1.5em; font-size: 1.4em; margin: 5% 20% 0 20%;">
At nwHacks, we believe that for every top hacker, there was a mentor there to help them get to the top. At nwHacks we have some of the top hackers mentoring you throughout the event, teaching you and helping make sure you don't get stuck using a library, algorithm, API or whatever it may be.
<br/><br/><br/>
We don't just accept anyone as a mentor and as a result, nwHacks has some of the best mentors and teachers compared to hackathons worldwide.
</section>
</section>
<section id="hardware">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Hardware</h1>
<h3>hack on physical stuff</h3>
</section>
<section class="content-frame" style="color: #444; font-weight: 200; line-height: 1.5em; font-size: 1.4em; margin: 5% 20% 0 20%;">
At nwHacks, we believe that both software and hardware are important in building hacks. This is why we will be providing many tools at the event for participants to access.
<br/><br/><br/>
We are excited to see the hacks come alive through the use of Tessels, Myos, Sparkcores, Arduinos, and so much more.
</section>
</section>
<section id="sustainability" style="display:none;">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Sustainability</h1>
<h3>hacking to heal our planet</h3>
</section>
<section class="content-frame" style="color: #444; font-weight: 200; line-height: 1.5em; font-size: 1.4em; margin: 5% 20% 0 20%;">
Due to the increasing consumption and depletion of resources, coming up with sustainable and green solutions are becoming more and more relevant in today's society. It is for this reason that we would like to address the environmental challenges we're currently facing during the hackathon.
<br/><br/><br/>
Our theme for this year is on sustainability. nwHacks participants will be hacking to help reduce carbon emissions. So in an effort to preserve our environment, nwHacks will be rewarding the group with the best hack.
</section>
</section>
<section id="sponsors">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Previous Sponsors & Partners (2015)</h1>
<h3>the folks who made it possible last time 'round</h3>
</section>
<section class="content-frame">
<section id="sponsor-logos" class="sponsors">
<h2>Past Sponsors</h2>
<!--<div class="peta">
</div>-->
<div class="giga">
<a href="//apple.com/jobs/students"><img src="img/sponsors/apple.png" ></a>
</div>
<div class="mega">
<a href="//facebook.com" class="rollover"><img src="http://www.tecnologiabit.com/wp-content/uploads/2013/04/facebook-logo-nuevo.png"></a>
<a href="//moj.io" class="rollover"><img src="https://www.moj.io/wp-content/uploads/mojio_logo.png"></a>
<a href="//ece.ubc.ca" class="rollover" style="height:12rem;width:50%;"><img src="img/sponsors/ubc.png"></a>
<a href="//ca.com" class="rollover" style="height:12rem;width:50%;"><img src="//www.ca.com/Images/CompanyLogo/ca_1c_242446.jpg"></a>
</div>
<div class="kilo">
<a href="//google.com" class="rollover"><img src="img/sponsors/google.png"/></a>
<a href="//bench.co" class="rollover"><img src="img/sponsors/bench.png"></a>
<a href="//sendwithus.com" class="rollover"><img src="img/sponsors/sendwithus.png"></a>
</div>
<div class="byte">
<a href="//getpebble.com" class="rollover"><img src="img/sponsors/pebble.png"></a>
<a href="//thalmiclabs.com" class="rollover"><img src="img/sponsors/thalmic_labs.png"></a>
<a href="//brandbucket.com" class="rollover"><img src="img/sponsors/brandbucket.png" style="background-color:#936EC4" /></a>
<a href="http://choosemuse.com" class="rollover"><img src="img/sponsors/muse.png"/></a>
<a href="//stickermule.com" class="rollover"><img src="img/sponsors/stickermule.png"/></a>
<a href="//munchiesdelivery.ca" class="rollover"><img src="img/sponsors/munchies.png"/></a>
<a href="//makerlabs.com" class="rollover"><img src="img/sponsors/makerlabs.png"/></a>
<a href="//tessel.io" class="rollover"><img src="img/sponsors/tessel.png"/></a>
<a href="//spark.io" class="rollover"><img src="img/sponsors/spark.png"/></a>
</div>
</section>
<section id="partner-logos" class="sponsors partners">
<h2>Past Partners</h2>
<div class="peta">
<a href="http://startupstorm.org" class="rollover"><img src="http://www.startupstorm.org/img/header_logo.png"/></a>
<a href="//hackingedu.co" class="edu rollover" ><img src="img/sponsors/hackingedu.jpg"/></a>
<a href="http://next36.ca" class="rollover" ><img id="next36" src="http://www.digitopoly.org/wp-content/uploads/2014/08/the-next-36-logo_1.png"/></a>
<a href="//riipen.com" class="rollover"><img src="img/sponsors/riipen.png"/></a>
<a href="//lighthouselabs.com" class="rollover"><img src="img/sponsors/lighthouse_labs.png"/></a>
</div>
</section>
</section>
</section>
<!--<section id="contact">
<section class="header-frame">
<h1 style="padding-top: 10vh;">Contact</h1>
<h3>get in touch with us</h3>
</section>
<section class="content-frame">
</section>
</section>-->
<footer class="grid-parent">
<nav class="grid-container">
<a href="/sponsors">Become a Sponsor</a> <a href="mailto:sponsorship@nwhacks.io">Email us</a> <a href="/codeofconduct">Our Code of Conduct </a>
</nav>
<p class="grid-container">nwhacks 2016 - Organised and held by <a href="//www.startupstorm.org/" target="_blank">StartupStorm</a>
</p>
<div class="imgcont"><img class src="img/logotxt.png" alt=""></div>
</footer>
<script src="/js/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/parse-1.2.18.min.js"></script>
<script src ="/js/main.js"></script>
<script src ="/js/registration.js"></script>
</body>
</html>