-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
748 lines (710 loc) · 33.5 KB
/
index.html
File metadata and controls
748 lines (710 loc) · 33.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>WHACK 2024</title>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- loading bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
</head>
<body>
<nav class="container-fluid">
<div class="nav-logo col-auto">
<a href="#"><img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/whack-2.png?v=1722107444021"
alt="Wellesley Hackathon 2024 Logo" /></a>
</div>
<button class="nav-link-ham">
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="#304A8B" class="bi bi-list"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
</button>
<div id="navbar" class="nav-links row">
<div class="nav-link col-auto">
<a href="/#about">About</a>
</div>
<div class="nav-link col-auto">
<a href="/#theme">Theme</a>
</div>
<div class="nav-link col-auto">
<a href="/#schedule">Schedule</a>
</div>
<div class="nav-link col-auto">
<a href="/#faq">FAQ</a>
</div>
<div class="nav-link col-auto">
<a href="/#team">Meet the Team</a>
</div>
<div class="nav-link col-auto">
<a href="/#sponsors">Sponsors</a>
</div>
</div>
<a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2025-season&utm_content=blue"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2025/mlh-trust-badge-2025-blue.svg"
alt="Major League Hacking 2025 Hackathon Season" style="width:100%"></a>
<div class="mobile-nav-links container">
<div class="col-lg">
<div class="nav-link row">
<a href="#">Home</a>
</div>
<div class="nav-link row">
<a href="/#about">About</a>
</div>
<div class="nav-link row">
<a href="/#themes">Themes</a>
</div>
<div class="nav-link row">
<a href="/#schedule">Schedule</a>
</div>
<div class="nav-link row">
<a href="/#faq">FAQ</a>
</div>
<div class="nav-link row">
<a href="/#team">Meet the Team</a>
</div>
<div class="nav-link row">
<a href="/#sponsors">Sponsors</a>
</div>
</div>
</div>
</nav>
<section id="home" class="fullscreen-section">
<div class="HomeIntro" style="margin-top: 112px;">
<img class="whale"
src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/whale2%202.png?v=1722214812907">
<p class="HeadTitle">WHACK 2024</p>
<p class="PoppinsBold">November 9-10, 2024</p>
<a href="https://forms.gle/RH16sgx29WbWW6fc9"><button class="register">Register Now!</button></a>
</div>
<!--
<div id="mainWave">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/waves.png?v=1723908617132">
</div> -->
</section>
<section id="about" <!-- class="fullscreen-section" -->
<h1 class="section-title">About</h1>
<p>
<br /><br />
<b>WHACK (Wellesley College Hackathon)</b> is Wellesley College's annual
hackathon event. We welcome any undergraduate college students ages 18
and above to join us for a weekend of innovation, learning, sharing
ideas, and forming new connections!
</p>
</section>
<section id="theme" class="fullscreen-section">
<p class="gif1">
<img class="compGIF"
src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/codingPNG.gif?v=1722107391886">
</p>
<br /><br />
<h1 class="section-title">Theme</h1>
<br>
<p>
<b>🎓 Hack Academy: Transforming Education 🎓</b>
</p>
<p>
<br>
Imagine revolutionizing the way we learn!
This theme focuses on educational technology (edtech) innovations.
Inspired by platforms like Khan Academy, participants are encouraged to develop
the next groundbreaking tool that could help students master complex subjects
and excel academically. This could be the spark for a new era in education.
<br> <br>
Get your creative juices flowing and start thinking about how you can contribute to/help
facilitate this exciting challenge. Let's harness our collective brilliance to make a
lasting impact on the future of education!Get ready to revolutionize the
way we learn!
</p>
</section>
<div class="gif2">
<img class="coding3"
src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/coding3PNG.gif?v=1722107387326">
</div>
<section id="schedule" class="container">
<h2 class="section-title row justify-content-center">Schedule</h2>
<p> <br /><br /> </p>
<div class="row justify-content-center">
<div class="col-lg justify-content-center">
<h3>Friday Nov. 8, 2024</h3>
<div class="schedulebox container">
<div class="row schedhead">
<div class="col-4">Time</div>
<div class="col-8">
Event (Location)
</div>
</div>
<div class="row">
<div class="col-4">6:00 PM - 8:00 PM</div>
<div class="col-8">
Pre-WHACK Social <br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA"> LWC-212 Anderson Forum</a></span>
</div>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg justify-content-center">
<h3>Saturday Nov. 9, 2024</h3>
<div class="schedulebox container">
<div class="row schedhead">
<div class="col-4">Time</div>
<div class="col-8">
Event (Location)
</div>
</div>
<div class="row">
<div class="col-4">10:30 AM</div>
<div class="col-8">
Check-in & Breakfast<br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA"> LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">11:00 AM</div>
<div class="col-8">
Opening Ceremony <br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA"> LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">11:30 AM</div>
<div class="col-8">
Brainstorming & Team Formation <br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA"> LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">12:00 PM</div>
<div class="col-8">
Hacking Begins!
</div>
</div>
<div class="row">
<div class="col-4">1:00 PM</div>
<div class="col-8">
Lunch!<br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA"> LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">2:00 PM</div>
<div class="col-8">
Open Sponsor Boothing Time<br>
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">3:00 PM</div>
<div class="col-8">
Charting My CS Career Path: From Wellesley to Industry and PhD<br/>
<ul class="mb-0">
<li>Hye Sun Yun - PhD Candidate @ Northeastern University</li>
</ul>
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-413, 4th Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">4:00 PM</div>
<div class="col-8">
Workshop: Ed-Tech Market Insights<br />
<ul class="mb-0">
<li>Emily Wang, Zimeng Yang, Yunhan Liu - BlossomsAI</li>
</ul>
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-413, 4th Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">5:00 PM</div>
<div class="col-8">
Travelers Info Session & Workshop<br />
<ul class="mb-0">
<li>Gaelan Carroll & Sneha Malneedi - Travelers</li>
</ul>
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LCW-413, 4th Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">6:00 PM</div>
<div class="col-8">
Dinner!<br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">6:00PM</div>
<div class="col-8">
Workshop: Making Better Hacks, Faster with GitHub Copilot<br />
<ul class="mb-0">
<li>Cecilia Laplace - Major League Hacking</li>
</ul>
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-413, 4th Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">7:00PM</div>
<div class="col-8">
Workshop: Introduction to Figma<br />
<ul class="mb-0">
<li>Cecilia Laplace - Major League Hacking</li>
</ul>
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-413, 4th Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">8:00 PM</div>
<div class="col-8">
Activity: Arts and Crafts<br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-210, 2nd Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">10:00 PM</div>
<div class="col-8">
Activity: Gartic Phone<br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-210, 2nd Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">11:00PM</div>
<div class="col-8">
Midnight Snack<br />
<span><a href="https://maps.app.goo.gl/aAiwWPSq74hr1xWZA">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
</div>
</div>
<div class="col-lg justify-content-center">
<h3>Sunday Nov. 10, 2024</h3>
<div class="schedulebox container">
<div class="row schedhead">
<div class="col-4">Time</div>
<div class="col-8">
Event (Location)
</div>
</div>
<div class="row">
<div class="col-4">8:30 AM</div>
<div class="col-8">
Breakfast<br />
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">LWC-104 Cow Chair Room, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">11:30 AM</div>
<div class="col-8">
Workshop: Submission and Presentation 101<br />
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">12:00 PM</div>
<div class="col-8">
Devpost Submission Deadline
<br>
Lunch
<br>
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">12:30 PM</div>
<div class="col-8">
End of Hackathon (Late Devpost Submission Deadline)
<br>
Judging and Presentations<br />
<span><a href="https://maps.app.goo.gl/mp2oUxuRb2Z6byGf9">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
<div class="row">
<div class="col-4">3:30 PM</div>
<div class="col-8">
Closing Ceremony and Awards<br />
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">LWC-105 Tishman, 1st Floor</a></span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="faq" class="container">
<h2 class="section-title row justify-content-center">Frequently Asked Questions</h2>
<br><br />
<div class="row justify-content-center">
<div class="col-auto justify-content-center">
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">What is a hackathon?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
It's a grand gathering of people to make their ideas come to life.
Think out of the box, try new technologies, ask questions, make
mistakes, discover a new language, and have fun! We will be
following Major League Hacking's
<a target="_blank" href="http://mlh.io/code-of-conduct" alt="code of conduct">
Code of Conduct</a>. Check out their video explaining what a hackathon is
<a target="_blank" href="https://www.youtube.com/watch?v=qj4DQfYx2Hg" alt="What is a hackathon?">
here</a>.
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">What if I have no experience with coding or hackathons?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
Don't sweat it! We've purposefully designed WHACK to offer an
encouraging and supportive environment. At WHACK, you'll quickly
learn from our workshops and army of mentors, as well as your team
members and other students. You're also welcome to take on
non-coding roles or create projects using low or no-code tools!
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">When do applications open?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
Applications are currently open! You can apply directly through our <a
href="https://forms.gle/RH16sgx29WbWW6fc9">registration form</a>.
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">Who can attend? Is this event only for women?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
We welcome any undergraduate college student 18 or above to
participate in WHACK regardless of demographic. It's important to keep in mind that we are
looking to create a welcoming and empowering space for women and
other underrepresented identities in tech. If you have any
questions about this, please contact us!
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">How will mentorship work?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
We will have mentors available for everyone! They will be
available to help you both on-site and in a Discord channel just
for mentoring purposes. You will also be able to ask questions
directly in our sponsors' Discord channels.
</div>
</button>
</div>
<div class="col-auto justify-content-center">
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">How will hackers be accepted?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
Everyone will be allowed to attend after filling out our
registration google form once it is out, as long as we don't hit a maximum capacity! However, hackers must
be
present in-person during the hackathon.
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">How do teams work? Can I register solo?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
All hackers must submit individual applications, but it's perfectly fine to have teams decided beforehand
and your team members will not be chosen for you.
Teams must have 2-4 members each, and will be locked in when projects are submitted.<br /><br />
We'll also be facilitating activities before and during the event
to help you find teams. Although you're welcome to hack on your
own, only teams are eligible to win prizes.
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">What will I eat?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
Trust us, you won't be hungry at WHACK! We'll provide all meals on
Saturday, and breakfast and lunch on Sunday. We'll also have a
snack table, food surprises, and coffee throughout the hackathon.
We work hard to accommodate all dietary restrictions and make
healthy options available.
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">What if I can only come for part of the weekend?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
If you have a special circumstance, please indicate so on your application. WHACK is ultimately a resource
for you to learn, connect with others, and meet mentors in industry, so you'll get more out of it if you can
stay for the whole event.
</div>
</button>
<button class="faqcard row">
<span class="icon">
<img src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/pencil.png?v=1722288307130"
alt="icon" />
</span>
<span class="question">Do I have to pay to participate?
<div class="drop">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#CCBBFD"
class="bi bi-caret-down-fill" viewBox="0 0 16 16">
<path
d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z" />
</svg>
</div>
</span>
<div class="answer">
Nope! WHACK is completely free for all hackers. However, keep in
mind potential costs for transportation and housing, as we will
not be covering those.
</div>
</button>
</div>
</div>
<div class="row justify-content-center">
<p class="email-blurb">
Any additional questions? Email us at
<a class="email-link" href="mailto:hello@wellesleyhacks.org">hello@wellesleyhacks.org</a>!
</p>
</div>
</section>
<section id="team" class="container">
<h2 class="section-title row justify-content-center">Meet the Team</h2>
<!-- <div class="teamtabs row justify-content-center">
<button class="col-auto teamtitle allmembers">All</button>
<button class="col-auto teamtitle directors">Directors</button>
<button class="col-auto teamtitle webdevs">Web Dev</button>
<button class="col-auto teamtitle dms">Design/Marketing</button>
<button class="col-auto teamtitle logistics">Logistics</button>
<button class="col-auto teamtitle sponsorships">Sponsorship</button>
<button class="col-auto teamtitle treasuries">Treasury</button>
</div>
<div class="teammembers"></div> -->
<div class="gifM">
<img class="thinkGIF"
src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/coding2PNG.gif?v=1722107381290">
</div>
<div class="row justify-content-center">
<p>
<br /><br />
<b>✨ Coming soon! ✨</b>
<br /><br />
</p>
</div>
</section>
<section id="sponsors" class="fullscreen-section">
<h2 class="section-title row justify-content-center">Sponsorships</h2>
<div class="sponsors-table container">
<div class="row justify-content-center text-align-center goldtier">
<a class="rectangle gold" href="https://aws.amazon.com/security/">
<img alt="Logo of AWS" src="assets/amazon-logo-light.png">
</a>
</div>
<div class="row justify-content-center text-align-center silvertier">
<a class="rectangle silver" href="https://www.akamai.com/">
<img alt="Logo of Akamai Technologies"
src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/akamai-logo-rgb.png?v=1726686816044">
</a>
<a class="rectangle silver" href="https://www.travelers.com/">
<img alt="Logo of Travelers"
src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/Travelers-logo.png?v=1726684576639">
</a>
</div>
<div class="row justify-content-center text-align-center bronzetier">
<a class="rectangle bronze" href="https://flatlogic.com/">
<img alt="Logo of Flatlogic" src="assets/flatlogic-logo-light.svg">
</a>
<a class="nordrec elim nordvpn" href="https://nordvpn.com/hackathons">
<img alt="Logo of NordVPN" src="assets/nordvpn-logo.png">
</a>
<a class="rectangle bronze" href="https://nordpass.com/">
<img alt="Logo of NordPass" src="assets/nordpass-logo.png">
</a>
<a class="rectangle bronze" href="https://incogni.com/">
<img alt="Logo of Incogni" src="assets/incogni-logo.png">
</a>
<a class="rectangle elim" href="https://saily.com/ ">
<img alt="Logo of Saily" src="assets/saily-logo.png">
</a>
</div>
<div class="row justify-content-center sponsor-blurb">
<p>
Want to sponsor us? Contact our sponsorships team at
<a href="mailto:sponsors@wellesleyhacks.org">sponsors@wellesleyhacks.org</a>!
</p>
</div>
</div>
<!--
<div class="waveBottom">
<img class="wave-image" src="https://cdn.glitch.global/928388c8-f583-4b01-b1f3-2ed52e510f18/Group%205%209.02.19%20PM.png?v=1723056740742">
</div> -->
</section>
<footer>
<div class="conductP">
<p>
Made with ❤ by the 2024 WHACK committee<br />
<a href="http://mlh.io/code-of-conduct" alt="code of conduct">
MLH Code of Conduct
</a>
</p>
</div>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://twitter.com/wellesleyhack" target="_blank"><svg fill="#FFFFFF" height="40" width="40"
version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewbox="-143 145 512 512" xml:space="preserve">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M113,145c-141.4,0-256,114.6-256,256s114.6,256,256,256s256-114.6,256-256S254.4,145,113,145z M215.2,361.2 c0.1,2.2,0.1,4.5,0.1,6.8c0,69.5-52.9,149.7-149.7,149.7c-29.7,0-57.4-8.7-80.6-23.6c4.1,0.5,8.3,0.7,12.6,0.7 c24.6,0,47.3-8.4,65.3-22.5c-23-0.4-42.5-15.6-49.1-36.5c3.2,0.6,6.5,0.9,9.9,0.9c4.8,0,9.5-0.6,13.9-1.9 C13.5,430-4.6,408.7-4.6,383.2v-0.6c7.1,3.9,15.2,6.3,23.8,6.6c-14.1-9.4-23.4-25.6-23.4-43.8c0-9.6,2.6-18.7,7.1-26.5 c26,31.9,64.7,52.8,108.4,55c-0.9-3.8-1.4-7.8-1.4-12c0-29,23.6-52.6,52.6-52.6c15.1,0,28.8,6.4,38.4,16.6 c12-2.4,23.2-6.7,33.4-12.8c-3.9,12.3-12.3,22.6-23.1,29.1c10.6-1.3,20.8-4.1,30.2-8.3C234.4,344.5,225.5,353.7,215.2,361.2z">
</path>
</g>
</svg></a>
</li>
<li class="list-inline-item">
<a href="https://www.instagram.com/wellesleyhack/" target="_blank">
<svg fill="#FFFFFF" height="40" width="40" viewBox="0 0 19.2 19.2" data-name="Instagram w/circle"
xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M13.498 6.651a1.656 1.656 0 0 0-.95-.949 2.766 2.766 0 0 0-.928-.172c-.527-.024-.685-.03-2.02-.03s-1.493.006-2.02.03a2.766 2.766 0 0 0-.929.172 1.656 1.656 0 0 0-.949.95 2.766 2.766 0 0 0-.172.928c-.024.527-.03.685-.03 2.02s.006 1.493.03 2.02a2.766 2.766 0 0 0 .172.929 1.656 1.656 0 0 0 .95.949 2.766 2.766 0 0 0 .928.172c.527.024.685.029 2.02.029s1.493-.005 2.02-.03a2.766 2.766 0 0 0 .929-.171 1.656 1.656 0 0 0 .949-.95 2.766 2.766 0 0 0 .172-.928c.024-.527.029-.685.029-2.02s-.005-1.493-.03-2.02a2.766 2.766 0 0 0-.171-.929zM9.6 12.168A2.568 2.568 0 1 1 12.168 9.6 2.568 2.568 0 0 1 9.6 12.168zm2.669-4.637a.6.6 0 1 1 .6-.6.6.6 0 0 1-.6.6zM11.267 9.6A1.667 1.667 0 1 1 9.6 7.933 1.667 1.667 0 0 1 11.267 9.6zM9.6 0a9.6 9.6 0 1 0 9.6 9.6A9.6 9.6 0 0 0 9.6 0zm4.97 11.661a3.67 3.67 0 0 1-.233 1.214 2.556 2.556 0 0 1-1.462 1.462 3.67 3.67 0 0 1-1.213.233c-.534.024-.704.03-2.062.03s-1.528-.006-2.062-.03a3.67 3.67 0 0 1-1.213-.233 2.556 2.556 0 0 1-1.462-1.462 3.67 3.67 0 0 1-.233-1.213c-.024-.534-.03-.704-.03-2.062s.006-1.528.03-2.062a3.67 3.67 0 0 1 .232-1.213 2.556 2.556 0 0 1 1.463-1.463 3.67 3.67 0 0 1 1.213-.232c.534-.024.704-.03 2.062-.03s1.528.006 2.062.03a3.67 3.67 0 0 1 1.213.232 2.556 2.556 0 0 1 1.462 1.463 3.67 3.67 0 0 1 .233 1.213c.024.534.03.704.03 2.062s-.006 1.528-.03 2.062z">
</path>
</g>
</svg>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.facebook.com/wellesleyhack/" target="_blank"><svg xmlns="http://www.w3.org/2000/svg"
width="40" height="40" fill="white" class="bi bi-facebook" viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg></a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/company/whackatwellesleycollege/about/" target="_blank"><svg fill="#FFFFFF"
height="40" width="40" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="-143 145 512 512" xml:space="preserve">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path
d="M113,145c-141.4,0-256,114.6-256,256s114.6,256,256,256s256-114.6,256-256S254.4,145,113,145z M41.4,508.1H-8.5V348.4h49.9 V508.1z M15.1,328.4h-0.4c-18.1,0-29.8-12.2-29.8-27.7c0-15.8,12.1-27.7,30.5-27.7c18.4,0,29.7,11.9,30.1,27.7 C45.6,316.1,33.9,328.4,15.1,328.4z M241,508.1h-56.6v-82.6c0-21.6-8.8-36.4-28.3-36.4c-14.9,0-23.2,10-27,19.6 c-1.4,3.4-1.2,8.2-1.2,13.1v86.3H71.8c0,0,0.7-146.4,0-159.7h56.1v25.1c3.3-11,21.2-26.6,49.8-26.6c35.5,0,63.3,23,63.3,72.4V508.1z ">
</path>
</g>
</svg></a>
</li>
</ul>
</footer>
<!-- load jquery, popper, bootstrap -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- load local js -->
<script src="script.js"></script>
</body>
</html>