-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
221 lines (193 loc) · 10.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head lang="en-us">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="theme-color" content="#3A3352">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta property="og:url" content="https://hacknc.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="HackNC 2023">
<meta property="og:description" content="UNC-Chapel Hill's annual fall hackathon" />
<title>HackNC 2023</title>
<link rel="icon" type="image/png" sizes="32x32" href="static/assets/images/halloween-art/purple-favicon.jpg">
<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=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet">
<script src="https://use.fontawesome.com/28dbc0dc5a.js"></script>
<script src="https://kit.fontawesome.com/95c7888398.js" crossorigin="anonymous"></script>
<!-- David's Kit^^ -->
<script src="https://code.jquery.com/jquery-3.5.1.js"
integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc=" crossorigin="anonymous"></script>
<script src="static/js/main.js"></script>
<script src="static/js/hambuger-menu.js"></script>
<script src="static/js/navbar.js" defer></script>
<link rel="stylesheet" href="static/css/main.css">
</head>
<body>
<!-- Navigation Bar -->
<nav class="hide-on-med-and-down" id="navbar">
<ul>
<li>
<a href="#home">
<div class="home">
<img src="/static/assets/images/halloween-art/ram.svg" />
HackNC
</div>
</a>
</li>
<li id="nav-section"><a href="https://hacknc.com/live/">Live</a></li>
<li id="nav-section"><a href="#about">About</a></li>
<li id="nav-section"><a href="#faq">FAQ</a></li>
<li id="nav-section"><a href="#sponsors">Sponsors</a></li>
</ul>
</nav>
<!-- Hamburger Menu -->
<input type="checkbox" class="hamburger-btn fa-solid fa-bars" id="hamburger-btn" />
<div class="hamburger-menu">
<a href="#home">Home</a>
<a href="https://hacknc.com/live/">Live</a>
<a href="#about">About</a>
<a href="#faq">FAQ</a>
<a href="#sponsors">Sponsors</a>
</div>
<!-- Logo and header -->
<div class="splash">
<div class="banner">
<img id="banner-graphic" src="/static/assets/images/halloween-art/combined banner graphic.svg"
alt="Banner Graphic SVG" />
<div class="banner-info">
<h1 class="tagline"><span class="haunted">Haunted</span><br>HackNC</h1>
<h1 class="techortreat">Tech or Treat</h1>
<h2 class="date">{ October 27 - 29, 2023 }</h2>
<button class="involve-button hide-on-med-and-down live-button"><a
href="https://hacknc.com/live/">HACKNC
LIVE: Day-Of Logistics</a></button>
<a class="mobile-registration-link live-button" href="https://hacknc.com/live/">HACKNC LIVE: Day-Of
Logistics</a>
<button class="involve-button hide-on-med-and-down register-button"><a
href="https://hacknc1.typeform.com/hacknc2023" target="_blank">Participant/Mentor/Volunteer
Registration</a></button>
<a class="mobile-registration-link register-button" href="https://hacknc1.typeform.com/hacknc2023"
target="_blank">Participant/Mentor/Volunteer Registration</a>
</div>
</div>
</div>
<!-- About -->
<div class="section about">
<a class="nav-anchor" id="about"></a>
<div class="container">
<div class="about-info">
<!-- Images -->
<div class="about-detail">
<h1 class="about-heading">What is HackNC?</h1>
<div class="about-description-button">
<p class="about-description">
HackNC is a weekend for students of all skill levels to broaden their talents. Your
challenge is to make an awesome project in just 24 hours.
You will have access to hands-on tech workshops, sponsor networking, as well as exciting
talks about the awesome things happening right now
with computer science and technology - not to mention all of the free food, shirts,
stickers, and swag! We are the largest hackathon in the southeastern United States.
</p>
<button id="about-past-projects"><a href="https://hacknc-2022.devpost.com/project-gallery"
target="_blank">Explore Past Projects</a></button>
</div>
</div>
<img id="about-graphic" src="/static/assets/images/halloween-art/combined about graphic.svg"
alt="Raven, Full Moon, and Pumpkin SVG" />
</div>
</div>
</div>
<!-- FAQ -->
<div class="section faq">
<a class="nav-anchor" id="faq"></a>
<div class="container">
<h1 class="faq-header">FAQ</h1>
<div id="faq-container">
<div class="faq-column" id="faq-column-1"></div>
<div class="faq-column" id="faq-column-2"></div>
</div>
</div>
</div>
<!-- Sponsors -->
<div class="section sponsors">
<a class="nav-anchor" id="sponsors"></a>
<div class="container" id="sponsor-section">
<h1 class="sponsors-header">Sponsors</h1>
<br>
<p class="center sponsorFooter">HackNC wouldn't be possible without the help of our sponsors. They help us
give out cool prizes, and let us do our work smoothly. Looking to sponsor HackNC 2023? Email us at <a
class="sponsor-email" href="mailto:[email protected]">[email protected]</a>!</p>
<br>
<div class="sponsor-container">
<a target="_blank" href='https://www.principal.com/about-us/careers/internships'>
<img alt="Principal logo" id="Principal-logo" class="sponsor-image"
src='static/assets/images/sponsors/principal.png'></a>
<a target="_blank" href='https://pearson.jobs/intern-apprenticeships/'>
<img alt="Pearson logo" id="Pearson-logo" class='sponsor-image'
src='static/assets/images/sponsors/pearson.png'></a>
<a target="_blank" href='https://www.wellsfargojobs.com/en/university-programs/'>
<img alt="Wells Fargo logo" id="WellsFargo-logo" class='sponsor-image'
src='static/assets/images/sponsors/wellsFargo.png'></a>
<a target="_blank"
href='https://www.deere.com/en/our-company/john-deere-careers/jobs-for-students/internships-and-part-time-students/'>
<img alt="John Deere logo" id="JohnDeere-logo" class='sponsor-image'
src='static/assets/images/sponsors/johndeere.png'></a>
<a target="_blank" href='https://www.infosys.com/'>
<img alt="Infosys logo" id="Infosys-logo" class='sponsor-image'
src='static/assets/images/sponsors/infosys.png'></a>
<a target="_blank" href='https://www.captechconsulting.com/careers/student-opportunities'>
<img alt="CapTech logo" id="CapTech-logo" class='sponsor-image'
src='static/assets/images/sponsors/captech.png'></a>
<a target="_blank" href='https://www.bandwidth.com/careers/internship/'>
<img alt="Bandwidth logo" id="Bandwidth-logo" class='sponsor-image'
src='static/assets/images/sponsors/Bandwidth.png'></a>
<a target="_blank" href='https://jobs.cisco.com/jobs/SearchJobs/internship'>
<img alt="Cisco logo" id="Cisco-logo" class='sponsor-image'
src='static/assets/images/sponsors/cisco.png'></a>
<a target="_blank" href='https://www.revvity.com/'>
<img alt="Revvity logo" id="Revvity-logo" class='sponsor-image'
src='static/assets/images/sponsors/revvity.jpg'></a>
<a target="_blank" href='https://mule.to/p4fh/'>
<img alt="Sticker Mule logo" id="StickerMule-logo" class='sponsor-image'
src='static/assets/images/sponsors/stickermule.png'></a>
<a target="_blank" href='https://zilliz.com'>
<img alt="Zilliz logo" id="Zilliz-logo" class='sponsor-image'
src='static/assets/images/sponsors/zilliz.png'></a>
<a target="_blank" href='https://www.patientsafetytech.com'>
<img alt="PSTC logo" id="PSTC-logo" class='sponsor-image'
src='static/assets/images/sponsors/patientsafety.png'></a>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="section">
<div class="container center">
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">
<p>MLH Code of Conduct</p>
</a>
<div class="contact-info">
<a aria-label="HackNC email" target="_blank" href="mailto:[email protected]">
<i class="fa fa-envelope-square fa-2x"></i></a>
<a aria-label="HackNC facebook" target="_blank" href="https://www.facebook.com/thehacknc/">
<i class="fa fa-facebook-square fa-2x"></i></a>
<a aria-label="HackNC twitter" target="_blank" href="https://twitter.com/thehacknc">
<i class="fa fa-twitter-square fa-2x"></i></a>
<a aria-label="HackNC instagram" target="_blank" href="https://www.instagram.com/thehacknc/">
<i class="fa fa-instagram fa-2x"></i></a>
</div>
<u>© HackNC 2023 </u>
</div>
</footer>
<a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:25px;top:0;width:10%;z-index:10000"
href="https://mlh.io/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2024-season&utm_content=black"
target="_blank"><img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2024/mlh-trust-badge-2024-black.svg"
alt="Major League Hacking 2024 Hackathon Season" style="width:100%"></a>
</body>
</html>