-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
693 lines (595 loc) · 26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href ="style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="shortcut icon" type="image/png" href="./img/favicon.png">
<title>StemWarriorHacks</title>
<!-- Start of Async Drift Code -->
<script>
"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('tncc4ndr58h6');
</script>
<!-- End of Async Drift Code -->
</head>
<body>
<!--header-->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<div class="img"><img src="./img/logo.png"/></div>
<a href="#home"><h1><span>W</span>arrior<span>H</span>acks</h1></a>
</div>
<div class="nav-list">
<div class="hamburger"><div class="bar"></div></div>
<ul>
<li><a href="#home" data-after="Home">Home</a></li>
<li><a href="#about"data-after="About">About</a></li>
<li><a href="#schedule"data-after="Schedule">Schedule</a></li>
<li><a href="#sponsors" data-after="Sponsors">Sponsors</a></li>
<li><a href="#faq" data-after="FAQ">FAQ</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!--header-->
<!--Home-->
<section id="home">
<div class="home container">
<div data-aos="fade-up">
<h1>StemWarriorHacks<span></span></h1>
<p id="date">August 6th - August 8th</p>
<a href="https://stemwarriorhacks.devpost.com/?ref_feature=challenge&ref_medium=discover" type="button" class="cta">Register on Devpost!</a>
<a href="https://discord.gg/zVfstssWhe" type="button" class="cta">Join our Discord!</a>
</div>
</div>
</section>
<!--End of Home-->
<!--About-->
<section id="about">
<div class="about container">
<div class="about-top" data-aos="fade-up">
<h1 class="section-title"><span>O</span>ur <span>M</span>ission</h1>
<p>
StemWarriorHacks is an international, student-run, 501(c)(3) non-profit hackathon aiming to inspire young innovators and thinkers to pursue a career in the field of programming and open their eyes to the depths, diversity, and power of computer science. We hope that these students will be able to explore a wide-range of coding topics when creating their projects, interacting in our workshops, or attending our speaker events, and will be filled with a sense of deep wonder, pride, and curiosity for the discoveries and achievements they will acquire.</p>
</div>
<div class="about-bottom" data-aos="fade-up">
<div class="tracks">
<h1 class="section-title"><span>O</span>ur <span>T</span>racks</h1>
<p id="tracks"> Our tracks are a way to motivate people to use their knowledge in the best way possible. There are multiple categories that you apply to, but in the end, you may only win at one!</p>
</div>
<div class="about-item">
<div class="icon" ><img src="https://img.icons8.com/ios-filled/100/000000/effort.png"/></div>
<h2>Beginner Hack</h2>
<p>A beginner to Hackathons, or/and coding? No problem! This track specifically targets beginners who made a valiant effort. </p>
</div>
<div class="about-item">
<div class="icon"><img src="https://img.icons8.com/ios/200/000000/idea--v1.png"/></div>
<h2>Most Creative Hack</h2>
<p>Even if your project isn't the best, if it's the most innovative, then there will surely be a prize for you!</p>
</div>
<div class="about-item">
<div class="icon"><img src="https://img.icons8.com/ios-filled/100/000000/wolf.png"/></div>
<h2>Solo Hack</h2>
<p>A lone wolf! Don't worry, you still have a chance! </p>
</div>
<div class="about-item">
<div class="icon"><img src="https://img.icons8.com/windows/30/000000/mosquito-coil.png"/></div>
<h2>Best Web Monetization (Coil) </h2>
<p>This amazing track is sponsored by Coil! Be sure to opt-in.</p>
</div>
<div class="about-item">
<div class="icon"><img src="https://img.icons8.com/ios-glyphs/90/000000/best-seller.png"/></div>
<h2>Best Hack </h2>
<p>All projects are naturally submitted for this. May the the best hack win! </p>
</div>
</div>
</div>
</section>
<!--End About-->
<!--schedule-->
<section id = "schedule">
<div class="schedule-container" data-aos="fade-up">
<h1 class="section-title"><span>E</span>v<span>e</span>nts</h1>
<ul class="nav nav-tabs" role="tablist" data-aos="fade-up" data-aos-delay="100">
<li class="nav-item">
<a class="nav-link active" href="#sub-heading" role="tab" type = "button" data-bs-toggle="tab" onclick="ShowAndHide1()">Day 1</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sub-heading" role="tab" type="button" data-bs-toggle="tab" onclick="ShowAndHide2()">Day 2</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#sub-heading" role="tab" type="button" data-bs-toggle="tab" onclick="ShowAndHide3()">Day 3</a>
</li>
</ul>
<h2 class="sub-heading"> Finding your InnerWarrior! </h2>
<div class="tab-content row justify-content-center" data-aos="fade-up" data-aos-delay="200">
</div>
<!-- Schdule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1">
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>9:00 AM</time>
</div>
<div class="col-md-10">
<h4>Beginning of Day 1</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>4:00 PM</time>
</div>
<div class="col-md-10">
<h4>Opening Ceremony</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>6:30 PM</time>
</div>
<div class="col-md-10">
<h4>Game Night</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>8:00 PM</time>
</div>
<div class="col-md-10">
<h4>End of Day 1</h4>
</div>
</div>
</div>
<!-- End Schdule Day 1 -->
<!-- Schdule Day 2 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-2" style="display: none;">
<div class="row schedule-item">
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>9:00 AM</time>
</div>
<div class="col-md-10">
<h4>Beginning of Day 2</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>10:00 AM</time>
</div>
<div class="col-md-10">
<h4>How to get project ideas?</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>12:00 AM</time>
</div>
<div class="col-md-10">
<h4>EchoAr</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>1:00 PM</time>
</div>
<div class="col-md-10">
<h4>Intro to JavaScript</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>3:00 PM</time>
</div>
<div class="col-md-10">
<h4>Beginners C++</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>7:00 PM</time>
</div>
<div class="col-md-10">
<h4>Intro to Figma</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>8:00 PM</time>
</div>
<div class="col-md-10">
<h4>End of Day 2</h4>
</div>
</div>
</div>
</div>
<!-- End Schdule Day 2 -->
<!-- Schdule Day 3 -->
</div>
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-3" style="display: none;">
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>9:00 AM</time>
</div>
<div class="col-md-10">
<h4>Beginning of Day 3</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>10:00 AM</time>
</div>
<div class="col-md-10">
<h4>EconHacks Workshop</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>2:00 PM</time>
</div>
<div class="col-md-10">
<h4>Guest Speaker</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>4:00 PM</time>
</div>
<div class="col-md-10">
<h4>Discord Bots with JavaScript</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2" style="max-width: 100px">
<time>12:00 AM</time>
</div>
<div class="col-md-10">
<h4>End of Day 3, and Submission Deadline</h4>
</div>
</div>
</div>
</div>
</div>
<!-- End Schedule Section -->
<!-- partners -->
<!--Sponsors-->
<section id="sponsors">
<div class="sponsors-container" data-aos="fade-up">
<h1 class="section-title">Partners</h1>
<div class="sponsor-logo">
<a href="https://econhacks.org/" target="_blank">
<img src="./img/EconHacks.png" id="econhacks"></a>
</a>
</div>
</div>
</section>
<!--End Sponsors-->
<!--end of Partners-->
<!--End schedule-->
<!--Sponsors-->
<section id="sponsors">
<div class="sponsors-container" data-aos="fade-up">
<h1 class="section-title"><span>S</span>pon<span>s</span>or<span>s</span></h1>
<a href = "https://drive.google.com/file/d/1souFsNdDYcjBsaCE7GG2b5RZUOck9sne/view?usp=sharing" target="_blank">View our Sponsorship Prospectus</a>
</div>
<div class="sponsor-logo">
<a href="https://www.wolframalpha.com/" target="_blank">
<img src="./img/wolfram.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.taskade.com/" target="_blank">
<img src="./img/Taskade.png" id="taskade"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://1password.com/" target="_blank">
<img src="./img/password.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://egghead.io/" target="_blank">
<img src="./img/Egghead.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.axure.com/" target="_blank">
<img src="./img/axure.jpg"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.axure.com/" target="_blank">
<img src="./img/1200px-O'Reilly_Logo_(2019).svg.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://robin.io/" target="_blank" class="rob">
<img src="./img/robin.jpg"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://automationroboticsarduino.com/" target="_blank">
<img src="./img/GAR.jpg"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://artofproblemsolving.com/" target="_blank">
<img src="./img/AoPs.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://coil.com/" target="_blank">
<img src="./img/meta-img.png" class = "coil"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.stickermule.com/" target="_blank">
<img src="./img/stickermule.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://replit.com/~" target="_blank">
<img src="./img/replit-logo.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://www.echoar.xyz/" target="_blank">
<img src="./img/echoAR_-_Logo_2020_-_Dark.png"></a>
</a>
</div>
<div class="sponsor-logo">
<a href="https://balsamiq.com/" target="_blank">
<img src="./img/balsamiq-logo-screen.png"></a>
</a>
</div>
</div>
</section>
<!--End Sponsors-->
<!--Faq-->
<section id="faq">
<h1 class="section-title">FAQS</h1>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>What am I supposed to do in this hackathon?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>You can attend the free workshops we provide, and you can also start making your project which you can submit to some of the several tracks we have available! </p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>Who can attend?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>The minimum age requirement is 13. Anybody above can attend, however we would highly encourage high-schooler to try and sign up for this event. </p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>What is unique about this event?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>We have expected many scenarios, and have tried our best to deal with each one. The StemWarriorHacks will be a unique experience for you, and you can expect to have a fun time! </p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>What if I don't know any code?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>No problem! We have several workshops that you can attend to learn the fundamentals of different languages. We will always provide assistance if you need help with your projects. </p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>Is this online?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>To make this a learning opportunity for everyone this event had been made online. Anyone can attend, and from anywhere. </p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>How about time-zone issues, and communicating with teammates across the world?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>Since this is an international event, we expected to revceive people from around the world. Our InterHackBot has been setup to make it a much smoother experience. You can make an ID where it states if you want to work with someone from a different timezone. Also, if you do, there is the time-zone feature you can use to check what time to set-up meetings. We also have a translation feature that can help you communicate with talented developers from across the world!</p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>What's the cost?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>Absolutely none. We want to be able to have a communtiy where people can learn, and experiment with others from around the world for free. </p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>I want to register!</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>Great, you can sign up through our devpost, and later join our discord to hear more updates, find teammates, and ask us any questios!</p>
</div>
</div>
<div class="faq" data-aos="fade-up">
<div class="question">
<h3>I have more questions!?</h3>
<svg width="15" height="10" viewBox="0 0 42 25">
<path d="M3 3L21 21L39 3"
stroke="white" stroke-width="7"
stroke-linecap="round"/></svg>
</div>
<div class="answer">
<p>Great. You can always ask in our official communication platform (Discord): Or you can contact us at: contact@stemwarriorhack.org </p>
</div>
</div>
</section>
<!--End of Faq-->
<!--Contact-->
<section id ="contact">
<div class="contact container" data-aos="fade-up">
<div><h1 class="section-title">Contact <span>Info</span></h1></div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/material-outlined/96/000000/phone.png"/></div>
<div class="contact-info">
<h1>Phone</h1>
<h2>+6692629250</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/ios/100/000000/send-mass-email.png"/></div>
<div class="contact-info">
<h1>Email</h1>
<h2>contact@stemwarriorhacks.org</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/ios-filled/100/000000/address--v1.png"/></div>
<div class="contact-info">
<h1>Address</h1>
<h2>San Jose, United States</h2>
</div>
</div>
</div>
</div>
</section>
<!--End of Contact-->
<!--footer-->
<section id ="footer">
<div class="footer container">
<div class="brand"><div class="img"><img src="./img/logo.png"/></div><h1><span>W</span>arrior<span>H</span>acks</h1></div>
<h2>Some of our Social Media:</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://discord.gg/zVfstssWhe"><img src="https://img.icons8.com/fluent/240/000000/discord.png"/></a>
</div>
<div class="social-icon">
<div class="social-item">
<a href="https://github.com/sjnormalboss"><img src="https://img.icons8.com/color/480/000000/github--v1.png"/></a>
</div>
<div class="social-icon">
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/color/480/000000/youtube--v1.png"/></a>
</div>
</div>
<div class="social-icon">
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/color/480/000000/instagram-new--v1.png"/></a>
</div>
</div>
</div>
</section>
<p id="bothersome">Copyright © 2021 StemWarriorHacks. All rights reserved.</p>
<!--End Footer-->
<script src="./app.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 300,
duration: 900
});
</script>
<SCRIPT>
function ShowAndHide2() {
var x = document.getElementById('day-2');
var y = document.getElementById('day-3');
var z = document.getElementById('day-1');
if (x.style.display == 'none') {
x.style.display = 'block';
z.style.display = "none";
y.style.display = "none";
} else {
x.style.display = 'block';
}
}
</SCRIPT>
<SCRIPT>
function ShowAndHide1() {
var x = document.getElementById('day-1');
var y = document.getElementById('day-2');
var z = document.getElementById('day-3');
if (x.style.display == 'none') {
x.style.display = 'block';
y.style.display = "none";
z.style.display = "none";
} else {
x.style.display = 'block';
}
}
</SCRIPT>
<SCRIPT>
function ShowAndHide3() {
var x = document.getElementById('day-3');
var y = document.getElementById('day-2');
var z = document.getElementById('day-1');
if (x.style.display == 'none') {
x.style.display = 'block';
z.style.display = "none";
y.style.display = "none";
} else {
x.style.display = 'block';
}
}
</SCRIPT>
</body>
</html>