-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
324 lines (307 loc) · 19.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<html>
<head>
<!-- Styling -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<!-- External javascript -->
<script src="js/jquery-3.6.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
</head>
<body class="bunnycursor">
<div id="scrollableElement">
<img id="backgroundImage" src="images/image.png">
<!-- Put any divs that should be overlayed ontop of the background image here. -->
<!-- Then in css/styles.css, add absolute positioning (see #faq or #schedule as examples) -->
<div class="overImage">
<div id="nav">
<!-- <p onclick="smoothScroll('title')">Home</p> -->
<p onclick="smoothScroll('about')">About</p>
<p onclick="smoothScroll('faq')">FAQ</p>
<p onclick="smoothScroll('schedule')">Schedule</p>
<p onclick="smoothScroll('team')">Team</p>
<p onclick="smoothScroll('sponsor')">Sponsor</p>
<p onclick="smoothScroll('socials')">Socials</p>
<p onclick="smoothScroll('register')">Register</p>
</div>
<div id="runner"><img id="alice" src="images/running_alice.gif"></div>
<div id="title">
<h1 class="main-header">uNCOmMon<br>HacKS</h1>
</div>
<div id="about" >
<div class="verticalScrollElement">
<p class="left">
Welcome to Uncommon Hacks, the official hackathon of the University of Chicago!
Spend 24 hours working on a project and meeting cool people in this one-of-a-kind experience!
In our 2023 edition of Hacks, we're excited to bring you the biggest event since the pandemic,
including the overnight component that makes for a truly unforgettable experience.
</p>
<p class="right">
Although Hacks will have prizes, we place more emphasis on learning and collaboration than some kind of competitive aspect.
So even if you've never coded before, please do sign up! A successful Hacks team needs people with different skill sets,
and if you would like to learn how to code, we'll have workshops to help you do so.
</p>
</div>
</div>
<div id="faq">
<h1>FAQ</h1>
<div class="verticalScrollElement">
<ul>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal1">What's a hackathon?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal2">How do I apply?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal3">When and where is Uncommon Hacks?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal4">What does the application process and timeline look like?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal5">Is Hacks only for undergraduate students?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal6">What can I make and who can I work with?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal7">What if I'm new to coding?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal8">How much does it cost?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal9">Did you say prizes?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal10">What should I bring?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal11">What if I have other questions?</button>
</li>
<li>
<button class="faqButton" data-bs-toggle="modal" href="" data-bs-target="#faqModal12">How do I stay in touch with Uncommon Hacks?</button>
</li>
</ul>
</div>
</div>
<div id="schedule">
<h1>Schedule</h1>
<div class="verticalScrollElement">
<ul>
<ul>
<li><em>3/24 Friday Workshop night</em></li>
<li><b>6:00-8:00 PM</b> Game development with Python and Pyxel</li>
<li><b>7:00-9:00 PM</b> Web development with React and Typescript</li>
</ul>
<ul>
<li><em>3/25 Day 1</em></li>
<li><b>9:00 AM</b> Doors open</li>
<li><b>10:00 AM</b> Opening ceremony</li>
<li><b>10:30 AM</b> Hacking begins</li>
<li><b>12:00 PM</b> Lunch</li>
<li><b>1:00 PM</b> Workshop: Vim: Ya Gotta Know it</li>
<li><b>2:00 PM</b> Activity: "The Caterpillar" (TypeRacer Showdown)</li>
<li><b>4:00 PM</b> Activity: "RRT" (Robot Rumble Tournament)</li>
<li><b>6:00 PM</b> Dinner</li>
<li><b>8:00 PM</b> Activity: "TTT" (Tank Trouble Tournament)</li>
<li><b>10:30 PM</b> PREMIER ACTIVITY: "Sydney in Wonderland: A Generative-AI Theater Challenge"</li>
<li><b>11:59 PM</b> Mad Hatter's Tea Party (Insomnia Cookies and Tea)/Play Performances</li>
</ul>
<ul>
<li><em>3/26 Day 2</em></li>
<li><b>8:00 AM</b> Workshop: "I Give Myself Very Good Advice" (Meditation Primer)</li>
<li><b>9:00 AM</b> Breakfast</li>
<li><b>10:00 AM</b> Projects due, project fair</li>
<li><b>11:00 AM</b> Judge deliberation</li>
<li><b>12:00 PM</b> Awards, closing ceremony</li>
</ul>
</ul>
</div>
</div>
<div id="team">
<h1>Team</h1>
<img id="headshots" class="headshots" src="images/member_photos/Chang_Formal - Eric Chang.jpg"/>
<p> Meet the team behind Uncommon Hacks 2023 <a href="https://team.uncommonhacks.com/">here</a>!</p>
</div>
<div id="sponsor">
<h1>Sponsors</h1>
<a href="https://sites.google.com/uchicago.edu/teaclub/home" target="_blank"><img src="images/teaclub.png"></a>
</div>
<div id="socials">
<h1>Socials</h1>
<button class="btn email" onclick="location.href='mailto:[email protected]?Subject=Uncommon%Hacks%2021%Inquiry';"></button>
<button class="btn facebook" onclick="location.href='https://www.facebook.com/uncommonhacks';"></button>
<button class="btn instagram" onclick="location.href='https://www.instagram.com/uncommonhacks/';"></button>
<button class="btn linkedin" onclick="location.href='https://www.linkedin.com/company/uncommonhacks/';"></button>
<button class="btn twitter" onclick="location.href='https://twitter.com/uncommonhacks';"></button>
<div id="register">
<button class="button button1" onclick="location.href='https://form.typeform.com/to/CS6gyJjX';"><b>Register Now!</b></button>
</div>
</div>
</div>
</div>
<!-- Modal windows for FAQ -->
<div>
<div class="modal fade " id="faqModal1" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
What's a hackathon?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Hackathons are invention marathons where attendees collaborate on a project over the course of a weekend! Hackers will be in a fun, supportive environment with the necessary tools and mentorship provided to create weird, quirky, and amazing projects that creatively explore new ideas with code or solve unconventional problems. University and high school students from anywhere are welcome, even if you're not a computer science major or have never been to a hackathon before! We've written a guide for first-time hackers available <a href="https://github.com/uncommonhacks/guide">here</a>. </p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal2" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
How do I apply?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Regular applications open on the week of Feb. 20 and will be due around two weeks later. Applications are accepted on a rolling basis. You can participate as long as you're a student enrolled in a high school or university, or you have graduated within the last 12 months. We aim to be beginner-friendly, so all are welcome! Check back on this website then, and follow our <a href="http://instagram.com/uncommonhacks">Instagram</a> and <a href="https://www.facebook.com/uncommonhacks">Facebook</a> for the latest updates! </p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal3" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
When and where is Uncommon Hacks?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>March 24th-26th 2023 @ the Polsky Exchange, 1452 E 53rd St., 2nd floor, Chicago, IL, 60615</p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal4" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
What does the application process and timeline look like?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>The process starts out with the hackathon application, which consists of basic demographic questions as well as a few ~mystery~ short answer ones. The Uncommon Hacks team will be reviewing the applications in waves, and you will be notified via email with the result of your application. If you've been accepted, you will have an RSVP link to complete as confirmation of your attendance. From there, you're all set - see you on our adventure! </p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal5" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
Is Hacks only for undergraduate students?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>No, high school or university students are welcome to come join us!</p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal6" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
What can I make and who can I work with?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>You are encouraged (but not required) to work in teams of up to five (5) people! Collaborating with hackers across different schools is especially welcome. We will offer plenty of opportunities for you to meet new people and make teams.</p>
<p>Our hackers created the most whimsical projects, from programatic contemporary art to a UChicago-themed battle royale. Check out our 2022 winning project gallery <a href="https://uncommonhacks-2022.devpost.com/project-gallery">here</a></p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal7" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
What if I'm new to coding?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>We welcome everyone to apply, regardless of your background in tech! Even if you have limited coding or technical experience, we will have plenty of talks and workshops scheduled to introduce you to a plethora of different tools and technologies. We will also have mentors available throughout the weekend to help out if you ever get stuck or run out of ideas. </p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal8" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
How much does it cost?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Nothing! Uncommon Hacks is free to attend. We will not offer travel reimbursement.</p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal9" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
Did you say prizes?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Affirmative, we will be handing out various prizes to the top submissions.</p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal10" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
What should I bring?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>The basic thing is a laptop, and if you are planning on staying the night we recommend some additional items: a sleeping bag, change of clothes, and a toothbrush/toothpaste, but you don't have to stay the night although we may have limitations on when people can enter and exit the venue during the night. </p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal11" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
What if I have other questions?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Email [email protected] or shoot us a <a href="https://m.me/uncommonhacks">Facebook message</a>.</p>
</div>
</div>
</div>
</div>
<div class="modal fade " id="faqModal12" tabindex="-1">
<div class="modal-dialog ">
<div class="modal-content">
<div class="modal-header">
How do I stay in touch with Uncommon Hacks?
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<p>Follow our <a href="http://instagram.com/uncommonhacks">Instagram</a> and <a href="http://facebook.com/uncommonhacks">Facebook</a> for the latest updates! To subscribe to our email list, fill out the form <a href="https://forms.gle/tRNXV2CNvVyqnz59A">here</a>. </p>
</div>
</div>
</div>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>