This repository was archived by the owner on Jul 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
926 lines (847 loc) · 42.1 KB
/
index.html
File metadata and controls
926 lines (847 loc) · 42.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Hack_NCState</title>
<meta name="description" content="Hack_NCState" />
<meta name="author" content="NC State" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<link type="text/css" rel="stylesheet" href="Hack_NCStateCSS.css" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" />
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/solid.js"
integrity="sha384-+Ga2s7YBbhOD6nie0DzrZpJes+b2K1xkpKxTFFcx59QmVPaSA8c7pycsNaFwUK6l"
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/fontawesome.js"
integrity="sha384-7ox8Q2yzO/uWircfojVuCQOZl+ZZBg2D2J5nkpLqzH1HY0C1dHlTKIbpRz/LG23c"
crossorigin="anonymous"></script>
<!-- Logo -->
<link rel="shortcut icon" href="images/PackHack_Logo_Red_No_Text.png" />
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Custom Javascript -->
<script src="Hack_NCStateJS.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JLFYGCREY6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-JLFYGCREY6');
</script>
<!-- TODO: Eeenable this script (and edit it for the correct date) for countdown -->
<script src="countdown.js"></script>
</head>
<body>
<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=black"
target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2025/mlh-trust-badge-2025-black.svg"
alt="Major League Hacking 2025 Hackathon Season" style="width:100%"></a>
<canvas id="c"></canvas>
<div class="theme-picker">
<div class="color-ball theme-1 active-theme"></div>
<div class="color-ball theme-2"></div>
<div class="color-ball theme-3"></div>
<div class="color-ball theme-4"></div>
<div class="color-ball theme-5"></div>
<div id="theme-pullout">
<i class="fas fa-angle-right fa-2x"></i>
</div>
</div>
<div class="vg-picker"></div>
<div id="header" class="d-flex flex-column">
<div class="row container-fluid">
<div class="col-6 col-md-3 col-centered text-center">
<img id="banner-logo" src="images/Hack_NCState_Logo.png" />
</div>
</div>
<!-- <div class="row container-fluid">
<div class="col-6 col-md-3 col-centered text-center below-banner-text">
</div>
</div> -->
<!-- <div class="col-6 col-md-3 col-centered text-center">
</div><br /> -->
<div class="row container-fluid">
<div class="col-8 col-md-6 col-centered text-center">
<div class="below-banner-text">
<!-- <h5 class="mt-4">Hack_NCState 2023 - NC State University</h5> -->
<!-- <p>Check out our winners for this year below!</p> -->
<br />
<h5>Scheduled for February 8th and 9th, 2025.</h5>
<!-- <h5>April 8th-9th @ Duke Energy Hall, Hunt Library & EB2</h5> -->
<div id="countdown"></div>
</div>
<!-- <a id="typeFormButtonStyleLarge" class="typeform-share button button-link"
href="https://go.ncsu.edu/hack_ncstate-registration:website" style="
text-decoration: none;
cursor: pointer;
font-family: Montserrat, Arial, sans-serif;
line-height: 65px;
text-align: center;
margin: 0;
height: 65px;
padding: 0px 43px;
border-radius: 32px;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
" target="_blank">Register Now
<div class="icon-typeform"></div>
</a> -->
<div class="below-banner-text">
<p>Registration has closed for this hackathon.
</p>
</div>
<!-- These are the buttons below the countdown! -->
<div class="row below-banner">
<a class="col mx-1 my-1 px-0" href="https://hackncstate2025.devpost.com/" target="_blank">
<button class="col-8 button-link" type="button">Devpost
<div class="icon-devpost"></div>
</button>
</a>
<!-- <a class="col mx-1 my-1 px-0" href="https://discord.gg/3PKwD9Azfs">
<button class="col-12 button-link" type="button">Discord
<div class="icon-discord"></div>
</button>
</a> -->
<!-- <a
class="col mx-1 my-1 px-0"
href="https://docs.google.com/document/d/1ZWXfpzAJixnNyhZUxoB54rLscH7-JWiQgpm4pKw3cCc/edit?usp=sharing"
target="_blank"
>
<button class="col-12 button-link" type="button">
Sponsor Packet
<div class="icon-wolf"></div>
</button>
</a> -->
<!-- <a class="col mx-1 my-1 px-0"
href="https://amazing-parrot-5b3.notion.site/Hack_NCState-x-Code-Black-Hackerguide-f1982d8ddd7e4c95a07af6a051728120">
<button class="col-12 button-link" type="button">
Hacker Guide
<div class="icon-wolf"></div>
</button>
</a> -->
</div>
<br>
<a href="http://eepurl.com/iCj-vE" target="_blank" class="newsletter-link">Join our Newsletter!</a>
</div>
</div>
</div>
<div class="sticky-top float-left pt-5 pl-3 ml-5 mt-5 d-none" id="sideNav">
<h5><a href="#details">Details</a></h5>
<h5><a href="#faq">FAQ</a></h5>
<h5><a href="#sponsors">Sponsors</a></h5>
<h5><a href="#organizers">Organizers</a></h5>
</div>
<section id="details">
<div class="container">
<div class="row text-center">
<div class="col-12 section-title">
<h2>Details</h2>
<hr />
</div>
<div class="col-lg-4 image-section divider">
<div class="image-holder">
<i class="fas fa-graduation-cap fa-3x"></i>
</div>
<h4><b>Experience</b></h4>
<span>Hack_NCState is free for all students to attend. This includes
activities and t-shirts as well as workshops on important,
practical subjects like building a website or developing your
first app. We encourage students to use Hack_NCState not only as a
forum to test and enhance their technical skills, but also to
socialize with students with similar interests and to have
fun!</span>
</div>
<div class="col-lg-4 pt-5 pt-lg-0 image-section divider">
<div class="image-holder">
<i class="fas fa-code fa-3x"></i>
</div>
<h4><b>Hack</b></h4>
<span>No, it's not that kind of hacking. Hackathons are 24 hour
competitions which provide students with the opportunity to
express themselves and tackle challenging problems using
technology. People with and without technical backgrounds come
together, form teams around a certain topic or idea, and
collaboratively code/build a unique solution from scratch — these
generally take shape in the form of websites, mobile apps, or
hardware designs. So grab a couple friends and come code and build
to your heart's desire.</span>
</div>
<div class="col-lg-4 pt-5 pt-lg-0 image-section">
<div class="image-holder">
<i class="fas fa-trophy fa-3x"></i>
</div>
<h4><b>Prizes</b></h4>
<span>Judges will award multiple prizes at the end of the event for 1st
2nd, and 3rd place in each track (only award given for 1st place in
Competitive Programming tracks) However, there’s no pressure to be
competitive; newcomers are encouraged to use Hack_NCState as an
opportunity to learn and explore, but anyone who wants to compete
should do so!</span>
</div>
</div>
</div>
</section>
<section id="faq">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>FAQ</h2>
<hr />
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="question">
<h4>When and where is Hack_NCState?</h4>
<span>This year Hack_NCState will be hosted on NCSU's Centennial Campus! The event will be held in both Duke
Energy Hall at Hunt Library and Engineering Building 2.</span>
<!-- <h4>When is Hack_NCState?</h4>
<span>10 AM March 25th - 6 PM March 26th (EST)</span> -->
</div>
<!-- <div class="question">
<h4>Where is Hack_NCState hosted?</h4>
<span
>Virtual! <br />
We will reach out to you with Discord details close to the event
date</span
>
</div> -->
<div class="question">
<h4>Do I need prior experience?</h4>
<span>No experience, no problem. We'll be having workshops on making
apps and working on hardware throughout the event, and a
hackathon is a great environment to focus on learning how to
code for an uninterrupted, 24-hour period.</span>
</div>
<div class="question">
<h4>Who can participate?</h4>
<span>Hack_NCState is open to both high school and university
students. Students will be able to select the track that they are interested in for participation.
</span>
</div>
<div class="question">
<h4>Get involved with us</h4>
<span>If you'd like to sponsor us or mentor the participants reach
out to us at <b>hackncstate@ncsu.edu</b></span>
</div>
<div class="question">
<h4>What is a track?</h4>
<span>At a hackathon, a track is designed to help focus your ideas
into one specific subject area. Some examples of tracks include: Solving High School, Solving College,
Data Science,
and Competitive Programming.</span>
</div>
<div class="question">
<h4>What are the rules?</h4>
<span>We are an MLH member event and expect all participants to
follow the MLH
<a class="button-link" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a>.
</span>
</div>
<!-- <div class="question">
<h4>What is the schedule?</h4>
</div> -->
<div class="question">
<h4>I have more questions!</h4>
<span>Reach out to us at <b>hackncstate@ncsu.edu</b></span>
</div>
</div>
<div class="col-md-6">
<!-- <div class="question">
<h4>What is a track?</h4>
<span
>At a hackathon, a track is designed to help focus your ideas
into one specific subject area. We have four tracks for you to
choose from: Solving High School, Solving College, Data Science,
and Competitive Programming (beginner/advanced).</span
>
</div> -->
<div class="question">
<h4>How much does the event cost?</h4>
<span>$0 - Hack_NCState is 100% free for everyone to attend!</span>
</div>
<div class="question">
<h4>How does the competition work?</h4>
<span>Teams of up to 4 will work together to code or build a project
and present it to the judges. This project can be or do
anything; there are no constraints on what teams are allowed to
develop. The judges will then select the best overall. Every
project must be fully completed at the hackathon - no outside
work/help is permitted.</span>
</div>
<div class="question">
<h4>What if I don't have a team?</h4>
<span>No worries! We will have a session early in the day where you can connect with other participants who
are looking to
fill out or form a team. This is an excellent opportunity to expand your already existing team or connect
with others
you haven't worked with before.
</span>
</div>
<div class="question">
<h4>What do I get?</h4>
<span>Participants will receive t-shirts and "swag" at the event. Students also get the valuable experience
of
working on projects together and the opportunity to take
workshops which teach practical computer science skills.</span>
</div>
<div class="question">
<h4>Does Hack_NCState offer travel reimbursement?</h4>
<span>No, hackers will need to provide their own forms of
transportation to and from the event.</span>
</div>
<div class="question">
<h4>Can I use old code?</h4>
<span>You may use all the publicly available code and APIs that you
want, but the code you will be judged on at the end of the
hackathon must be new.</span>
</div>
</div>
</div>
</div>
</section>
<!--
<section id="prizes">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Prizes</h2>
<hr />
</div>
</div>
<div class="card-columns" id="prizes-imgs">
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
<div class="card" style="width: 18rem">
<img
class="card-img-top"
src="..."
alt="Card image cap"
/>
<div class="card-body">
<p class="card-text">
Some quick example text to build on the card
title and make up the bulk of the card's
content.
</p>
</div>
</div>
</div>
</div>
</section>
-->
<section id="sponsors">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Sponsors & Partners</h2>
<hr />
</div>
</div>
<div class="row">
</div>
<div class="justify-content-around sponsor-row">
<a href="https://www.cisco.com" class="sponsor"><img src="images/sponsors/Cisco.png" alt="Cisco" width="1000"
height="250" /></a>
<a href="https://www.volvocars.com/" class="sponsor"><img src="images/sponsors/volvo.jpg" alt="Volvo"
width="1000" height="250" /></a>
<a href="https://www.lowes.com/" class="sponsor"><img src="images/sponsors/lowes.png" alt="Lowe's" width="1000"
height="250" /></a>
</div>
<div class="justify-content-around sponsor-row">
<a href="https://www.lexisnexis.com/" class="sponsor"><img src="images/sponsors/lexisnexis.png" alt="LexisNexis"
width="1000" height="250" /></a>
<a href="https://www.directsupply.com/" class="sponsor"><img src="images/sponsors/directSupply.png"
alt="Direct Supply" width="1000" height="250" /></a>
<a href="https://www.csl.com/" class="sponsor"><img src="images/sponsors/CSL.png" alt="CSL" width="1000"
height="250" /></a>
<a href="https://www.standoutstickers.com/" class="sponsor"><img src="images/sponsors/standoutstickers.png"
alt="Standout Stickers" width="1000" height="250" /></a>
</div>
<div class="justify-content-around sponsor-row">
<a href="https://www.nordvpn.com/" class="sponsor"><img src="images/sponsors/NordVPN_Logo_RGB_Primary_Black.png"
alt="NordVPN" width="1000" height="250" /></a>
<a href="https://nordpass.com/" class="sponsor"><img src="images/sponsors/NordPass.png" alt="NordPass"
width="1000" height="250" /></a>
<a href="https://incogni.com/" class="sponsor"><img src="images/sponsors/incogni black (3).png" alt="incogni"
width="1000" height="250" /></a>
<a href="https://saily.com/" class="sponsor"><img src="images/sponsors/saily-logo-black (2).png" alt="saily"
width="1000" height="250" /></a>
</div>
</div>
<div class="justify-content-around sponsor-row">
<a href="https://irods.org/" class="sponsor"><img src="images/sponsors/irods.png" alt="iRODS" width="1000"
height="250" /></a>
</div>
<!-- <div class="justify-content-around sponsor-row">
</div> -->
<!-- <div class="row">
<div class="section-title text-center">
<h2>With the generous support of...</h2>
<hr />
</div> -->
<!-- <div class="justify-content-around sponsor-row">
</div> -->
</section>
<section id="organizers">
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Directors</h2>
<hr />
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/WilliamHazlehurst.png'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/william-hazlehurst/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">William Hazlehurst</p>
<p class="role">Director of Logistics</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/Korayozturkler.png'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/kerim-koray-öztürkler-241bb922b/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Koray Öztürkler</p>
<p class="role">Director of Software</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/aaryansharma.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/aaryansharma">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Aaryan Sharma</p>
<p class="role">Director of Advertising, Finance & Logistics</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/connorblumsack.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/connor-blumsack-128225233/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Connor Blumsack</p>
<p class="role">Director of Sponsorship</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="section-title text-center">
<h2>Organizers</h2>
<hr />
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/EmilyCox.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/emilycox329">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Emily Cox</p>
<p class="role">Media Organizer</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/Samuel Firmansyah.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/samuel-firmansyah/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Samuel Firmansyah</p>
<p class="role">Software Organizer</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/Aivan\ Byrnes.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="http://linkedin.com/in/aivan-byrnes-818311250">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Aivan Byrnes</p>
<p class="role">Software and Sponsorship Organizer</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/amandacurrie.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/amandarcurrie/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Amanda Currie</p>
<p class="role">Software Organizer</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/akhil\ chawla.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="http://linkedin.com/in/akhil-chawla-a9b9851a1">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Aakhil Chawla</p>
<p class="role">Sponsorship and Software Organizer</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/tanvink.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/tanvin-k-a58b031b6/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Tanvin K</p>
<p class="role">Logistics, Sponsorship and Software Organizer</p>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/aarya.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/aaryarajoju/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Aarya Rajoju</p>
<p class="role">Logistics and Software Organizer</p>
</div>
</div>
</div>
</div>
<div class="col-xs-5 px-3">
<div class="person-card">
<a class="card-image" style="
background-image: url('images/team2025/Nathan.jpg'),
linear-gradient(45deg, #eef2f3, #8e9eab);
background-size: cover;
" href="https://www.linkedin.com/in/nathan-kim-b45081284/">
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin"
class="svg-inline--fa fa-linkedin linkedin-image has-text-white" role="img"
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
position:
absolute;
right: 10px;
bottom: 10px;">
<path fill="currentColor"
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z">
</path>
</svg>
</a>
<div class="card-content">
<p class="name">Nathan Kim</p>
<p class="role">Software Organizer</p>
</div>
</div>
</div>
</div>
<!-- <div class="container">
<div class="row">
<div class="section-title ">
<h2>Members Future</h2>
</div>
</div>
<div class="row justify-content-md-center">
<p class="future-statement">Alongside our annual hackathon, we also strive to support the growth of our members through leadership and various learning opportunities that take place throughout the year. Our dedication to empowering our community extends beyond just Hack_NCState, and we take pride in the accomplishments of our members who have gone on to do great things amazing companies, including the ones listed below!</p>
<div class="col-xs-5 px-3">
<img src="images/Alumni_Companies.png"/>
</div>
</div>
</div> -->
</section>
<footer id="footer" class="text-center">
<h4>Hack_NCState</h4>
<div>
<a href="mailto:hackncstate@ncsu.edu"><i class="fas fa-envelope fa-2x"></i></a>
<a href="https://twitter.com/Hack_NCState" target="_blank"><i class="fab fa-twitter fa-2x"></i></a>
<a href="https://www.instagram.com/hack_ncstate/" target="_blank"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://www.linkedin.com/company/hack-ncstate/" target="_blank"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</footer>
</body>
</html>