This repository was archived by the owner on Apr 29, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·613 lines (579 loc) · 27.6 KB
/
index.html
File metadata and controls
executable file
·613 lines (579 loc) · 27.6 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
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
612
613
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Toronto Hacker Club</title>
<meta name="description" content="The Toronto Hacker Club is a student-run organization that aims to promote technology education throughout the Greater Toronto Area.">
<meta name="keywords" content="TOHC, Toronto Hacker Club, Hacker, Hackathon, Computer Science, Innovation, Entrepreneurship, Education">
<meta property="og:image" content="http://torontohacker.club/images/event-holder.png">
<meta property="og:description" content="The Toronto Hacker Club is a student-run organization that aims to promote technology education throughout the Greater Toronto Area.">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<!-- css files -->
<!-- fav icon -->
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<!-- bootstrap css file -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- fontawesome css file -->
<link rel="stylesheet" href="css/font-awesome.css">
<!-- Magnific popup library -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- owl carousel css files -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- custom css file -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- main nav bar -->
<nav id="main-nav">
<div class="container">
<a href=""><img id="nav-logo" src="images/logo-ac.png" alt="logo"></a>
<i id="bars" class="fa fa-bars" aria-hidden="true"></i>
<ul>
<li class="active"><a>home</a></li>
<li><a>about</a></li>
<li><a>events</a></li>
<!--<li><a>team</a></li>-->
<li><a>sponsors</a></li>
<li><a>contact</a></li>
</ul>
</div>
</nav>
<!-- header -->
<header id="home-header">
<div class="parallax-window" data-parallax="scroll" data-image-src="http://torontohacker.club/images/bg1.jpg"></div>
<div class="container">
<h1><span id="name"> </span></h1>
<div class="social-media">
<a href="https://www.facebook.com/torontohackerclub/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/groups/torontohackerclub/" target="_blank"><i class="fa fa-group" aria-hidden="true"></i></a>
<a href="https://twitter.com/TOhackerclub" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/torontohackerclub/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
<div class="down">
<i id="down-icon" class="fa fa-angle-double-down" aria-hidden="true"></i>
</div>
</div>
</header>
<!-- about section -->
<section id="about">
<div class="container">
<h2 class="section-header">about us</h2>
<div class="col-md-10 col-md-offset-1 about-right">
<p>The Toronto Hacker Club is a student-run organization that aims to promote technology education throughout the Greater Toronto Area. To date, we have hosted four hackathons and five workshops in partnership with a variety of influential companies, such as Google, Mozilla, and RBC. <br />The Toronto Hacker Club has also been awarded the "Building Community through Sciences and Technology Award" by the Toronto Youth Cabinet.</p>
</div>
</div>
</section>
<!-- statistics section -->
<section id="statistics">
<div class="container">
<div class="col-md-3 part">
<i class="fa fa-male" aria-hidden="true"></i>
<p class="num" id="num-of-members">500</p>
<p class="title">Community Members</p>
</div>
<div class="col-md-3 part">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
<p class="num" id="num-of-schools">30</p>
<p class="title">Schools</p>
</div>
<div class="col-md-3 part">
<i class="fa fa-code" aria-hidden="true"></i>
<p class="num" id="num-of-hackathons">4</p>
<p class="title">Hackathons</p>
</div>
<div class="col-md-3 part">
<i class="fa fa-laptop" aria-hidden="true"></i>
<p class="num" id="num-of-workshops">5</p>
<p class="title">Workshops</p>
</div>
</div>
</section>
<section id="events">
<div class="container">
<h2 class="section-header">Events</h2>
<div class="buttons" data-toggle="buttons">
<button class="active filter" data-filter="all">all</button>
<button class="filter" data-filter=".upcoming">upcoming</button>
<button class="filter" data-filter=".hackathons">hackathons</button>
<button class="filter" data-filter=".workshops">workshops</button>
</div>
<div id="items-container">
<!-- THacks 2 -->
<div class="item-o col-md-4 hackathons mix">
<div class="item upcoming hackathons">
<img src="images/events/thacks2-1.png" alt="">
<div class="over">
<h4>THacks 2</h4>
<p class="category">21/10/2017 - 22/10/2017</p>
<a href="#popup-thacks2" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-thacks2" class="white-popup mfp-hide">
<h3>THacks 2</h3>
<h5>21/10/2017 - 22/10/2017</h5>
<img src="images/events/thacks2-1.png" alt="THacks 2">
<p class="desc">
THacks 2 is Toronto's premier hackathon for learning, building and innovation. Held at the University of Toronto, the event features a jam-packed, 24-hour lineup of workshops, speakers and competition. At the end of weekend, teams of hackers will pitch their projects and compete for incredible prizes. With food, friends, and fun (did we mention free entry?) - THacks 2 is the hackathon you won't want to miss!
</p>
<center><a class="button" href="thacks">Learn More</a></center>
</div>
<!-- Neurotech -->
<div class="item-o col-md-4 workshops mix">
<div class="item workshops">
<img src="images/events/brainbrowse.png" alt="">
<div class="over">
<h4>BrainBrowse</h4>
<p class="category">30/06/2017</p>
<a href="#popup-neurotech" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-neurotech" class="white-popup mfp-hide">
<h3>BrainBrowse</h3>
<h5>30/06/2017</h5>
<img src="images/events/brainbrowse.png" alt="BrainBrowse">
<p class="desc">
Exploring cutting-edge neuroscience and neurotechnology, Toronto Hacker Club and NeuroTechTO present you with our latest event, BrainBrowse. This 4 hour workshop is dedicated to allowing high school students across the GTA to discover the research, development, and commercialization that goes behind neurotechnology and neuroscience. Attendees will have the opportunity learn and engage in biometrics through hands-on tutorials and experiments, lectures from keynote speakers, and exploring up and coming technologies (such as using the Muse headband to collect brain signal data). This event is an excellent opportunity to learn about the implications of neurotech, get a peek into the possible careers in neuroscience, and network with professionals.
</p>
<center><a class="button" href="brainbrowse">Learn More</a></center>
</div>
<!-- Tech Night -->
<div class="item-o col-md-4 workshops mix">
<div class="item workshops">
<img src="images/events/tech-night.png" alt="">
<div class="over">
<h4>Tech Night</h4>
<p class="category">01/06/2017</p>
<a href="#popup-tech-night" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-tech-night" class="white-popup mfp-hide">
<h3>Tech Night</h3>
<h5>01/06/2017</h5>
<img src="images/events/tech-night.png" alt="Tech Night">
<p class="desc">
Designed much like Toronto Hacker Club’s other events, Tech Night is a beginner-friendly, hands-on, exciting event made especially for children aged 6 to 12 years old. Join us to explore the impact of technology and the way it has shaped nearly every aspect of the way we live and work today, learn one of the most essential skills of programming and create hardware and software through fun games and guided activities.
</p>
</div>
<!-- JS Boost -->
<div class="item-o col-md-4 workshops mix">
<div class="item workshops">
<img src="images/events/jsboost-c.png" alt="JS Boost">
<div class="over">
<h4>JS Boost</h4>
<p class="category">02/02/2017</p>
<a href="#popup-jsboost" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-jsboost" class="white-popup mfp-hide">
<h3>JS Boost</h3>
<h5>02/02/2017</h5>
<img src="images/events/jsboost.jpg" alt="p1">
<p class="desc">
JS Boost at Mozilla is a three hour workshop for high school and university students aiming to enrich their understanding of key web development concepts.
Attendants will learn to use frameworks such as MeteorJS and ChartsJS for full-stack development. Throughout the event, speakers will guide the participants through creating a practical web application.
JS Boost will be the perfect environment for you to build, learn, and network.
</p>
</div>
<!-- Intro to Cybersecurity -->
<div class="item-o col-md-4 workshops mix">
<div class="item workshops">
<img src="images/events/intro-to-cybersecurity-c.jpg" alt="">
<div class="over">
<h4>Intro to Cybersecurity</h4>
<p class="category">09/12/2016</p>
<a href="#popup-cybersecurity" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-cybersecurity" class="white-popup mfp-hide">
<h3>Intro to Cybersecurity</h3>
<h5>09/12/2016</h5>
<img src="images/events/intro-to-cybersecurity.jpg" alt="">
<p class="desc">
The Toronto Hacker Club's Introduction to Cybersecurity is a great opportunity for students to come out and learn from professionals in the field. The event will feature a workshop run by Google engineers and an opportunity to network with likeminded individuals.
</p>
</div>
<!-- THacks -->
<div class="item-o col-md-4 hackathons mix">
<div class="item hackathons">
<img src="images/events/thacks2016-c.jpg" alt="">
<div class="over">
<h4>THacks</h4>
<p class="category">22/10/2016</p>
<a href="#popup-thacks" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-thacks" class="white-popup mfp-hide">
<h3>THacks</h3>
<h5>22/10/2016</h5>
<img src="images/events/thacks2016.jpg" alt="p1">
<p class="desc">
T.Hacks is a free 12 hour hackathon for students of all ages, proficiencies, and interests. The event offers an opportunity to tailor your own personalized hackathon experience, with access to a variety of workshops and networking opportunities. Meals will be provided for all participants, as well as swag and prizes from leading companies in the industry.
</p>
<center><a class="button" href="http://thacks.tech">Learn More</a></center>
</div>
<!-- Intro to Web Design -->
<div class="item-o col-md-4 workshops mix">
<div class="item workshops">
<img src="images/events/intro-to-web-design-c.png" alt="">
<div class="over">
<h4>Intro to Web Design</h4>
<p class="category">29/04/2016</p>
<a href="#popup-webdesign" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-webdesign" class="white-popup mfp-hide">
<h3>Intro to Web Design</h3>
<h5>29/04/2016</h5>
<img src="images/events/intro-to-web-design.jpg" alt="p1">
<p class="desc">
Intro to Web Design is an event for aspiring designers or anyone who wants a chance to be exposed to the skills and tools of the web design industry. Participants will engage in a series of hands-on workshops at Mozilla's headquarters in downtown Toronto. The evening will also provide a networking opportunity with industry professionals and web specialists.
</p>
</div>
<!-- DataHacks -->
<div class="item-o col-md-4 hackathons mix">
<div class="item hackathons">
<img src="images/events/datahacks-c.jpg" alt="">
<div class="over">
<h4>DataHacks</h4>
<p class="category">31/01/2016</p>
<a href="#popup-datahacks" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-datahacks" class="white-popup mfp-hide">
<h3>DataHacks</h3>
<h5>31/01/2016</h5>
<img src="images/events/datahacks2.jpg" alt="p1">
<p class="desc">
DataHacks is an event devoted to the wonders of data science and artificial intelligence. High school students will get the opportunity to learn advanced concepts in the fields of data mining and machine learning all for free! The event will consist of snacks, numerous hands-on workshops, and a team competition.
</p>
</div>
<!-- Local Hack Day -->
<div class="item-o col-md-4 hackathons mix">
<div class="item hackathons">
<img src="images/events/local-hack-day-c.jpg" alt="">
<div class="over">
<h4>Local Hack Day</h4>
<p class="category">10/10/2015</p>
<a href="#popup-localhackday" class="popup-link"><span class="open-icon"><i class="fa fa-search" aria-hidden="true"></i></span></a>
</div>
</div>
</div>
<div id="popup-localhackday" class="white-popup mfp-hide">
<h3>Local Hack Day</h3>
<h5>10/10/2015</h5>
<img src="images/events/local-hack-day.jpg" alt="p1">
<p class="desc">
Local Hack Day is a 12 hour mini-hackathon on your School's campus that brings together the local hacker community to celebrate building awesome technology. Simultaneously other students around the world will be hosting their own Local Hack Days, resulting in the largest single day of student hacking ever. Throughout the day there will be awesome livestreams, chatrooms, and fun activities that you can use to meet students in your local community and across the globe. Whether you're a seasoned hackathon veteran or have never been to a hackathon before, Local Hack Day is the best way to kick off the Fall 2015 MLH Hackathon Season.
</p>
</div>
</div>
</div>
</section>
<!-- subscribe -->
<section id="subscribe">
<div class="container">
<h2 class="section-header">stay in touch</h2>
<form action="https://club.us11.list-manage.com/subscribe/post?u=f3b5cad98f50966fbf4d279aa&id=495cb90d95" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="sub">
<input type="email" name="EMAIL" placeholder="Email">
<input type="submit" name="subscribe" value="subscribe">
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f3b5cad98f50966fbf4d279aa_495cb90d95" tabindex="-1" value=""></div>
</form>
</div>
</section>
<!-- team -->
<!--<section id="team">
<div class="container">
<h2 class="section-header">the team</h2>
<div class="owl-carousel owl-theme" id="team-slider">
<!-- Peter Stakoun -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/peterstakoun.jpg">
<div class="info">
<p class="name">peter stakoun</p>
<p class="job">president</p>
<div class="social-media">
<a href="mailto:peter@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Adam Fahs -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/adamfahs.jpg">
<div class="info">
<p class="name">adam fahs</p>
<p class="job">vice president</p>
<div class="social-media">
<a href="mailto:adam@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Julia Petolescu -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/juliapetolescu.jpg" alt="">
<div class="info">
<p class="name">julia petolescu</p>
<p class="job">logistics director</p>
<div class="social-media">
<a href="mailto:julia@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- William Wen -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/williamwen.JPG" alt="">
<div class="info">
<p class="name">William Wen</p>
<p class="job">event coordinator</p>
<div class="social-media">
<a href="mailto:william@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Robbie Knowles -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/robbieknowles.jpg" alt="">
<div class="info">
<p class="name">Robbie Knowles</p>
<p class="job">event coordinator</p>
<div class="social-media">
<a href="mailto:robbie@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Shaan Hooey -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/shaanhooey.jpg" alt="">
<div class="info">
<p class="name">Shaan Hooey</p>
<p class="job">event coordinator</p>
<div class="social-media">
<a href="mailto:shaan@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Lucy Xinyu Ma -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/lucyma.jpg" alt="">
<div class="info">
<p class="name">Lucy Xinyu Ma</p>
<p class="job">advertising specialist</p>
<div class="social-media">
<a href="mailto:lucy@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!--- Mary Ditta -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/maryditta.jpg" alt="">
<div class="info">
<p class="name">mary ditta</p>
<p class="job">graphic design specialist</p>
<div class="social-media">
<a href="mailto:mary@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- Rishi Bhuwan -->
<!--<div class="member-o">
<div class="member">
<img src="images/team/rishibhuwan.jpg" alt="">
<div class="info">
<p class="name">Rishi Bhuwan</p>
<p class="job">corporate relations specialist</p>
<div class="social-media">
<a href="mailto:rishi@torontohacker.club"><i class="fa fa-envelope" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="work-w-us">
<div class="container">
<h2 class="section-header">Interested in working with us?</h2>
<a href="apply" target="_blank"><button>APPLY NOW</button></a>
</div>
</section>-->
<section id="sponsors">
<div class="container-fluid">
<h2 class="section-header">Sponsors</h2>
<div class="sponsor-logos">
<div class="row">
<div class="col-xs-12 platinum">
<a href="http://google.com" target="_blank"><img src="images/sponsors/google.png" /></a>
<a href="http://www.rbcroyalbank.com" target="_blank"><img class=""src="images/sponsors/rbc.png" /></a>
<a href="https://meridiancu.ca/" target="_blank"><img class=""src="images/sponsors/meridian.png" /></a>
<a href="http://ieee.toronto.edu/" target="_blank"><img class=""src="images/sponsors/ieee-uoft.png" /></a>
</div>
</div>
<div class="row">
<div class="col-xs-12 gold">
<a href="http://ieee.toronto.edu/" target="_blank"><img class=""src="images/sponsors/ieee-uoft.png" /></a>
<a href="http://datacm.com" target="_blank"><img src="images/sponsors/datacm.png" /></a>
<a href="http://informatica.com" target="_blank"><img src="images/sponsors/informatica.png" /></a>
<a href="http://dotto-one.com" target="_blank"><img src="images/sponsors/dotto-one.png" /></a>
<a href="http://collyerbenson.com" target="_blank"><img src="images/sponsors/collyerbenson.png" /></a>
<a href="http://hover.com" target="_blank"><img src="images/sponsors/hover.png" /></a>
<a href="http://get.club" target="_blank"><img src="images/sponsors/club.png" /></a>
</div>
</div>
<div class="row">
<div class="col-xs-12 silver">
<a href="http://www.phoenixsoftware.ca/" target="_blank"><img src="images/sponsors/phoenix.png" /></a>
<a href="http://mozilla.org" target="_blank"><img src="images/sponsors/mozilla.png" /></a>
</div>
</div>
<div class="row">
<div class="col-xs-12 bronze">
<a href="http://lighthouselabs.ca" target="_blank"><img src="images/sponsors/lighthouse.png" /></a>
<a href="https://www.sandboxdmz.com/" target="_blank"><img src="images/sponsors/dmzsandbox.png" /></a>
<a href="http://amanah.com" target="_blank"><img src="images/sponsors/amanah.png" /></a>
<a href="http://northern-secondary.com" target="_blank"><img src="images/sponsors/northern.png" /></a>
<a href="http://get.tech" target="_blank"><img src="images/sponsors/tech.png" /></a>
</div>
</div>
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 other">
<a href="http://github.com" target="_blank"><img src="images/sponsors/github.png" /></a>
<a href="http://stickermule.com" target="_blank"><img src="images/sponsors/stickermule.png" /></a>
<a href="http://soylent.com" target="_blank"><img src="images/sponsors/soylent.png" /></a>
<a href="http://tutordoctor.com" target="_blank"><img src="images/sponsors/tutordoctor.png" /></a>
<a href="http://thebasilbox.com" target="_blank"><img src="images/sponsors/basilbox.png" /></a>
<a href="http://choosemuse.com" target="_blank"><img src="images/sponsors/muse.png" /></a>
<a href="http://vrplayin.ca" target="_blank"><img src="images/sponsors/vrplayin.png" /></a>
<a href="http://vielight.com" target="_blank"><img src="images/sponsors/vielight.png" /></a>
<a href="http://lanilabs.com" target="_blank"><img src="images/sponsors/lani.png" /></a>
<a href="http://plux.info" target="_blank"><img src="images/sponsors/plux.png" /></a>
<a href="http://bitalino.com" target="_blank"><img src="images/sponsors/bitalino.png" /></a>
<a href="http://pizzapizza.com" target="_blank"><img src="images/sponsors/pizzapizza.png" /></a>
<a href="http://www.sultanofsamosas.com" target="_blank"><img src="images/sponsors/samosas.png" /></a>
<a href="http://clarifai.com" target="_blank"><img src="images/sponsors/clarifai.png" /></a>
<a href="http://indico.io" target="_blank"><img src="images/sponsors/indico.png" /></a>
</div>
<div class="col-xs-2"></div>
</div>
</div>
<h2 class="section-header">Partners</h2>
<div class="sponsor-logos">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 bronze">
<a href="http://hackthenorth.com/" target="_blank"><img src="images/sponsors/htn.png" /></a>
<a href="http://to.neurotechx.com/" target="_blank"><img src="images/sponsors/neurotechto.png" /></a>
<a href="http://rockstar-cafe.ca" target="_blank"><img src="images/sponsors/rockstarcafe.png" /></a>
<a href="https://www.techtoronto.org/" target="_blank"><img src="images/sponsors/techto.png" /></a>
<a href="http://hackernest.com" target="_blank"><img src="images/sponsors/hackernest.png" /></a>
</div>
<div class="col-xs-2"></div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<h2 class="section-header">contact us</h2>
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 left">
<form method="POST" action="http://formspree.io/contact@torontohacker.club">
<input type="name" name="name" placeholder="Your name" required>
<input type="email" name="email" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<br>
<br>
<center><button class="formbutton" type="submit">Submit</button></center>
</form>
</div>
<div class="col-md-2"></div>
</div>
<div id="info" class="col-md-12">
<div class="part-o col-md-3 col-md-offset-3">
<div class="part">
<i class="fa fa-envelope" aria-hidden="true"></i>
<br>
<a class="social-media" href="mailto:contact@torontohacker.club">contact@torontohacker.club</a>
</div>
</div>
<div class="part-o col-md-3">
<div class="part">
<h4>follow us</h4>
<div class="social-media">
<a href="https://www.facebook.com/torontohackerclub/" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/groups/torontohackerclub/" target="_blank"><i class="fa fa-group" aria-hidden="true"></i></a>
<a href="https://twitter.com/TOhackerclub" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.instagram.com/torontohackerclub/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- go to top button -->
<i class="fa fa-arrow-up" aria-hidden="true" id="to-top"></i>
<!-- footer -->
<div id="footer">
<div class="container">
<p>Copyright © 2017 Toronto Hacker Club</p>
</div>
</div>
<!-- scripts -->
<!-- jquery -->
<script src="js/jquery-3.1.1.min.js"></script>
<!-- bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- MixItUp library script -->
<script src="js/jquery.mixitup.js"></script>
<!-- Magnific Popup library Script -->
<script src="js/jquery.magnific-popup.min.js"></script>
<!-- owl carousel script -->
<script src="js/owl.carousel.min.js"></script>
<!-- count to plugin -->
<script src="js/jquery.countTo.js"></script>
<!-- typed.js plugin -->
<script src="js/typed.min.js"></script>
<!-- parallax script file -->
<script src="js/parallax.min.js"></script>
<!-- custom script file -->
<script src="js/custom.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-78821319-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>