-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
936 lines (903 loc) · 37.9 KB
/
index.html
File metadata and controls
936 lines (903 loc) · 37.9 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
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
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>WHACK 2023</title>
<meta
content="WHACK Fall 2023"
name="application-name"
property="og:title"
/>
<meta
content="Wellesley College's Official Hackathon. Join us in-person November 4-5!"
name="description"
property="og:description"
/>
<meta
content="hackathon, whack, fall, 2023, wellesley, wellesley college, hack, computer science, boston"
name="keywords"
/>
<meta property="og:type" content="website" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="icon" type="image/x-icon" href="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/favicon.png?v=1697345238665">
<link rel="stylesheet" href="style.css" />
<!-- loading fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Josefin+Sans:wght@500;600;700&display=swap"
rel="stylesheet"
/>
<!-- 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/539b6955-9ff6-4ea6-9668-df589374b34e/header-logo.png?v=1690062439636"
alt="Wellesley Hackathon 2023 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 class="nav-links row">
<div class="nav-link col-auto">
<a href="/#about">About</a>
</div>
<div class="nav-link col-auto">
<a href="/#themes">Themes</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
class="mlh-badge"
href="https://mlh.io/seasons/2024/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2022-season&utm_content=white"
target="_blank"
>
<img
class="mlh-img"
src="https://s3.amazonaws.com/logged-assets/trust-badge/2024/mlh-trust-badge-2024-blue.svg"
alt="Major League Hacking 2024 Hackathon Season"
/>
</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="container">
<div class="col text-center">
<img
class="main-logo"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/Main%20logo.png?v=1690337739839"
alt="Wellesley Hackathon 2023 Logo"
/>
<div class="container justify-content-center headertext">
<div class="subheading">
Thank you for attending<br>WHACK 2023!
<div style="font-size: 1rem">
<i>November 4-5, 2023 @ Wellesley College</i>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<h1 class="whack2023">WHACK</h1>
<h6>
Powered by <img alt="TechTogether logo" src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/techtogether-logos-idPP2_JH_Q.png?v=1698595185640">
</h6>
<img
class="whale-logo"
src="https://cdn.glitch.global/767f4ee9-6e46-4421-a995-7e06e8b881ec/whale-image-about.png?v=1689978924247"
alt="An image of the WHACK 2023 mascot: a blue whale."
/>
<p>
<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="themes">
<h2 class="theme-title">Themes</h2>
<div class="theme-rectangle">
<div class="name-theme">
Cross-Cultural Communication and Understanding
</div>
<div class="theme-table container">
<div class="row">
<div class="col-4">
<div class="row align-items-center">
<div class="col-auto">
<img
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/yellow%20star%20icon.png?v=1690753793167"
alt="Yellow Star"
width="70"
height="70"
/>
</div>
<div class="col-auto">Most Readily Employable Hack</div>
</div>
<div class="row align-items-center">
<div class="col-auto">
<img
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/pink%20flower%20icon.png?v=1690753810245"
alt="Pink Flower"
width="70"
height="70"
/>
</div>
<div class="col-auto">Best Impact Hack</div>
</div>
</div>
<div class="col-4">
<div class="row align-items-center">
<div class="col-auto">
<img
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/blue%20star%20icon.png?v=1690753802501"
alt="Bli Star"
width="70"
height="70"
/>
</div>
<div class="col-auto">Best Community Hack</div>
</div>
<div class="row align-items-center">
<div class="col-auto">
<img
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/blue%20flower%20icon.png?v=1690753779246"
alt="Blue Flower"
width="70"
height="70"
/>
</div>
<div class="col-auto">Best Beginner Hack</div>
</div>
</div>
<div class="col-4">
<div class="row align-items-center">
<div class="col-auto">
<img
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/pink%20star%20icon.png?v=1690753813667"
alt="Pink Star"
width="70"
height="70"
/>
</div>
<div class="col-auto">Most Ambitious / Best Idea Hack</div>
</div>
<div class="row align-items-center">
<div class="col-auto">
<img
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/yellow%20flower%20icon.png?v=1690753789927"
alt="Yellow Flower"
width="70"
height="70"
/>
</div>
<div class="col-auto">Best UI Hack</div>
</div>
</div>
</div>
</div>
</div>
<p>
<img
class="theme-whale-logo"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/Whale%20image%20(themes).png?v=1690476790852"
alt="An image of the WHACK mascot holding a computer"
/>
</p>
</section>
<section id="schedule" class="container">
<h2 class="faqtitle row justify-content-center">Schedule</h2>
<div class="row justify-content-center">
<div class="col-lg justify-content-center">
<h3>Saturday Nov. 4, 2023</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">9:30 AM</div>
<div class="col-8">
Breakfast<br />
<span><a href="https://maps.app.goo.gl/mp2oUxuRb2Z6byGf9">Alumnae Foyer</a></span>
</div>
</div>
<div class="row">
<div class="col-4">10:00 AM</div>
<div class="col-8">
Official Check-In<br />
<span><a href="https://maps.app.goo.gl/mp2oUxuRb2Z6byGf9">Alumnae Foyer</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/mp2oUxuRb2Z6byGf9">Alumnae Ballroom</a></span></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/mp2oUxuRb2Z6byGf9">Alumnae Ballroom</a></span></span>
</div>
</div>
<div class="row">
<div class="col-4">2:00 PM</div>
<div class="col-8">
Workshop: Building Accessible UI with React Spectrum<br />
<ul class="mb-0">
<li>Yihui Liao - SWE @ Adobe</li>
</ul>
<span><a href="https://maps.app.goo.gl/oki7KEWau3aEgncr6">SCI L045</a> | <a href="https://wellesley.zoom.us/j/92872298543">Zoom</a></span></span>
</div>
</div>
<div class="row">
<div class="col-4">3:00 PM</div>
<div class="col-8">
Break Through Tech AI Info Session <br><ul class="mb-0">
<li>Chu Huang, Malorie Bournazian - MIT</li>
</ul>
<span><a href="https://maps.app.goo.gl/oki7KEWau3aEgncr6">SCI L045</a></span>
</div>
</div>
<div class="row">
<div class="col-4">4:00 PM</div>
<div class="col-8">
Workshop: Non-Tech Opportunities in the Industry<br /><ul class="mb-0">
<li>Aniqa Hassan - PMM @ Google</li>
</ul>
<span><a href="https://maps.app.goo.gl/oki7KEWau3aEgncr6">SCI L045</a></span>
</div>
</div>
<div class="row">
<div class="col-4">5:00 PM</div>
<div class="col-8">
Dinner<br />
<span><a href="https://maps.app.goo.gl/mp2oUxuRb2Z6byGf9">Alumnae Ballroom</a></span>
</div>
</div>
<div class="row">
<div class="col-4">6:00 PM</div>
<div class="col-8">
Workshop: Intro to Figma and Interactive Design<br /><ul class="mb-0">
<li>Julie Lely - Product Design @ Yahoo!</li>
</ul>
<span><a href="https://maps.app.goo.gl/oki7KEWau3aEgncr6">SCI L045</a> | <a href="https://wellesley.zoom.us/j/98176240850">Zoom</a></span>
</div>
</div>
<div class="row">
<div class="col-4">7:00 PM</div>
<div class="col-8">
Workshop: Intro to Databases and SQL<br /><ul class="mb-0">
<li>Audrea Huang - SWE @ Aurora</li>
</ul>
<span><a href="https://maps.app.goo.gl/oki7KEWau3aEgncr6">SCI L045</a> | <a href="https://wellesley.zoom.us/j/91865982337">Zoom</a></span>
</div>
</div>
<div class="row">
<div class="col-4">8:00 PM</div>
<div class="col-8">
MLH Mini Event: Decompress with Us!<br /><ul class="mb-0">
<li>Major League Hacking</li>
</ul>
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">LWC 210</a></span>
</div>
</div>
<div class="row">
<div class="col-4">10:00 PM</div>
<div class="col-8">
S'mores<br />
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">Lulu Firepit</a></span>
</div>
</div>
</div>
</div>
<div class="col-lg justify-content-center">
<h3>Sunday Nov. 5, 2023</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">9:30 AM</div>
<div class="col-8">
Breakfast<br />
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">Lulu Cow Chair Room</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">Tishman Commons</a></span>
</div>
</div>
<div class="row">
<div class="col-4">12:00 PM</div>
<div class="col-8">
Soft Submission Deadline
</div>
</div>
<div class="row">
<div class="col-4">12:30 PM</div>
<div class="col-8">
End of Hackathon (Hard Devpost Submission Deadline)<br />
Lunch<br />
<span><a href="https://maps.app.goo.gl/mp2oUxuRb2Z6byGf9">Alumnae Foyer</a></span>
</div>
</div>
<div class="row">
<div class="col-4">1:30 PM</div>
<div class="col-8">
Judging and Presentations<br />
<span><a href="https://maps.app.goo.gl/mp2oUxuRb2Z6byGf9">Alumnae Ballroom</a></span>
</div>
</div>
<div class="row">
<div class="col-4">3:30 PM</div>
<div class="col-8">
Closing Ceremony<br />
<span><a href="https://maps.app.goo.gl/jac2cvp7np4CQrch7">Tishman Commons</a></span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="faq" class="container">
<h2 class="faqtitle row justify-content-center">
Frequently Asked Questions
</h2>
<div class="row justify-content-center">
<div class="col-auto justify-content-center">
<button class="faqcard row">
<span class="question"
>What is a hackathon?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</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="question"
>What if I have no experience with coding or hackathons?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</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="question"
>When do applications open?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</svg></div
></span>
<div class="answer">
Applications are now unfortunately closed. You can apply for our <a href="https://forms.gle/bU5AePBu5TiMJNm57">waitlist</a>,
and if we are under capacity on the day on the day of the hackathon, we will contact you and let you know if you can join in!
</div>
</button>
<button class="faqcard row">
<span class="question"
>Who can attend? Is this event only for women?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</svg></div
></span>
<div class="answer">
We welcome any undergraduate college student 18 or above to
participate in WHACK. 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="question"
>How will mentorship work?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</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="question"
>How will hackers be accepted?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</svg></div
></span>
<div class="answer">
Everyone will be allowed to attend after filling out our
registration google form once it is out! However, hackers must be
present in-person during the hackathon.
</div>
</button>
<button class="faqcard row">
<span class="question"
>How do teams work? Can I register solo?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</svg></div
></span>
<div class="answer">
Hackers can decide to register in teams of 2-4 people, but
everyone must submit individual applications. Members of teams who
apply together will all receive the same acceptance decision.<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="question"
>What will I eat?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</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="question"
>What if I can only come for part of the weekend?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</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="question"
>Do I have to pay to participate?
<div class="drop">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-chevron-down"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"
/>
</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>
<img
class="faq-whale"
alt="A blue whale"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/faq-whale.png?v=1690682652922"
/>
<section id="team" class="container">
<h2 class="faqtitle 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>
</section>
<section id="sponsors" class="container">
<h2 class="sponsors-title">Sponsors</h2>
<div class="sponsors-table container">
<div class="row justify-content-center text-align-center silvertier">
<a
class="rectangle silver"
href="https://www.hudsonrivertrading.com/"
>
<img
alt="Logo of Hudson River Trading LLC"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/04%20HRT%20Stacked%20Combo%20-%20Positive%20-%20Q1%202023.png?v=1697752311408"
/>
</a>
<a class="rectangle silver" href="https://techtogether.io/">
<img alt="Logo of TechTogether" src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/techtogether-logos-idPP2_JH_Q.png?v=1698595185640">
</a>
</div>
<div class="row justify-content-center text-align-center bronzetier">
<a class="rectangle bronze" href="https://www.capitalone.com/">
<img
alt="Logo of Capital One"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/Capital_One_logo.svg.png?v=1698595172730"
/>
</a>
<a class="rectangle bronze" href="https://www.wolfram.com/">
<img
alt="Logo of Wolfram Alpha"
src="https://content.wolfram.com/sites/10/2019/04/wolfram-corporate-logo-horz-sm.png"
/>
</a>
<a class="rectangle bronze" href="https://www.echo3d.com/">
<img
alt="Logo of echo3D"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/echo3D%20-%20Logo%202021%20-%20Black.png?v=1698115283730"
/>
</a>
<a class="rectangle bronze" href="https://github.com/">
<img
alt="Logo of GitHub"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/GitHub-Logo-ee398b662d42.png?v=1698595177114"
/>
</a>
<a class="rectangle bronze" href="https://www.microsoft.com/en-us/">
<img
alt="Logo of Microsoft"
src="https://cdn.glitch.global/539b6955-9ff6-4ea6-9668-df589374b34e/Microsoft_logo_(2012).svg.png?v=1698595181663"
/>
</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>
</section>
<div class="horizontal-line"></div>
<footer>
<div class="conductP">
<p>
Made with ❤ by the 2023 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>