-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
784 lines (703 loc) · 31.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>EduHack</title>
<meta name="description" content="">
<meta name="author" content="">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Poppins:400,500,600' rel='stylesheet' type='text/css'>
<!-- fontawesome cd link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css"
integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.theme.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/9_Sponsors.css">
<link rel="shortcut icon" type="image/png" href="images/eduhub_logo.png">
</head>
<body data-spy="scroll" data-offset="50" data-target=".navbar-collapse">
<div class="preloader">
<!-- <div class="rotating-plane"></div> -->
<div class="bg">
<div class="loader"></div>
</div>
</div>
<div class="navbar navbar-fixed-top custom-navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand scroll-to"><img src="images/eduhub_logo.png" width="100"
height="50" alt=""></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#overview">Overview</a></li>
<li><a href="#program">Schedule</a></li>
<li><a href="#detail">Tracks</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#detail gallary">Gallary</a></li>
<li><a href="#speakers">Judges</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</div>
</div>
</div>
<section id="home" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<h1 class="wow fadeInUp" data-wow-delay="1.6s">EduHack</h1>
<h3 class="wow bounceIn" data-wow-delay="0.9s">Welcome to the Eduhack!</h3>
<h3 class="wow bounceIn" data-wow-delay="0.9s">We are excited to have you here with us for this
intense and exciting event.</h3>
<div
id="devfolio_apply"
class="apply-button banner-btn"
data-hackathon-slug="eduhub-winter-camp"
data-button-theme="light"
style="height: 44px; width: 312px">
</div>
<!-- <a class="btn btn-lg btn-danger smoothScroll wow fadeInUp apply-button" id="devfolio-apply-now"
style="text-transform: none;" data-hackathon-slug="winter-camp1.0" data-wow-delay="2.3s">Apply with
Devfolio</a> -->
<!-- <a href="#overview" class="btn btn-lg btn-default smoothScroll wow fadeInUp hidden-xs"
data-wow-delay="2.3s" style="color: #476392;">LEARN MORE</a> -->
</div>
</div>
</div>
</section>
<section id="overview" class="parallax-section">
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-6 col-sm-6" data-wow-delay="0.6s">
<h3>What is EduHack?</h3>
<p> EduHack is a hackathon organized by the EduHub Community. For the next 21 days, you will have
the opportunity to work with a team of talented individuals
to conceptualize, design, and develop a new product or service. You'll have access to a range of
resources and support from our sponsors and mentors, and you'll have the chance to pitch your
idea to a panel of judges at the end of the hackathon.<br><br>
But the hackathon is about more than just building something new. It's about pushing yourself
out of your comfort zone, collaborating with others, and learning new skills. It's about taking
risks and trying new things, even if they don't work out.<br><br>
So let's get started! We can't wait to see what you come up with.
Remember to stay focused, work hard, and have fun. <br>
Good luck, and happy hacking!</p>
</div>
<div class="wow fadeInUp col-md-6 col-sm-6" data-wow-delay="0.9s">
<img src="./images/idea-2.svg" class="img-responsive" alt="Overview">
</div>
</div>
</div>
</section>
<section id="program" class="parallax-section">
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-12 col-sm-12" data-wow-delay="0.6s">
<div class="section-title">
<h2>Schedule</h2>
<p>This event's schedule includes beginning and ending times.</p>
</div>
</div>
<h5 style="color: #777; margin-left: 2%;">Comming Soon</h5>
<!-- <div class="wow fadeInUp col-md-10 col-sm-10" data-wow-delay="0.9s">
<ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#main" aria-controls="main" role="tab" data-toggle="tab">TRACKS</a>
</li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="main">
<div class="col-md-2 col-sm-2">
<img src="images/track-01.webp" class="img-responsive" alt="program">
</div>
<div class="col-md-10 col-sm-10">
<h3>Doors Open / Check-in</h3>
<p>Students will be allowed to enter the venue from 08:00 AM to 08:30 AM. During this
time, we will be checking high school IDs and collecting an admission fee of $3.</p>
</div>
<div class="program-divider col-md-12 col-sm-12"></div>
<div class="col-md-2 col-sm-2">
<img src="images/track-02.webp" class="img-responsive" alt="program">
</div>
<div class="col-md-10 col-sm-10">
<h3>Opening Ceremony / Keynote Speech</h3>
<p>During the Opening Ceremony, we will introduce the event to students, along with
information regarding hacking, food, and awards. A keynote speech will be delivered,
as well, by Jody Jankovsky. Jody Jankovsky is a Managing Member at Black Line
Consulting.</p>
</div>
<div class="program-divider col-md-12 col-sm-12"></div>
<div class="col-md-2 col-sm-2">
<img src="images/track-03.webp" class="img-responsive" alt="program">
</div>
<div class="col-md-10 col-sm-10">
<h3>Hacking Begins</h3>
<p>Students will be allowed to begin creating their projects.</p>
</div>
<div class="program-divider col-md-12 col-sm-12"></div>
<div class="col-md-2 col-sm-2">
<img src="images/track-04.webp" class="img-responsive" alt="program">
</div>
<div class="col-md-10 col-sm-10">
<h3>Lunch Session A / Demo</h3>
<p>At this time, free pizza, along with snacks and drinks, will be served for students.
There will also be a cool demo for attendees to see!</p>
</div>
<div class="program-divider col-md-12 col-sm-12"></div>
<div class="col-md-2 col-sm-2">
<img src="images/track-05.webp" class="img-responsive" alt="program">
</div>
<div class="col-md-10 col-sm-10">
<h3>Lunch Session B / Demo</h3>
<p>At this time, free pizza, along with snacks and drinks, will be served for students.
There will also be a cool demo for attendees to see!</p>
</div>
<div class="program-divider col-md-12 col-sm-12"></div>
<div class="col-md-2 col-sm-2">
<img src="images/healthCare.webp" class="img-responsive" alt="program">
</div>
<div class="col-md-10 col-sm-10">
<h3>Hacking Concludes / Presentations Begins</h3>
<p>Students will now have to stop hacking and become ready for presentations, where
their work will be judged by professionals and seen by their peers.</p>
</div>
<div class="program-divider col-md-12 col-sm-12"></div>
<div class="col-md-2 col-sm-2">
<img src="images/program-img6.png" class="img-responsive" alt="program">
</div> -->
<!-- <div class="col-md-10 col-sm-10">
<h6>
<span><i class="fa fa-clock-o"></i> 05:00 PM</span>
</h6>
<h3>Awards</h3>
<p>Awards will be given to those who have exceeded expectations and this event will be concluded. Before they leave, students will receive swag from numerous companies and organizations. Students should plan to be picked up at 5:30 PM</p>
</div> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
</section>
<section id="detail" class="parallax-section">
<div class="container">
<div class="row">
<div class="wow bounceIn col-md-12 col-sm-12">
<div class="section-title">
<h2 style="color: white;">TRACKS</h2>
<!-- <p style="color: grey;">These are sources for those who are new to app development, website design, and computer programming.</p> -->
</div>
</div>
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<img src="images/healthCare.webp" class="img-responsive"
style="padding-left: 15%; padding-top: 10%;" alt="program">
<h3 style="font-weight: 100;">Healthcare</h3>
<!-- <p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p> -->
</div>
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<img src="images/blockchain2.png" class="img-responsive" style="padding-left: 0%;
padding-top: 23%;" alt="program">
<h3 style="font-weight: 100;">Blockchain</h3>
<!-- <p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p> -->
</div>
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<img src="images/spon.png" class="img-responsive" style=" padding-left: 0%;
padding-top: 24%;" ; alt="program">
<h3 style="font-weight: 100;">Sponsor track</h3>
<!-- <p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p> -->
</div>
</div>
<div class="row">
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<img src="images/fintech2.png" id="finTrack" class="img-responsive"
alt="program">
<h3 style="font-weight: 100;">Fintech</h3>
<!-- <p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p> -->
</div>
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<img src="images/track-04.webp" class="img-responsive" style="padding-left: 15%; padding-top: 10%;"
; alt="program">
<h3 style="font-weight: 100;">Open innovation</h3>
<!-- <p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p> -->
</div>
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<img src="images/community_track2.png" id="commuTrack" class="img-responsive" alt="program">
<h3 style="font-weight: 100;">Community Track</h3>
<!-- <p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p> -->
</div>
</div>
</div>
</section>
<section id="sponsors" class="parallax-section">
<div class="container">
<!-- <div class="row"> -->
<div class="wow bounceIn col-md-12 col-sm-12">
<div class="section-title">
<h2>Our Sponsors</h2>
<p>These companies have contributed their time and support for our event.</p>
</div>
</div>
<!-- </div> -->
<!-- <div class="row"> -->
<div class="section-title" id="title-sponsor">
<h2 style="font-size: 25px; margin-bottom: -3%; color: #777;">Title Sponsor</h2>
</div>
<div class="cp_logo_div">
<img class="sponsor_logo" src="./images/sp1.png">
<img class="sponsor_logo" src="./images/sp2.png" style="width: 17%;">
</div>
<!-- </div> -->
<!-- <div class="row"> -->
<div class="wow bounceIn col-md-12 col-sm-12" id="platinum-sponser">
<div class="section-title">
<h2 style="font-size: 25px; color: #777;">Platinum Sponsor</h2>
</div>
<div class="cp_logo_div">
<img class="sponsor_logo" src="./images/solana.png">
<img class="sponsor_logo" src="./images/sp3.png">
<img class="sponsor_logo" id="replit" src="./images/replit.png">
<img class="sponsor_logo" src="./images/sp4.png">
</div>
</div>
<!-- </div> -->
</div>
</section>
<!-- <section id="venue" class="parallax-section">
<div class="container">
<div class="row">
<div class="wow fadeInLeft col-md-offset-1 col-md-5 col-sm-8" data-wow-delay="0.9s">
<h2>Venue</h2>
<h4 style="color: white;">Black Line Consulting</h4>
<h4 style="color: white;">1751 West Diehl Road, Suite 185</h4>
<h4 style="color: white;">Naperville, IL 60563</h4>
<h4 style="color: white;">Tel: 1 (630) 388-1700 </h4>
</div>
</div>
</div>
</section> -->
<!--
<section id="detail" class="parallax-section">
<div class="container">
<div class="row">
<div class="wow bounceIn col-md-12 col-sm-12">
<div class="section-title">
<h2>External Resources</h2>
<p>These are sources for those who are new to app development, website design, and computer programming.</p>
</div>
</div>
<div class="wow fadeInLeft col-md-4 col-sm-4" data-wow-delay="0.3s">
<i class="fa fa-mobile"></i>
<h3>App Development</h3>
<p>For Android app develpment, a common and useful tool is <a href="https://developer.android.com/studio/" style="color: #1dcaff">Android Studio</a>. A tool that is used for IOS app development is <a href="https://developer.apple.com/xcode/XCode" style="color: #1dcaff">
Xcode</a>, which is usually already installed on Macs.</p>
</div>
<div class="wow fadeInUp col-md-4 col-sm-4" data-wow-delay="0.6s">
<i class="fa fa-laptop"></i>
<h3>Website Design</h3>
<p>In order to create a website, a common and sophisticated text editor is <a href="https://www.sublimetext.com" style="color: #1dcaff">Sublime</a>. Other popular text editors include <a href="https://atom.io" style="color:#1dcaff">
Atom</a> and <a href="https://notepad-plus-plus.org" style="color: #1dcaff">Notepad++</a>.</p>
</div>
<div class="wow fadeInRight col-md-4 col-sm-4" data-wow-delay="0.9s">
<i class="fa fa-desktop"></i>
<h3>Java Programs</h3>
<p>In order to create java programs, a java integrated developement environment is required. Some popular java integrated developement environments include <a href="https://www.jetbrains.com/idea/" style="color: #1dcaff">IntelliJ</a>,
<a href="https://www.bluej.org" style="color: #1dcaff">BlueJ</a>, and <a href="https://www.eclipse.org/downloads/" style="color: #1dcaff">Eclipse</a>.</p>
</div>
</div>
</div>
</section> -->
<section id="speakers" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 wow bounceIn">
<div class="section-title">
<h2>Our Judges</h2>
<p>This is our Judge, along with this event's keynote speaker.</p>
</div>
</div>
<div id="owl-speakers" class="owl-carousel">
<div class="item wow fadeInUp col-md-3 col-sm-3">
<div class="speakers-wrapper">
<img src="images/shiven.jpg" class="img-responsive" alt="speakers">
</div>
<div class="speakers-thumb">
<h3>Shiven Gupta</h3>
<h6>Founder / Director</h6>
</div>
</div>
<div class="item wow fadeInUp col-md-3 col-sm-3">
<div class="speakers-wrapper">
<img src="images/jonah.jpg" class="img-responsive" alt="speakers">
</div>
<div class="speakers-thumb">
<h3>Jonah Liu</h3>
<h6>Event Outreach</h6>
</div>
</div>
<div class="item wow fadeInUp col-md-3 col-sm-3">
<div class="speakers-wrapper">
<img src="images/arnav.jpg" class="img-responsive" alt="speakers">
</div>
<div class="speakers-thumb">
<h3>Arnav Lande</h3>
<h6>Social Media / Design</h6>
</div>
</div>
<div class="item wow fadeInUp col-md-3 col-sm-3">
<div class="speakers-wrapper">
<img src="images/jody.jpg" class="img-responsive" alt="speakers">
</div>
<div class="speakers-thumb">
<h3>Jody Jankovsky</h3>
<h6>Keynote Speaker</h6>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="detail gallary" class="parallax-section" style="
padding-bottom: 10%;">
<div class="container">
<div class="row">
<div class="wow bounceIn col-md-offset-2 col-md-8 col-sm-offset-1 col-sm-10 text-center"
style="padding-top:10%;">
<div class="section-title">
<h2>Gallary</h2>
<!-- <p>This is our Judge, along with this event's keynote speaker.</p> -->
</div>
</div>
</div>
<div class="container-fluid">
<!-- Carousel container -->
<div id="my-pics" class="carousel slide" data-ride="carousel" style="width:70%;margin:auto;">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#my-pics" data-slide-to="0" class="active"></li>
<li data-target="#my-pics" data-slide-to="1"></li>
<li data-target="#my-pics" data-slide-to="2"></li>
</ol>
<!-- Content -->
<div class="carousel-inner" role="listbox">
<!-- Slide 1 -->
<div class="item active">
<img src="./images/crowd.jfif" alt="Sunset over beach">
</div>
<!-- Slide 2 -->
<div class="item">
<img src="./images/crowd.jfif" alt="Rob Roy Glacier">
</div>
<!-- Slide 3 -->
<div class="item">
<img src="./images/crowd.jfif" alt="Longtail boats at Phi Phi">
</div>
</div>
<!-- Previous/Next controls -->
<a class="left carousel-control" href="#my-pics" role="button" data-slide="prev">
<span class="icon-prev" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#my-pics" role="button" data-slide="next">
<span class="icon-next" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<section id="faq" class="parallax-section">
<div class="container">
<div class="row">
<div class="wow bounceIn col-md-offset-2 col-md-8 col-sm-offset-1 col-sm-10 text-center">
<div class="section-title">
<h2>Frequently Asked Questions</h2>
<p style="color: white;">If you have any questions or concerns, you might find your answers
below!</p>
</div>
</div>
<div class="wow fadeInUp col-md-offset-1 col-md-10 col-sm-offset-1 col-sm-10" data-wow-delay="0.9s">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseOne" aria-expanded="false" aria-controls="collapseOne">
What is a Hackathon?
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in" role="tabpanel"
aria-labelledby="headingOne">
<div class="panel-body">
<p>A hackathon is an event where individuals can learn more about computer science
or programming and enhance their skills by creating unique projects and
attending workshops. At HackTogether, students will be creating projects and
competing with each other in order to win prizes and receive recognition.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Who can attend?
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingTwo">
<div class="panel-body">
<p>For this hackathon, we are accepting all high schoolers. You will be able to
attend and participate in this event if you are a high schooler, regardless of
where you are from. In order to enter, however, you must bring your high school
ID, along with the admission fee of $3.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
How much does it cost?
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingThree">
<div class="panel-body">
<p>In order to participate in HackTogether, an admission fee of $3 is required.
However, you will receive a HackTogether t-shirt, along with food, drinks, and
swag from many companies and organizations!</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFour">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
When and where is the Hackathon?
</a>
</h4>
</div>
<div id="collapseFour" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingFour">
<div class="panel-body">
<p>HackTogether will be held at the offices of Black Line Consulting in Naperville,
Illinois. This event will be from 09:00 AM to 06:30 AM on November 17th, 2018.
</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingFive">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
Should I still come if I don't know how to code?
</a>
</h4>
</div>
<div id="collapseFive" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingFive">
<div class="panel-body">
<p>Anyone who is interested in computer science is welcome to and should definitely
attend this event, regardless of skill level. If you do not know how to code,
you can attend the workshops and use that knowledge to create what you can
alongside your peers. Don't be afraid at all to come and check it out!</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSix">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
What should I bring to the event?
</a>
</h4>
</div>
<div id="collapseSix" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingSix">
<div class="panel-body">
<p>You should bring a laptop, along with chargers for your phone and laptop. If you
are unable to bring a laptop, however, please let us know in advance and we will
make sure that you have access to a computer or laptop at the event! Also, don't
forget to bring your high school ID and the admission fee of $3!</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingSeven">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
What can I win at the event?
</a>
</h4>
</div>
<div id="collapseSeven" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingSeven">
<div class="panel-body">
<p>At this event, you will have a chance to win many prizes! Prizes will be released
shortly.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingEight">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
What can I make?
</a>
</h4>
</div>
<div id="collapseEight" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingEight">
<div class="panel-body">
<p>During this event, you will have the chance to create whatever you want! You can
create apps, websites, or even computer programs that solve the issue at hand.
You must, however, create the program during the hackathon! You will not be
allowed to use an existing project.</p>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingNine">
<h4 class="panel-title">
<a class="collapsed" data-toggle="collapse" data-parent="#accordion"
href="#collapseNine" aria-expanded="false" aria-controls="collapseNine">
Do you have a question that we didn't answer?
</a>
</h4>
</div>
<div id="collapseNine" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingNine">
<div class="panel-body">
<p>If you have any other questions or concerns, please email <a
href="mailto:[email protected]"
style="color: #f2545f">[email protected]</a> and we'll get back to
you as soon as possible!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<!-- <p class="wow fadeInUp" data-wow-delay="0.6s">Website Designed by <i class="fa fa-love"></i><a style="color: #476392;">Shiven Gupta</a> -->
<p style="color: #476392;" class="wow fadeInUp" data-wow-delay="0.6s">© EduHub 2023. All Rights
Reserved. <i class="fa fa-love"></i>
<ul class="social-icon">
<li><a href="mailto:[email protected]" class="fa fa-envelope wow fadeInUp"
style="color: #476392;" data-wow-delay="1.3s"></a></li>
<li><a href="https://twitter.com/communityeduhub" class="fa fa-twitter wow fadeInUp"
style="color: #476392;" data-wow-delay="1.6s"></a></li>
<li><a target="_blank" href="https://www.linkedin.com/company/eduhub-community"><i
class="footicon fa-brands fa-linkedin fa-l wow fadeInUp" data-wow-delay="1.3s"
style="color: #476392; margin-left: 1rem; margin-right: 3rem;"></i></a>
</li>
<li>
<a target="_blank" href="https://www.instagram.com/eduhub_community/"><i
class="fa-brands fa-square-instagram fa-l wow fadeInUp" data-wow-delay="1.3s"
style="color: #476392; margin-right: 3rem;"></i></i></a>
</li>
<li>
<a target="_blank" href="https://www.facebook.com/eduhubcommunity"><i
class="fa-brands fa-facebook fa-l wow fadeInUp" data-wow-delay="1.3s"
style="color: #476392; margin-right: 3rem;"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- <script>
document.addEventListener('DOMContentLoaded', function () {
let devfolioOptions = {
buttonSelector: '#devfolio-apply-now',
key: 'winter-cohort1.0', // put the hackathon key here
}
let script = document.createElement('script');
script.src = "https://apply.devfolio.co";
document.head.append(script);
script.onload = function () {
new Devfolio(devfolioOptions);
}
script.onerror = function () {
document.querySelector(devfolioOptions.buttonSelector).addEventListener('click', function () {
window.location.href = 'https://devfolio.co/external-apply/' + devfolioOptions.key;
});
}
});
</script> -->
<!--
<script>
$(document).ready(function () {
// Add smooth scrolling to all links
$("a").on('click', function (event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 1000, function () {
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script> -->
<!-- carousal -->
<script>
// Initialize tooltip component
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
// Initialize popover component
$(function () {
$('[data-toggle="popover"]').popover()
});
</script>
<script>
$('.sponsor_logo').attr("style", "display: flex !important;");
</script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/custom.js"></script>
<script defer async src="https://apply.devfolio.co/v2/sdk.js"></script>
</body>
</html>