-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
352 lines (340 loc) · 15.4 KB
/
home.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="BigRed//Hacks - Be a part of something big.">
<meta name="author" content="BigRed//Hacks">
<link rel="shortcut icon" href="assets/favicon.ico">
<meta property="og:site_name" content="BigRed//Hacks">
<meta property="og:description"
content="BigRed//Hacks - Be a part of something big. Happening at Cornell University on September 24th-26th, 2021.">
<meta property="og:url" content="https://www.bigredhacks.com">
<meta property="og:title" content="BigRed//Hacks">
<meta property="og:image" content="https://www.bigredhacks.com/assets/main.png">
<meta property="og:image:type" content="image/png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@bigredhacks">
<meta name="twitter:creator" content="@bigredhacks">
<meta name="twitter:title" content="BigRed//Hacks">
<meta name="twitter:description"
content="BigRed//Hacks - Be a part of something big. Happening at Cornell University on September 24th-26th, 2021.">
<meta name="twitter:image" content="https://www.bigredhacks.com/assets/main.png">
<title>BigRed//Hacks </title>
<link rel="stylesheet" href="styles/font-awesome-4.7.0/css/font-awesome.min.css">
<link href="/styles/normalize.min.css">
<link href="styles/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://s.pageclip.co/v1/pageclip.css" media="screen">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs=" crossorigin="anonymous"></script>
</head>
<a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:60px;position:fixed;right:20px;top:0;width:10%;z-index:10000"
href="https://mlh.io/seasons/2022/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2022-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2022/mlh-trust-badge-2022-white.svg"
alt="Major League Hacking 2022 Hackathon Season" style="width:100%"></a>
<body>
<div id="navbar">
<a href="#hero" class="navbar-item hero">Home</a>
<a href="#about" class="navbar-item about">About</a>
<a href="#schedule" class="navbar-item schedule">Schedule</a>
<a href="#faq" class="navbar-item faq">FAQ</a>
<a href="#sponsors" class="navbar-item sponsors">Sponsors</a>
<a href=" https://apply.bigredhacks.com/" target=_blank class="disabled navbar-item is-bold apply">Apply</a>
</div>
<section id="hero"></section>
<section id="about">
<div class="container">
<h1 class="section__title">Who Are We</h1>
<div class="about__content">
<div class="inner">
<p>BigRed//Hacks is the oldest student-run, large-scale hackathon at Cornell
University.</p>
<p>Across three days, Cornell and non-Cornell students alike gather to build the
coolest and most innovative
projects, meet amazing people, and win some prizes along the way!</p>
<br>
<form action="https://send.pageclip.co/2ewcJNTDX5KKTnhKLBtrUfeZSXwsSLvt/brh-emails" class="pageclip-form"
method="post">
<!-- Replace these inputs with your own. Make sure they have a "name" attribute! -->
<input type="email" name="email" value="[email protected]" />
<!-- This button will have a loading spinner. Keep the inner span for best results. -->
<button type="submit" class="pageclip-form__submit">
<span>Send</span>
</button>
</form>
<p class="is-bold">Applications Open Soon!</p>
<a href="https://apply.bigredhacks.com/" class="disabled is-bold">Interested in attending?
Apply here!</a>
</div>
<div class="inner">
<img alt="Bear and trees graphic" src="assets/bear+trees.png">
</div>
</div>
<div class="previous__spotlight">
<div class="previous__image">
<img src="assets/org-2019.jpg" alt="2019 BRH participants photo">
</div>
<div class="previous__image">
<img src="assets/org-2018temp.jpg" alt="2018 BRH cupstacking team photo">
</div>
<div class="previous__image">
<img src="assets/org-2017temp.jpg" alt="2017 BRH IBM workshop photo">
</div>
</div>
</div>
</section>
<section id="schedule">
<div class="container">
<h1 class="section__title">Event Schedule</h1>
<div class="schedule__container">
<div class="schedule__day">
<p class="day">Friday, September 24th</p>
<table>
<tbody>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
<tr>
<td>4:00 PM</td>
<td>Check-In Begins</td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Opening Ceremony</td>
</tr>
<tr>
<td>7:00 PM</td>
<td>Dinner</td>
</tr>
<tr>
<td>8:00 PM</td>
<td>Hacking Begins/Team Formation</td>
</tr>
<tr>
<td>10:00 PM</td>
<td>Online Social</td>
</tr>
</tbody>
</table>
</div>
<div class="schedule__day">
<p class="day">Saturday, September 25th</p>
<table>
<tbody>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
<tr>
<td>12:00 AM</td>
<td>Midnight Snack</td>
</tr>
<tr>
<td>8:00 AM</td>
<td>Midnight Snack</td>
</tr>
<tr>
<td>9:00 AM</td>
<td>Bebe Lake Nature Walk</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Lunch</td>
</tr>
<tr>
<td>3:00 PM</td>
<td>T-Shirts!</td>
</tr>
<tr>
<td>5:00 PM</td>
<td>Cup Stacking</td>
</tr>
<tr>
<td>7:00 PM</td>
<td>Dinner</td>
</tr>
<tr>
<td>9:00 PM</td>
<td>Suprise Event</td>
</tr>
<tr>
<td>11:00 PM</td>
<td>Online Games</td>
</tr>
</tbody>
</table>
</div>
<div class="schedule__day">
<p class="day">Sunday, September 26th</p>
<table>
<tbody>
<tr>
<th>Time</th>
<th>Event</th>
</tr>
<tr>
<td>1:00 AM</td>
<td>Midnight Snack</td>
</tr>
<tr>
<td>8:00 AM</td>
<td>Hacking Ends/Breakfast</td>
</tr>
<tr>
<td>9:00 AM</td>
<td>Demos!</td>
</tr>
<tr>
<td>11:00 AM</td>
<td>Lunch</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Closing Ceremony</td>
</tr>
<tr>
<td>2:00 PM</td>
<td>Pack Up & Goodbyes</td>
</tr>
</tbody>
</table>
</div>
</div>
<i>All Events Subject To Change.</i>
<img alt="Trees graphic" src="assets/trees.png">
</div>
</section>
<section id="faq">
<div class="container">
<h1 class="section__title">Frequently Asked Questions</h1>
<div class="faq__container">
<div class="inner">
<div class="faq__single">
<p class="question is-bold">What are your protocols for COVID-19?</p>
<p class="answer">BigRed//Hacks will be an in-person event to the fullest extent that CDC, New York State,
and Cornell University guidelines permit. We expect to be able to accept all vaccinated Cornell students
in person, and are working towards accepting all vaccinated students from other colleges in the US as
well. We will keep you up to date as soon as we know who will be able to attend in person. Fear not, as
the event will be fully hybrid, and allow for a full experience virtually as well. So even if you can't or
feel uncomfortable attending in-person, there will be a full online component to the event for you to
participate in.</p>
</div>
<div class="faq__single">
<p class="question is-bold">Who is eligible to participate?</p>
<p class="answer">We are inviting all undergraduate and graduate students to
participate in our hackathon.
You don't need any past experience. You don't even need to be a computer science major! Our only
requirement is that you are at least 18 years old and enrolled in an accredited college or university.
</p>
</div>
<div class="faq__single">
<p class="question is-bold">What will I need to bring? </p>
<p class="answer">If you are participating online, all you'll need is a stable internet connection and your
computer! If in person, make sure you have been accepted as an in-person attendee (details will be
released on this during the application period), and bring your school ID for registration. You are also
responsible for bringing any equipment for building and demoing your hack: laptop, chargers, phones, etc.
You may also want to bring a sleeping bag, change of clothes, and toothbrush.
</p>
</div>
<div class="faq__single">
<p class="question is-bold">Do I need to sign up with a team?</p>
<p class="answer">You don't have to sign up with a team, but it's certainly more
fun! We allow teams of up
to four people (they don't have to be from the same school), and while they can be specified on the
application, you won't officially, create your team until the event. If you don't have a team yet, we'll
host a social before the hacking begins for you to meet other amazing people.
</p>
</div>
<div class="faq__single">
<p class="question is-bold">What are the rules?</p>
<p class="answer">Detailed hack specific rules will be coming out closer to the event, but generally all
hacks must be safe, must follow the MLH code of conduct, and should follow the theme of the event, where
applicable. More details coming soon.
</p>
</div>
</div>
<div class="inner">
<div class="faq__single">
<p class="question is-bold">Why is there an application?</p>
<p class="answer">We want to ensure that all hackers will have a positive experience at BigRed//Hacks.
Further, we need to know your T-shirt size and dietary information for swag and meal options! Don't worry,
the application is short.</p>
</div>
<div class="faq__single">
<p class="question is-bold">Are hardware hacks allowed?</p>
<p class="answer">We will be providing a dedicated hardware lab with
sensors, microcontrollers, and basic components. Some of our sponsors are bringing hardware to loan, but
we still suggest that you bring your own equipment if you know that you'll absolutely need it.</p>
</div>
<div class="faq__single">
<p class="question is-bold">How does travel reimbursement work?</p>
<p class="answer">Unfortunately, we unable to provide travel reimbursements or busses for 2021. The
in-person component of BigRed//Hacks is expected to be more heavily weighted towards Cornell students due
to COVID-19 restrictions. Where travel is a burden or impossibility, our event will feature a fully online
component with similar experiences to those found in-person. So fear not, you can have a similar hackathon
experience virtually!</p>
</div>
<div class="faq__single">
<p class="question is-bold">Are you providing food?</p>
<p class="answer"> Don't worry, there will be lots of delicious food and beverages
at our event, complimentary to all participants. We'll have vegetarian options as well. </p>
</div>
<div class="faq__single">
<p class="question is-bold">Have more questions?</p>
<p class="answer">Send them to [email protected]!</p>
</div>
<img alt="Planets graphic" src="assets/planets.png">
</div>
</div>
</div>
</section>
<section id="sponsors">
<div class="container">
<h1 class="section__title">Sponsors</h1>
<div class="sponsors__area">
<a href="https://mlh.io/" target=_blank>
<img alt="MLH Logo" class="sponsor" src="assets/sponsors/mlh-logo-color.png">
</a>
<a href="https://www.linode.com/" target=_blank>
<img alt="Linode Logo" class="sponsor" src="assets/sponsors/linode.png">
</a>
<a href="https://www.ubs.com/us/en.html" target=_blank>
<img alt="UBS Logo" class="sponsor" src="assets/sponsors/ubs.jpg">
</a>
<a href="https://www.acvauctions.com/" target=_blank>
<img alt="ACV Auctions Logo" class="sponsor" src="assets/sponsors/acv.png">
</a>
<a href="https://www.theforage.com/forage-for-funds/cornell-big-red-hacks" target=_blank>
<img alt="Forage Logo" class="sponsor" src="assets/sponsors/forage.png">
</a>
<a href="https://cloud.google.com" target=_blank>
<img alt="GCP Logo" class="sponsor" src="assets/sponsors/gcp.png">
</a>
</div>
<div class="sponsors__callout">
<h2 class="is-bold">Want to sponsor us?</h2>
<p>We're still accepting sponsors for our 2021 event!</p>
<p> Send us an email at <a class="is-bold" href="mailto: [email protected]">[email protected]</a></p>
</div>
</div>
</section>
<div id="footer">
<div class="footer-img"><img alt="BRH logo" src="assets/logo.png"></div>
<div class="btn-social-group">
<a class="btn btn-social" href="https://facebook.com/bigredhacks" target="_blank"><i
class="fa fa-facebook"></i></a>
<a class="btn btn-social" href="https://twitter.com/bigredhacks" target="_blank"><i class="fa fa-twitter"
aria-hidden="true"></i></a>
<a class="btn btn-social" href="mailto: [email protected]" target="_blank"><i class="fa fa-envelope"
aria-hidden="true"></i></a>
<p>Made with 🤍 from the <a href="https://org.bigredhacks.com/" target=_blank>BigRed//Hacks team</a></p>
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target=_blank>MLH Code of Conduct</a>
</div>
</div>
<script src="scripts/index.js"></script>
<script src="https://s.pageclip.co/v1/pageclip.js" charset="utf-8"></script>
</body>
</html>