-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
742 lines (677 loc) · 44.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
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html lang="en">
<head>
<title>WinHacks 2020</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Metadata -->
<meta property="og:site_name" content="WinHacks 2020" />
<meta property="og:title" content="WinHacks 2020" />
<meta property="og:description" content="Windsor's First Digital Hackathon" />
<meta property="og:image" content="/images/1.png" />
<meta property="og:type" content="website" />
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/aos.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
</head>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:10px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-white.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"></a>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><img src="/images/1.png" height="70px">Winhacks 2020</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation" style="padding-right: 75px;">
<span class="oi oi-menu"></span>
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="#top" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#About" class="nav-link">About</a></li>
<!--<li class="nav-item"><a href="#Speakers" class="nav-link">Speakers</a></li>-->
<!--<li class="nav-item"><a href="#Schedule" class="nav-link">Schedule</a></li>-->
<li class="nav-item"><a href="#Sponsors" class="nav-link">Sponsors</a></li>
<li class="nav-item"><a href="#FAQ" class="nav-link">FAQ</a></li>
<li class="nav-item cta mr-md-2"><a href="https://winhacks.typeform.com/to/FjxLkl" class="btn btn-outline-primary">Apply</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<div class="hero-wrap" style="background-image: url('images/bg_3.png');" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text align-items-center justify-content-start" data-scrollax-parent="true">
<div class="col-lg-6 col-md-6 ftco-animate" data-scrollax=" properties: { translateY: '70%' }" style="padding: 30px; background-color: rgba(255, 255, 255, 0.753);">
<h1 class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Windsor's First Major
<br><span>Hackathon</span><br></h1>
<!-- <h3 class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">ROUND 2 APPLICATIONS CLOSE MARCH 6!</h3> -->
<p class="mb-4" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><span class="icon-calendar mr-2"></span>March 27-29, 2020 - Windsor ON</p>
<!-- <div id="timer" class="d-flex">
<div class="time" id="days"></div>
<div class="time pl-3" id="hours"></div>
<div class="time pl-3" id="minutes"></div>
<div class="time pl-3" id="seconds"></div>
</div> -->
</div>
<div class="col-lg-2 col"></div>
</div>
</div>
</div>
<section class="ftco-section services-section bg-primary">
<div class="container">
<div class="row d-flex">
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block">
<div class="icon"><span class="flaticon-placeholder"></span></div>
<div class="media-body">
<h3 class="heading mb-3">Digital</h3>
<p>Work in the comfort of your home!</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block">
<div class="icon"><span class="flaticon-world"></span></div>
<div class="media-body">
<h3 class="heading mb-3">Learn</h3>
<p>Informative workshops, tailored just for you.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex align-self-stretch ftco-animate">
<div class="media block-6 services d-block">
<div class="icon"><span class="flaticon-idea"></span></div>
<div class="media-body">
<h3 class="heading mb-3">Prizes</h3>
<p> Thousands of dollars worth of Amazing prizes.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--ABOUT SECTION-->
<section id="About">
<section class="ftco-section ftco-no-pt ftco-no-pb">
<div class="container">
<div class="row no-gutters">
<div class="col-md-5 p-md-5 img img-2 d-flex justify-content-center align-items-center" style="background-image: url(images/about.jpg);">
</div>
<div class="col-md-7 wrap-about py-md-5 ftco-animate">
<div class="heading-section mb-5 pt-5 pl-md-5">
<div class="pr-md-5 mr-md-5">
<h2 class="mb-4">What are we all about?</h2>
</div>
<p>The University of Windsor is proud to host its inaugural hackathon in March 2020. WinHacks will inspire tech talent locally to get involved in our technology community, ultimately contributing to unlocking the potential of
our future programmers, hackers, and designers so that we all make a difference.</p>
<p>This event will be completely hosted online! Over <b style="color: #1162fb ">300 students</b> are expected to join us on this three-day event, where all participants will be given 36 hours to come up with their greatest hack.
The theme for this hackathon is <b style="color: #1162fb ">Mobility</b>! Students are free to interpret the theme however they want.
</p>
<p>Participants will be given the opportunity to come up with their greatest creation that will be later presented and judged by a panel of qualified adjudicators and win top tech and cash prizes to be announced!</p>
<p><b style="color: #1162fb ">FREE educational events</b> such as workshops to help hone and adopt new skills in the field of computer science are also on the agenda. We believe that these activities will give contestants a taste
of both entrepreneurship and a feel for the work environment that they will soon find themselves.</p>
<p style="text-align: center;"><b style="color: #1162fb ">Apply to attend today!</b></p>
<p style="text-align: center;"><a href="https://winhacks.typeform.com/to/FjxLkl" class="btn btn-outline-primary">Apply now</a></p>
</div>
</div>
</div>
</div>
</section>
</section>
<br>
<br>
<div id="Sponsors"></div>
<br><br><br>
<!-- Sponsors-->
<section class="ftco-section testimony-section ftco-no-pt">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-3">Sponsors/Partners</h2>
<h6 class="mb-3">Thank you to our amazing sponsors for their support!</h6>
<p class="mb-3">WinHacks is currently looking for sponsors to work with, to bring Windsor's first major hackathon to life. We would appreciate your help in creating a memorable conference for passionate computer science students; who will be the future
leaders of the Canadian computer technologies industry. If you or your company is interested in being prominently feature among the Future of Computer Science, contact us at <a href="mailto:sponsorship@winhacks.ca">sponsorship@winhacks.ca</a></p>
<p><a href="/Sponsor/For-Sponsors.pdf" target="_blank" class="btn btn-outline-primary">Learn More Here</a>
</p>
</div>
</div>
<div class="sponsors_list clearfix ftco-animate" id="sponsors_list_1">
<div class="sponsors_list_item">
<p style="text-align: center;">
<a href="http://www.uwindsor.ca/" target="_blank"><img src="images/UWindsor2.png" width="72%"></a>
</p>
</div>
</div>
<div class="sponsors_list clearfix ftco-animate" id="sponsors_list_2">
<div class="sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.wetech-alliance.com/" target="_blank"><img src="images/wetechnew.png" width="72%"></a>
</p>
</div>
</div>
<br><br>
<div class="sponsors_list clearfix ftco-animate" id="sponsors_list_2">
<div class="sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.wetech-alliance.com/" target="_blank"><img src="images/weecd.jpg" width="72%"></a>
</p>
</div>
</div>
<br><br>
<div class="sponsors_list clearfix ftco-animate" id="sponsors_list_2">
<div class="sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.avinhub.ca/" target="_blank"><img src="images/AVIN.png" width="72%"></a>
</p>
</div>
</div>
<br><br>
<div class="sponsors_list clearfix ftco-animate" id="sponsors_list_2">
<div class="sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.feddevontario.gc.ca/eic/site/723.nsf/eng/home" target="_blank"><img src="images/Canada.jpg" width="72%"></a>
</p>
</div>
</div>
<br><br>
<div class="row ftco-animate">
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://css.uwindsor.ca/" target="_blank"><img src="images/CSS-Logo.png" width="70%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center; padding-top: 20px;">
<a href="https://www.digitalocean.com/" target="_blank"><img src="images/digitalocean.png" width="70%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="http://hackp.ac/mlh-stickermule-hackathons" target="_blank"><img src="images/stickermule.png" width="70%" /></a>
</p>
</div>
</div>
<br><br>
<div class="row ftco-animate">
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.fiixsoftware.com/" target="_blank"><img src="images/fiix.png" width="60%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://github.com/" target="_blank"><img src="images/GitHub_Logo.png" width="70%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://balsamiq.com/" target="_blank"><img src="images/balsamiq.png" width="70%" /></a>
</p>
</div>
</div>
<br><br>
<div class="row ftco-animate">
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.kelcom.com/" target="_blank"><img src="images/KELCOM.png" width="70%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.telus.com/en/" target="_blank"><img src="images/TELUS.png" width="100%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://genesis.stclaircollege.ca/" target="_blank"><img src="images/genesis.jpg" width="70%" /></a>
</p>
</div>
</div>
<br><br>
<div class="row ftco-animate">
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.citywindsor.ca/Pages/Home.aspx" target="_blank"><img src="images/WindsorCity.png" width="100%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="http://www.pepcorp.ca/" target="_blank"><img src="images/PepCo.png" width="70%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://www.blackberry.com/" target="_blank"><img src="https://i.imgur.com/yA32Yne.png" width="70%" /></a>
</p>
</div>
</div>
<br><br>
<div class="row ftco-animate">
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://miovision.com/" target="_blank"><img src="https://i.imgur.com/wT7Jed8.png" width="100%" /></a>
</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="http://www.uwindsor.ca/science/computerscience/" target="_blank"><img src="https://i.ibb.co/cFSMKtD/432-A8-D41-5-F62-4337-8-CEC-B4170-C86-FC42.jpg" width="100%" /></a>
</p>
</div>
</div>
<br><br><br><br>
<div class="ftco-animate">
<h2 style="text-align: center;">Our Partners & Parents</h2>
<br>
<div class="row">
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://developers.google.com/community/dsc" target="_blank"><img src="images/DSC2.png" height="100" /></a>
</p>
<p style="text-align: center" class="position">Parent</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://careers.google.com/students/" target="_blank"><img src="images/Google2.png" height="100" /></a>
</p>
<p style="text-align: center" class="position">Partner</p>
</div>
<div class="col-md-4 sponsors_list_item">
<p style="text-align: center;">
<a href="https://robotics.uwindsor.xyz/" target="_blank"><img src="images/roboLong.jpg" height="100" /></a>
</p>
<p style="text-align: center" class="position">Parent</p>
</div>
</div>
</div>
</div>
</section>
<!--THIS IS FOR THE SCHEDULE-->
<section id="Schedule">
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section ftco-animate">
<h2 class="mb-3">Tentative Schedule</h2>
<h5>Schedule is still under construction. Please come back for updates.</h5>
<h5>Every event/workshop will be hosted <b style="color: #1162fb ">online</b> through Discord.</h5>
</div>
</div>
<div class="ftco-schedule">
<div class="row">
<div class="col-md-3 nav-link-wrap text-center text-md-right">
<div class="nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link ftco-animate active" id="v-pills-1-tab" data-toggle="pill" href="#v-pills-1" role="tab" aria-controls="v-pills-1" aria-selected="true">Friday <span>27 March 2020</span></a>
<a class="nav-link ftco-animate" id="v-pills-2-tab" data-toggle="pill" href="#v-pills-2" role="tab" aria-controls="v-pills-2" aria-selected="false">Saturday <span>28 March 2020</span></a>
<a class="nav-link ftco-animate" id="v-pills-3-tab" data-toggle="pill" href="#v-pills-3" role="tab" aria-controls="v-pills-3" aria-selected="false">Sunday <span>29 March 2020</span></a>
</div>
</div>
<div class="col-md-9 tab-wrap">
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-1" role="tabpanel" aria-labelledby="day-1-tab">
<div class="speaker-wrap ftco-animate d-md-flex">
<!--<div class="img speaker-img" style="background-image: url(images/staff-1.jpg);"></div>-->
<div class="text">
<br>
<h2><a href="#">Minecraft Server Opens</a></h2>
<span class="time">5:00 pm</span>
<br>
<h2><a href="#">Opening Ceremonies</a></h2>
<span class="time">6:00 pm</span>
<br>
<h2><a href="#">Team Formation</a></h2>
<span class="time">7:30 pm</span>
<br>
<h2><a href="#">Capture the Flag</a></h2>
<span class="time">8:30 pm</span>
<br>
<h2><a href="#">Pick your Project</a></h2>
<span class="time">9:30 pm</span>
<br>
<h2><a href="#">Discussion about Challenges</a></h2>
<span class="time">9:30 pm</span>
<br>
<h2><a href="#">Competition AMA</a></h2>
<span class="time">9:30 pm</span>
<br>
<h2><a href="#">Women's & LGBTQ Meetup</a></h2>
<span class="time">10:30 pm</span>
<br>
<h2><a href="#">Check-in Closes</a></h2>
<span class="time">11:00 pm</span>
<br>
<h2><a href="#">GitHub Workshop</a><a class="host-name" href="https://www.linkedin.com/in/sanyamsareen01/"> by Sanyam Sareen</a></h2>
<span class="time">11:30 pm</span>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-2" role="tabpanel" aria-labelledby="v-pills-day-2-tab">
<div class="speaker-wrap ftco-animate d-md-flex">
<div class="text">
<h2><a href="#">Opening Day 2</a></h2>
<span class="time">8:30 am</span>
<br>
<h2><a href="#">WEtech Alliance Ideation Workshop</a></h2>
<span class="time">9:00 am</span>
<br>
<h2><a href="#">Artifical Intelligence Workshop</a><a class="host-name" href="https://www.linkedin.com/in/ziad-kobti-7210b119/"> by Dr. Ziad Kobti</a></h2>
<span class="time">10:05 am</span>
<br>
<h2><a href="#">Leveraging City of Windsor Traffic Data Workshop</a><a class="host-name" href="https://www.linkedin.com/in/shawna-boakes-8a974230/"> by Shawna Boakes</a></h2>
<span class="time">11:10 am</span>
<br>
<h2><a href="#">Recruiter Q & A with BlackBerry</a></h2>
<span class="time">12:15 pm</span>
<br>
<h2><a href="#">Fiix Software, Test Driven Development Workshop</a><a class="host-name" href="https://www.linkedin.com/in/jakeuskoski/"> by Jake Uskoski</a></h2>
<span class="time">1:30 pm</span>
<br>
<h2><a href="#">Technical Communication Workshop</a><a class="host-name" href="https://www.linkedin.com/in/joannemorency/"> by Joanne Morency</a></h2>
<span class="time">2:35 pm</span>
<br>
<h2><a href="#">Google Firebase / Firestore Workshop</a><a class="host-name" href="https://www.linkedin.com/in/donwardpeng/"> by Don Ward</a></h2>
<span class="time">3:40 pm</span>
<br>
<h2><a href="#">Google Cloud Platform / Data Analytics Workshop</a><a class="host-name" href="https://www.linkedin.com/in/anuyogam-venkataraman-9908b022/"> by Anu Venkataraman</a></h2>
<span class="time">4:45 pm</span>
<br>
<h2><a href="#">Introduction to Ruby on Rails Workshop</a><a class="host-name" href="https://www.linkedin.com/in/deogan/"> by Harshdip Deogan</a></h2>
<span class="time">5:50 pm</span>
<br>
<h2><a href="#">EZY Mode League of Legends Tournament Starts</a></h2>
<span class="time">6:00 pm</span>
<br>
<h2><a href="#">Google TensorFlow Webinar</a><a class="host-name" href="https://www.linkedin.com/in/douglas-perry-3904221/"> by Doug Perry</a></h2>
<span class="time">7:00 pm</span>
<br>
<h2><a href="#">Quantum Computing Workshop</a><a class="host-name" href="https://www.linkedin.com/in/aislynlaurent/"> by Aislyn Laurent</a></h2>
<span class="time">8:05 pm</span>
<br>
<h2><a href="#">Ethical Hacking and Cybersecurity Workshop</a><a class="host-name"> by <a class="host-name">Deepan Dhingra</a> <span class="host-name">&</span> <a class="host-name">Saravana K</a></a>
</h2>
<span class="time">9:10 pm</span>
<br>
<h2><a href="#">Introduction to Web Development Workshop</a><a class="host-name"> by <a href="https://www.linkedin.com/in/deogan/" class="host-name">Harshdip Deogan</a> <span class="host-name">&</span> <a href="https://www.linkedin.com/in/nadarevd/"
class="host-name">Denis Nadarevic</a></a>
</h2>
<span class="time">10:15 pm</span>
<br>
<h2><a href="#">Landing an Internship</a><a class="host-name" href="https://www.linkedin.com/in/pickuperic/"> by Eric Pickup</a></h2>
<span class="time">11:20 pm</span>
<br>
<!-- <h2><a href="#">Women's & LGBTQ Meetup</a><a class="host-name" href="https://www.linkedin.com/in/aislynlaurent/"> by Aislyn Laurent</a></h2>
<span class="time">12:30 am</span>
<br> -->
<h2><a href="#">EZY Mode Tournament Stream Re-play</a></h2>
<span class="time">1:00 am</span>
<br>
</div>
</div>
</div>
<div class="tab-pane fade" id="v-pills-3" role="tabpanel" aria-labelledby="v-pills-day-3-tab">
<div class="speaker-wrap ftco-animate d-md-flex">
<div class="text">
<h2><a href="#">Opening Day 3</a></h2>
<span class="time">8:45 am</span>
<br>
<h2><a href="#">Soft Submission Deadline</a></h2>
<span class="time">9:00 am</span>
<br>
<h2><a href="#">Hard Submission Deadline</a></h2>
<span class="time">9:45 am</span>
<br>
<h2><a href="#">Event Re-cap & Discussion</a></h2>
<span class="time">10:00 am</span>
<br>
<h2><a href="#">Stream Highlights</a></h2>
<span class="time">11:00 am</span>
<br>
<h2><a href="#">EZY Mode Minecraft and League of Legends Winners Announced</a></h2>
<span class="time">12:00 pm</span>
<br>
<h2><a href="#">Behind the Scenes Slideshow</a></h2>
<span class="time">1:00 pm</span>
<br>
<h2><a href="#">Team Presentations</a></h2>
<span class="time">2:00 pm</span>
<br>
<h2><a href="#">Awards</a></h2>
<span class="time">3:00 pm</span>
<br>
<h2><a href="#">Closing Ceremonies</a></h2>
<span class="time">3:30 pm</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
<!--FAQ-->
<section class="ftco-section-parallax ftco-section ftco-no-pt" id="FAQ">
<div class="parallax-img d-flex align-items-center">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="text-center heading-section ftco-animate">
<h2>FAQ</h2>
<div class="container">
<p>Some common questions you may have about WinHacks, or hackathons in general</p>
</div>
<br>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-6">
<p style="text-align: center;">
<a class="btn btn-outline-primary" data-toggle="collapse" href="#faq1" role="button" aria-expanded="false" aria-controls="collapseExample" style="display:inline-block; width: 80%; margin-top: 20px; padding-top: 10px; padding-bottom: 10px;">
What is a Hackathon?
</a>
</p>
<div class="collapse" id="faq1">
<div class="card card-body">
To put it simply, hackathons combine the two words: hacking and marathon. Participants will get the chance to form teams of up to 1-4 members, and bring a project idea to life! However, they only have 36 hours to accomplish this. Students will receive
mentorship, learn about new job opportunities, and get some cool swag!
</div>
</div>
</div>
<div class="col-md-6">
<p style="text-align: center;">
<a class="btn btn-outline-primary" data-toggle="collapse" href="#faq2" role="button" aria-expanded="false" aria-controls="collapseExample" style="display:inline-block; width: 80%; margin-top: 20px; padding-top: 10px; padding-bottom: 10px;">
Who Can Participate?
</a>
</p>
<div class="collapse" id="faq2">
<div class="card card-body">
WinHacks applications are open to students from across the world. Whether you are a freshman or completing your PhD, we want you to apply! We will also be accepting high school students! Each application is reviewed from the WinHacks organizing team,
and decisions will be sent out on a rolling basis.
</div>
</div>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-6">
<p style="text-align: center;">
<a class="btn btn-outline-primary" data-toggle="collapse" href="#faq3" role="button" aria-expanded="false" aria-controls="collapseExample" style="display:inline-block; width: 80%; margin-top: 20px; padding-top: 10px; padding-bottom: 10px;">
What if I've Never Been to a Hackathon Before?
</a>
</p>
<div class="collapse" id="faq3">
<div class="card card-body">
There's always a first time for everything, right? We highly encourage individuals with various levels of experience to apply to WinHacks. WinHacks is a hackathon where individuals from various disciplines, majors, and backgrounds are encouraged to come
out and participate.
</div>
</div>
</div>
<div class="col-md-6">
<p style="text-align: center;">
<a class="btn btn-outline-primary" data-toggle="collapse" href="#faq4" role="button" aria-expanded="false" aria-controls="collapseExample" style="display:inline-block; width: 80%; margin-top: 20px; padding-top: 10px; padding-bottom: 10px;">
Can I Start Working on my Hack Before the Event?
</a>
</p>
<div class="collapse" id="faq4">
<div class="card card-body">
We follow the Major League Hacking guidelines, which prohibits students from bringing and continuing a project that they have already worked on. Your final project should be new and only built during the weekend of WinHacks.
</div>
</div>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-3"></div>
<div class="col-md-6">
<p style="text-align: center;">
<a class="btn btn-outline-primary" data-toggle="collapse" href="#faq5" role="button" aria-expanded="false" aria-controls="collapseExample" style="display:inline-block; width: 80%; margin-top: 20px; padding-top: 10px; padding-bottom: 10px;">
When is The Deadline To Apply?
</a>
</p>
<div class="collapse" id="faq5">
<div class="card card-body">
Applications will be accepted on a rolling basis according to the following schedule:<br>
<ul>
<li>RSVP Deadline: March 15th, 2020!</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Prizes Section-->
<section class="ftco-section-parallax ftco-section ftco-no-pt">
<div class="parallax-img d-flex align-items-center">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-10 col-lg-7 text-center heading-section ftco-animate">
<h2>Prizes</h2>
<div id="prize-image"></div>
<h5>Compete to have a chance of winning one of our amazing prizes!</h5>
<ul style="list-style: none; margin-top: none !important; padding-left: 0">
<li>Over <b style="color: #1162fb ">$3000 in cash prizes</b> for the best entrepreneurial and mobility hacks</li>
<li>Access to <b style="color: #1162fb ">thousands of dollars</b> in entrepreneurial resources and funding</li>
<li><b style="color: #1162fb ">Tech prizes</b> for sponsored challenges</li>
<li>Swag giveaways</li>
<li>Tech prize raffles</li>
<li>& more!</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--Apply section-->
<section class="ftco-section-parallax ftco-section ftco-no-pt ">
<div class="parallax-img d-flex align-items-center ">
<div class="container ">
<div class="row d-flex justify-content-center ">
<div class="col-md-10 col-lg-7 text-center heading-section ftco-animate ">
<h2>Apply Today</h2>
<p>Applications will be evaluated partially on <b style="color: #1162fb ">completeness</b>, so ensure all fields are met!
</p>
<p>Your ticket to an amazing hackathon with informative workshops, fun competitions, and awesome prizes is just a click away!</p>
<div class="row d-flex justify-content-center mt-4 mb-4 ">
<div class="col-md-8 ">
<p><a href="https://winhacks.typeform.com/to/FjxLkl" class="btn btn-outline-primary ">Apply now</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer ftco-bg-dark ftco-section ">
<div class="container ">
<div class="row mb-5 ">
<div class="col-md ">
<div class="ftco-footer-widget mb-4 ">
<h2 class="ftco-heading-2 ">WinHacks</h2>
<p>Apply today for a chance to be a part of Windsor's first major hackathon, and an experience to remember!</p>
<ul class="ftco-footer-social list-unstyled float-md-left float-lft mt-5 ">
<li class="ftco-animate "><a href="https://twitter.com/WinHacksCA "><span
class="icon-twitter "></span></a></li>
<li class="ftco-animate "><a href="http://facebook.com/WinHacksCA "><span
class="icon-facebook "></span></a></li>
<li class="ftco-animate "><a href="https://www.linkedin.com/company/winhacks "><span
class="icon-linkedin "></span></a></li>
<li class="ftco-animate "><a href="https://instagram.com/winhacksca "><span
class="icon-instagram "></span></a></li>
</ul>
</div>
</div>
<div class="col-md ">
<div class="ftco-footer-widget mb-4 ml-md-5 ">
<h2 class="ftco-heading-2 ">Useful Links</h2>
<ul class="list-unstyled ">
<li><a href="#About " class="py-2 d-block ">About</a></li>
<li><a href="#Sponsors " class="py-2 d-block ">Sponsors</a></li>
<li><a href="http://bit.ly/winhacks2020 " class="py-2 d-block ">Apply</a></li>
<li><a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf " class="py-2 d-block ">MLH
Code of Conduct</a></li>
</ul>
</div>
</div>
<div class="col-md ">
<div class="ftco-footer-widget mb-4 ">
<h2 class="ftco-heading-2 ">Have Questions?</h2>
<div class="block-23 mb-3 ">
<ul>
<li><a href="https://goo.gl/maps/cZ1tB2tbwFrPEREMA "><span
class="icon icon-map-marker "></span><span class="text ">401 Sunset Ave,
Windsor, Ontario, CAN</span></a></li>
<li><a href="tel:5199906977 "><span class="icon icon-phone "></span><span class="text ">+1
(519) 990-6977 </span></a></li>
<li><a href="mailto:support@winhacks.ca "><span class="icon icon-envelope "></span><span
class="text ">support@winhacks.ca</span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row ">
<div class="col-md-12 text-center ">
<p>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©
<script>
document.write(new Date().getFullYear());
</script> All rights reserved | This template is made with <i class="icon-heart color-danger " aria-hidden="true "></i> by <a href="https://colorlib.com " target="_blank ">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
</div>
</div>
</div>
</footer>
<!-- loader -->
<!-- <div id="ftco-loader " class="show fullscreen "><svg class="circular " width="48px " height="48px ">
<circle class="path-bg " cx="24 " cy="24 " r="22 " fill="none " stroke-width="4 " stroke="#eeeeee " />
<circle class="path " cx="24 " cy="24 " r="22 " fill="none " stroke-width="4 " stroke-miterlimit="10 "
stroke="#F96D00 " /></svg></div> -->
<script src="js/jquery.min.js "></script>
<script src="js/jquery-migrate-3.0.1.min.js "></script>
<script src="js/popper.min.js "></script>
<script src="js/bootstrap.min.js "></script>
<script src="js/jquery.easing.1.3.js "></script>
<script src="js/jquery.waypoints.min.js "></script>
<script src="js/jquery.stellar.min.js "></script>
<script src="js/owl.carousel.min.js "></script>
<script src="js/jquery.magnific-popup.min.js "></script>
<script src="js/aos.js "></script>
<script src="js/jquery.animateNumber.min.js "></script>
<script src="js/scrollax.min.js "></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false "></script>
<script src="js/google-map.js "></script>
<script src="js/main.js "></script>
</body>
</html>