This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
840 lines (807 loc) · 43 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
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta property="og:title" content="YRHacks">
<meta property="og:description" content="YRHacks is YRDSB's first high school hackathon, to be held virtually this April.">
<meta property="og:image" content="https://raw.githubusercontent.com/aoruize/HillHacks/master/img/banner/banner_1.png">
<title>YRHacks</title>
<meta name="description" content="YRHacks is YRDSB's first high school hackathon, to be held virtually this April.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- <link rel="manifest" href="site.webmanifest"> -->
<link rel="shortcut icon" type="image/png" href="img/icon.png">
<!-- Place favicon.ico in the root directory -->
<!-- CSS here -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/themify-icons.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/slicknav.css">
<link rel="stylesheet" href="css/style.css">
<script src="https://d3js.org/d3.v4.min.js"></script>
<!-- <script src="https://d3js.org/d3-delaunay.v5.js"></script> -->
<!-- <link rel="stylesheet" href="css/responsive.css"> -->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- header-start -->
<!-- <canvas id="voronoi"></canvas>-->
<header>
<div class="header-area ">
<div id="sticky-header" class="main-header-area ">
<div class="container-fluid p-0">
<div class="row align-items-center justify-content-between no-gutters">
<div class="col-xl-2 col-lg-2">
<div class="logo-img">
<a href="index.html">
<img src="img/logo.png" style="width:8em; float:left;" alt="the YRHacks logo">
</a>
</div>
</div>
<div class="col-xl-8 col-lg-8">
<div class="main-menu d-none d-lg-block">
<nav>
<ul id="navigation">
<li><a href="#about" class="smooth_scroll">About</a></li>
<!--li><a href="#speakers" class="smooth_scroll">Speakers</a></li-->
<li><a href="#register" class="smooth_scroll">Registration</a></li>
<li><a href="#faq" class="smooth_scroll">FAQ</a></li>
<li><a href="#partners" class="smooth_scroll">Partners</a></li>
<li><a href="#contact" class="smooth_scroll">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- <div class="col-xl-2 col-lg-2 d-none d-lg-block">-->
<!-- <div class="buy_ticket">-->
<!-- <a href="#" target="_blank" class="boxed-btn-white">Registration</a>-->
<!-- </div>-->
<!-- </div>-->
<div class="col-12">
<div class="mobile_menu d-block d-lg-none"></div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- header-end -->
<!-- slider_area_start -->
<div class="slider_area slider_bg_1">
<div class="slider_text">
<div class="container">
<div class="position_relv">
<h1 class="opcity_text d-none d-lg-block">HACKATHON</h1>
<div class="row">
<div class="col-xl-9">
<div class="title_text">
<h3>YR <br>
Hacks</h3>
<!-- <a href="https://forms.gle/m98eDM5cfmBTM6jK6" target="_blank" class="boxed-btn-white">Register Now!</a>-->
<a class="boxed-btn-white">Registration Coming Soon!</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="countDOwn_area">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-4 col-md-6 col-lg-4">
<div class="single_date">
<i class="ti-location-pin"></i>
<span>Virtual through Discord</span>
</div>
</div>
<div class="col-xl-3 col-md-6 col-lg-3">
<div class="single_date">
<i class="ti-alarm-clock"></i>
<span>April 2021</span>
</div>
</div>
<!-- Countdown clock
<div class="col-xl-5 col-md-12 col-lg-5">
<span id="clock"></span>
</div>-->
</div>
</div>
</div>
</div>
<!-- slider_area_end -->
<!-- about_area_start -->
<div class="about_area" id="about">
<div class="shape-1 d-none d-xl-block">
<img class="lazyload" data-src="img/about/shape1.png" alt="">
</div>
<div class="shape-2 d-none d-xl-block">
<img class="lazyload" data-src="img/about/shape2.png" alt="">
</div>
<div class="container">
<div class="row align-items-center">
<div class="col-xl-6 col-md-6">
<div class="about_thumb">
<img class="lazyload" data-src="img/about/about.png" alt="">
</div>
</div>
<div class="col-xl-5 offset-xl-1 col-md-6">
<div class="about_info">
<div class="section_title">
<span class="sub_heading">Introducing</span>
<h3>YRHacks!</h3>
</div>
<p>YRHacks is the very first York Region District School Board virtual hackathon.
<br>
<br>This year's hackathon will take place entirely online due to COVID-19.
<br>
<br>We hope to see you this April!</p>
<!--a href="#speakers" class="boxed-btn smooth_scroll">Our Speakers</!--a-->
</div>
</div>
</div>
</div>
</div>
<!-- about_area_end -->
<!-- speakers_start --
<div class="speakers_area" id="speakers">
<h1 class="horizontal_text d-none d-lg-block">
Speakers
</h1>
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="serction_title_large mb-95">
<h3>
Speakers
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-5 col-md-6">
<div class="single_speaker">
<div class="speaker_thumb">
<img src="img/speakers/1.png" alt="">
<div class="hover_overlay">
<div class="social_icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="speaker_name text-center">
<h3>Speaker Boi</h3>
<p>Fun Boi</p>
</div>
</div>
<div class="single_speaker">
<div class="speaker_thumb">
<img src="img/speakers/3.png" alt="">
<div class="hover_overlay">
<div class="social_icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="speaker_name text-center">
<h3>Speaker Boi</h3>
<p>Fun Boi</p>
</div>
</div>
</div>
<div class="col-xl-5 offset-xl-2 col-md-6">
<div class="single_speaker">
<div class="speaker_thumb">
<img src="img/speakers/2.png" alt="">
<div class="hover_overlay">
<div class="social_icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="speaker_name text-center">
<h3>Speaker Boi</h3>
<p>Fun Boi</p>
</div>
</div>
<div class="single_speaker">
<div class="speaker_thumb">
<img src="img/speakers/1.png" alt="">
<div class="hover_overlay">
<div class="social_icon">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
<div class="speaker_name text-center">
<h3>Speaker Boi</h3>
<p>Fun Boi</p>
</div>
</div>
</div>
</div>
</div>
</div-->
<!-- speakers_end-->
<!-- event_area_start --
<div class="event_area" id="schedule">
<h1 class="vr_text d-none d-lg-block">Event Schedule</h1>
<div class="container">
<div class="double_line">
<div class="row">
<div class="col-xl-3 col-lg-3">
<div class="date">
<h3>03 Apr 2020</h3>
</div>
</div>
<div class="col-xl-9 col-lg-9">
<div class="single_speaker">
<img src="img/speakers/seaker1.png" alt="">
<div class="speaker-name">
<div class="heading d-flex justify-content-between align-items-center">
<span>Jonson Miller</span>
<div class="time">
10-11 am
</div>
</div>
<p>Our set he for firmament morning sixth subdue darkness creeping gathered divide our
let
god moving.
Moving in fourth air night bring upon you’re it beast let you dominion </p>
</div>
</div>
<div class="single_speaker">
<img src="img/speakers/seaker2.png" alt="">
<div class="speaker-name">
<div class="heading d-flex justify-content-between align-items-center">
<span>Albert Jackey</span>
<div class="time">
12-1.00 pm
</div>
</div>
<p>Our set he for firmament morning sixth subdue darkness creeping gathered divide our
let
god moving.
Moving in fourth air night bring upon you’re it beast let you dominion </p>
</div>
</div>
<div class="single_speaker">
<img src="img/speakers/seaker3.png" alt="">
<div class="speaker-name">
<div class="heading d-flex justify-content-between align-items-center">
<span>Alvi Nourin</span>
<div class="time">
2.30-4.00 pm
</div>
</div>
<p>Our set he for firmament morning sixth subdue darkness creeping gathered divide our
let
god moving.
Moving in fourth air night bring upon you’re it beast let you dominion </p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-3">
<div class="date">
<h3>04 Apr 2020</h3>
</div>
</div>
<div class="col-xl-9 col-lg-9">
<div class="single_speaker">
<img src="img/speakers/seaker4.png" alt="">
<div class="speaker-name">
<div class="heading d-flex justify-content-between align-items-center">
<span>Marked Macau</span>
<div class="time">
10-11 am
</div>
</div>
<p>Our set he for firmament morning sixth subdue darkness creeping gathered divide our let
god moving.
Moving in fourth air night bring upon you’re it beast let you dominion </p>
</div>
</div>
<div class="single_speaker">
<img src="img/speakers/seaker5.png" alt="">
<div class="speaker-name">
<div class="heading d-flex justify-content-between align-items-center">
<span>Jonson Miller</span>
<div class="time">
12-1.00 pm
</div>
</div>
<p>Our set he for firmament morning sixth subdue darkness creeping gathered divide our let
god moving.
Moving in fourth air night bring upon you’re it beast let you dominion </p>
</div>
</div>
<div class="single_speaker">
<img src="img/speakers/seaker6.png" alt="">
<div class="speaker-name">
<div class="heading d-flex justify-content-between align-items-center">
<span>Jonson Miller</span>
<div class="time">
2.30-4.00 pm
</div>
</div>
<p>Our set he for firmament morning sixth subdue darkness creeping gathered divide our let
god moving.
Moving in fourth air night bring upon you’re it beast let you dominion </p>
</div>
</div>
</div>
</div>
</div>
</div-->
<!-- event_area_end -->
<!-- resister_book_start -->
<!-- <div class="resister_book resister_bg_1" id="register"> -->
<!-- <div class="container">-->
<!-- <div class="row">-->
<!-- <div class="col-xl-12">-->
<!-- <div class="resister_text text-center">-->
<!-- <h3>Teachers, please register on behalf of your students below.</h3>-->
<!-- <a href="https://forms.gle/m98eDM5cfmBTM6jK6" target="_blank" class="boxed-btn-white">Register Now!</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<div class="resister_book resister_bg_1" id="register">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="resister_text text-center">
<h3>Registration is not yet available.</h3>
<h4 style="color: white">Stay tuned!</h5>
<!-- <a href="https://forms.gle/m98eDM5cfmBTM6jK6" target="_blank" class="boxed-btn-white">Register Now!</a>-->
</div>
</div>
</div>
</div>
</div>
<!-- resister_book_end -->
<!-- faq_area_Start -->
<div class="faq_area" id="faq">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="serction_title_large mb-95">
<h3>
Frequently Asked
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-12">
<div id="accordion">
<div class="card">
<div class="card-header" id="headingTwo">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<img class="lazyload" data-src="img/brand/info.png" alt="picture of students at a hackathon"> What is a virtual hackathon?
</button>
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion"
style="">
<div class="card-body">
A hackathon is a timed, often 24 hour, event in which teams of student hackers develop a technological solution to a problem.
Problems can be themed (provided by a hackathon partner), or selected by the student team themselves.
<br><br>During the event, student hackers will have access to a workshops, team building activities, free food, swag, and resources for hacking.
At the end of the event each team will pitch their project to an industry representative and be evaluated.
<br><br>Top teams will win incredible prizes!
<br><br>A virtual hackathon is the same thing, except it is hosted entirely virtually! That means that all events and
workshops will be hosted online, for the safety of the students and leaders.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingOne">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseOne"
aria-expanded="false" aria-controls="collapseOne">
<img class="lazyload" data-src="img/brand/info.png" alt="">Who can participate in YRHacks?
</button>
</h5>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne"
data-parent="#accordion" style="">
<div class="card-body">
YRHacks will be open to all YRDSB high school students!
Registration details will be released in the near future.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingZero">
<h5 class="mb-0">
<button class="btn btn-link" data-toggle="collapse" data-target="#collapseZero"
aria-expanded="false" aria-controls="collapseZero">
<img class="lazyload" data-src="img/brand/info.png" alt="">How do I register?
</button>
</h5>
</div>
<div id="collapseZero" class="collapse" aria-labelledby="headingZero"
data-parent="#accordion" style="">
<div class="card-body">
Since YRHacks will be a YRDSB only event, we will only be accepting YRDSB students with valid student numbers.
<br><br>Registration details will be released in the near future.
<br><br>It is likely that students will need to sign a permission form to use Discord for this event.
</div>
</div>
</div>
<!-- <div class="card">
<div class="card-header" id="headingThree">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
<img class="lazyload" data-src="img/brand/info.png" alt="">Is my school registered?
</button>
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#accordion" style="">
<div class="card-body">
Please check with your school's computer science department first, if possible.
In the case that they aren't aware of YRHacks, notify your computer science teacher of the event.
If other students at your school would like to come, ask your computer science teachers to register through our website.
If you cannot get a teacher to register at your school, please contact us at the Contact form down below.
</div>
</div>
</div> -->
<div class="card">
<div class="card-header" id="headingFour">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapseFour" aria-expanded="false"
aria-controls="collapseFour">
<img class="lazyload" data-src="img/brand/info.png" alt="">When is the registration deadline?
</button>
</h5>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour"
data-parent="#accordion" style="">
<div class="card-body">
<b>Date:</b> TBA.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading_4">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapse_4" aria-expanded="false" aria-controls="collapse_4">
<img class="lazyload" data-src="img/brand/info.png" alt=""> How much experience is required?
</button>
</h5>
</div>
<div id="collapse_4" class="collapse" aria-labelledby="heading_4" data-parent="#accordion"
style="">
<div class="card-body">
No experience is required. First time coders and hackers are more than welcome, and this is a great opportunity to
expand your arsenal and get inspired!
<br><br>
If you want to aim for a prize, teams would ideally consist of students who have previous knowledge in computer
programming.
As project planning and pitching is important in hackathons, it may be beneficial to have a business student on the team.
<br><br>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading_5">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapse_5" aria-expanded="false" aria-controls="collapse_5">
<img class="lazyload" data-src="img/brand/info.png" alt=""> What equipment should I own?
</button>
</h5>
</div>
<div id="collapse_5" class="collapse" aria-labelledby="heading_5" data-parent="#accordion"
style="">
<div class="card-body">
All the equipment you need is a computer or laptop, and an internet connection!
You will need the IDE, game engine, compilers, etc. of your choice.
Also make sure you are able to use ZOOM and Discord, which will be the two main platforms used during this hackathon.
</div> <!-- make sure to change google meet if we change conferencing software -->
</div>
</div>
<div class="card">
<div class="card-header" id="heading_6">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapse_6" aria-expanded="false" aria-controls="collapse_6">
<img class="lazyload" data-src="img/brand/info.png" alt=""> How much does this event cost?
</button>
</h5>
</div>
<div id="collapse_6" class="collapse" aria-labelledby="heading_6" data-parent="#accordion"
style="">
<div class="card-body">
The cost of this event is free! Funding is provided by the SHSM program and YRDSB. Some prizes were sponsored from our generous partners!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading_7">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapse_7" aria-expanded="false" aria-controls="collapse_7">
<img class="lazyload" data-src="img/brand/info.png" alt=""> When and where will the event take place?
</button>
</h5>
</div>
<div id="collapse_7" class="collapse" aria-labelledby="heading_7" data-parent="#accordion"
style="">
<div class="card-body">
Mid-late April 2021!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading_8">
<h5 class="mb-0">
<button class="btn btn-link collapsed" data-toggle="collapse"
data-target="#collapse_8" aria-expanded="false" aria-controls="collapse_8">
<img class="lazyload" data-src="img/brand/info.png" alt="">Will food be provided?
</button>
</h5>
</div>
<div id="collapse_8" class="collapse" aria-labelledby="heading_8" data-parent="#accordion"
style="">
<div class="card-body">
Sadly, due to the nature of a virtual hackathon, we will not be providing any food to our participants.
However, we will still be providing lots of prizes that you can look forward to!
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- faq_area_end -->
<!-- brand_area_start -->
<!-- <div class="brand_area" id="partners">-->
<!-- <div class="container">-->
<!-- <div class="row">-->
<!-- <div class="col-xl-12">-->
<!-- <div class="serction_title_large mb-95">-->
<!-- <h3>-->
<!-- Our Partners-->
<!-- </h3>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="row">-->
<!-- <div class="col-xl-12">-->
<!-- <div class="brand_active owl-carousel">-->
<!-- <div class="single_brand text-center">-->
<!-- <a href="http://www.yrdsb.ca/Pages/default.aspx" target="_blank">-->
<!-- <div class="sponsor-box">-->
<!-- York Region District School Board (YRDSB)-->
<!-- </div>-->
<!-- </a>-->
<!-- </div>-->
<!-- <div class="single_brand text-center">-->
<!-- <a href="https://ontario.ca/shsm" target="_blank">-->
<!-- <div class="sponsor-box">-->
<!-- Ontario Specialist High School Major (SHSM)-->
<!-- </div>-->
<!-- </a>-->
<!-- </div>-->
<!-- </div> -->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<div class="brand_area" id="partners">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="serction_title_large mb-95">
<h3>
Our Partners
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-12">
<div class="brand_active owl-carousel">
<div class="single_brand text-center">
<a href="http://www.yrdsb.ca/Pages/default.aspx" target="_blank">
<img class="lazyload" data-src="img/brand/1.png" style="height: 70px" alt="">
</a>
</div>
<div class="single_brand text-center">
<a href="https://ontario.ca/shsm" target="_blank">
<img class="lazyload" data-src="img/brand/2.png" style="height: 70px" alt="">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="brand_area" id="partners">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="serction_title_large mb-95">
<h3>
Our Partners
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-6">
<ul>
<li><a href="http://www.yrdsb.ca/Pages/default.aspx">York Region District School Board</a></li>
<li><a href="https://ontario.ca/shsm">Specialist High School Major</a></li>
</ul>
</div>
</div>
</div>
</div> -->
<!-- brand_area_end -->
<!-- ================ contact section start ================= -->
<section class="contact-section" id="contact">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="serction_title_large mb-95">
<h3>
Contact Us
</h3>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<h2 class="contact-title">Get in Touch</h2>
</div>
<div class="col-lg-8">
<form data-netlify="true" class="form-contact contact_form" action="success" method="post" id="contactForm">
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<input required class="form-control valid" name="name" id="name" type="text" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter your name'" placeholder="Full Name">
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<input required class="form-control valid" name="email" id="email" type="email" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter email address'" placeholder="Email">
</div>
</div>
<div class="col-12">
<div class="form-group">
<textarea required class="form-control w-100" name="message" id="message" cols="30" rows="9" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Message'" placeholder="Message"></textarea>
</div>
</div>
</div>
<div class="form-group mt-3">
<button type="submit" class="button button-contactForm boxed-btn">Send</button>
</div>
</form>
</div>
<div class="col-lg-3 offset-lg-1">
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-instagram"></i></span>
<div class="media-body">
<h3><a href="https://www.instagram.com/yrhacks/" target="_blank">@yrhacks</a></h3>
<p>Follow us to stay updated!</p>
</div>
</div>
<div class="media contact-info">
<span class="contact-info__icon"><i class="ti-email"></i></span>
<div class="media-body">
<h3><a href="">Email coming soon</a></h3>
<p>Send us your query anytime!</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ================ contact section end ================= -->
<!-- footer_start -->
<footer class="footer footer_bg_1">
<div class="footer_top">
<div class="container">
<div class="row">
<!-- <div class="col-xl-5 col-md-4 col-lg-4">
<div class="footer_widget">
<h3 class="footer_title">
<b>Venue</b>
</h3>
<p>
Richmond Hill High School <br>
201 Yorkland St, Richmond Hill ON<br>
<a href = "mailto: [email protected]" style="color: white;">[email protected]</a>
</p>
</div>
</div> -->
<!-- <div class="col-xl-5 col-md-4 col-lg-4">
<div class="footer_widget">
<h3 class="footer_title">
<b>Follow Us</b>
</h3>
<ul>
<li><a target="_blank" href="https://www.facebook.com/Hill-Hacks-101407284764250/">Facebook</a></li>
<li><a target="_blank" href="https://www.instagram.com/hillhacks/">Instagram</a></li>
</ul>
</div>
</div> -->
</div>
</div>
</div>
<div class="copy-right_text">
<div class="container">
<div class="footer_border"></div>
<div class="row">
<div class="col-xl-12">
<p class="copy_right text-center">
<!-- 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 | Supported 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>
</div>
</footer>
<!-- footer_end -->
<!-- JS here -->
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/ajax-form.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/scrollIt.js"></script>
<script src="js/jquery.scrollUp.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/nice-select.min.js"></script>
<script src="js/jquery.slicknav.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/plugins.js"></script>
<!--contact js-->
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
<script src="js/custom.js"></script>
<script src="js/lazysizes.min.js"></script>
<script src="js/voronoi-background.js"></script>
</body>
</html>