-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
535 lines (533 loc) · 22.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="CodeRED is Houston's Premier Hackathon and Innovation Event. It's a place for students to learn something new, explore possibilities, solve problems, and build out their dreams." name="description">
<meta property="og:image" content="http://uhcode.red/img/image.png" />
<meta property="og:title" content="CodeRED Curiosity" />
<meta property="og:description" content="Houston's Premier Hackathon and Innovation Event." />
<title>CodeRED Curiosity | Houston's Premier Innovation Experience</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,100,900" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet">
<link rel="icon" href="./img/icons/codeREDIcon.jpg">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '681177452048679');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=681177452048679&ev=PageView&noscript=1"
/></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
</head>
<body>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:absolute;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2017/events?utm_source=na-2017&utm_medium=TrustBadge&utm_campaign=na-2017&utm_content=white" target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2017/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%">
</a>
<section class="home text-center" id="home">
<div class="content">
<img alt="CodeRED Curiosity Houston's Premier Hackathon" class="logo" src="img/logo.svg">
<h1 class="title">
CodeRED Curiosity | Houston's Premier Innovation Experience & Hackathon
</h1>
<br />
<h3 class="university white uppercase">
<b class="uni">University</b> of <b class="houston red">
Houston
</b>
</h3>
<h3 class="date white uppercase">
October 29-30, 2016
</h3>
<!--<h3 class="white uppercase">
<a href="https://www.google.com/maps/place/Student+Center+South/@29.7192412,-95.3431601,17z/data=!4m8!1m2!2m1!1sUH+Student+Center+South!3m4!1s0x0:0x2fbf3e96e13ad6ca!8m2!3d29.7202622!4d-95.3408039">
Student Center South UH
</a>
</h3>-->
<br />
<!-- <a class="btn-white" href="#sponsors">
Sponsor
</a> -->
<!--<a class="btn-white" href="https://coderedcuriosity.herokuapp.com/">
Slack
</a>-->
<!--<a class="typeform-share btn-white" href="https://uhcodered.typeform.com/to/GXRHcc" data-mode="1" target="_blank">
Register
</a> -->
<!--<a class="typeform-share btn-white" href="https://uhcodered.typeform.com/to/cSvMgm" data-mode="1" target="_blank">
Mentor
</a>
<a class="typeform-share btn-white" href="https://docs.google.com/forms/d/e/1FAIpQLSdJqxzzqiDr_ph0ccvi9JL_Hq9kxCC9ozK_may-gldzjprIMg/viewform?embedded=true" data-mode="1" target="_blank">
Volunteer
</a>-->
</div>
<img class="mars" src="img/mars.svg" width="100%">
</section>
<section class="about" id="about">
<div class="container">
<h2 class="text-center">
CodeRED is Houston's Premier Innovation Experience
</h2>
<p>
Hosted by CougarCS, CodeRED is a place for students to <span class="bold">have fun, learn something new, explore possibilities, solve problems, and build out their dreams without fear or doubt.</span>
</p>
<p>
Whether you are building your first website, diving into the world of virtual reality, or building something truly game changing in an industry, come join us at CodeRED 2016. We'll provide you with everything you need - food, mentors, hardware, swag, etc. Just make sure you come hungry, curious, and eager to build your future.
</p>
</div>
</section>
<div class="about-divider divider">
<svg width="100%" height="100%" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<polyline points="0,0 100,100 100,0"></polyline>
</svg>
</div>
<section class="tracks">
<div class="container">
<h2 class="text-center">Tracks</h2>
<h4>
This CodeRED, we'll be introducing Tracks. Tracks offer a way for us to provide additional resources, incentives, and guidance by integrating specific themes into your projects.
Tracks aren't required to be the core of a project, but they can serve as a way improve a project and one's skills.
</h4>
<div class="row">
<div class="col-xs-6 col-sm-4 col-lg-2">
<img src="img/icons/database.svg">
<h3>Big Data</h3>
</div>
<div class="col-xs-6 col-sm-4 col-lg-2">
<img src="img/icons/first-aid.svg">
<h3>Health</h3>
</div>
<div class="col-xs-6 col-sm-4 col-lg-2">
<img src="img/icons/card-lock.svg">
<h3>Security</h3>
</div>
<div class="col-xs-6 col-sm-4 col-lg-2">
<img src="img/icons/chip.svg">
<h3>Hardware</h3>
</div>
<div class="col-xs-6 col-sm-4 col-lg-2">
<img src="img/icons/rover.svg">
<h3>Robotics</h3>
</div>
<div class="col-xs-6 col-sm-4 col-lg-2">
<img src="img/icons/startup.svg">
<h3>Startups</h3>
</div>
</div>
</div>
</section>
<div class="tracks-divider divider">
<svg width="100%" height="100%" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<polyline points="0,0 100,100 100,0"></polyline>
</svg>
</div>
<section id="faq" class="faq">
<div class="container">
<h2 class="text-center">FAQ</h2>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>What is a hackathon?</h4>
<p>Hackathons have taken the world by storm, and they're not about breaking or stealing. They're about solving problems, building ideas, and pushing the limits of the mind and body to create something amazing. </p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>Where is CodeRED Curiosity?</h4>
<p>It will be at the University of Houston Student Center South.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>Who can attend?</h4>
<p>Any undergraduate and graduate student from any college, university, or higher education institution. Graduates who graduated within 1 year of the event may also attend.</p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>Can high schoolers attend?</h4>
<p>High schoolers can attend! Do not hesitate to sign up.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>How much does it cost?</h4>
<p>Absolutely nothing for the event. We'll be providing snacks and meals, and sponsors will be handing out swag and prizes.</p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>What do I need to bring?</h4>
<p>A computer (preferably laptop), student ID, chargers, a sleeping bag if needed, and anything you need to maintain hygiene.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>Travel Reimbursement?</h4>
<p>We will be providing up to $200 travel reimbursement for approved applications. Travel reimbursement amount will be determined based on travel distance and will be distributed during the event. We are currently not accepting new reimbursement applications.</p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>How big can a team be?</h4>
<p>We suggest no more than five people, and please don't be a one man team. The real fun and productivity happens when you're a team. Note: We will only be providing prizes for up to four people per team. </p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>How do I get there?</h4>
<p>Drive, carpool, Uber/Lyft, airplane, bus, etc. We will be providing busses for high demand locations.</p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>How can my area get a bus?</h4>
<p>If we find that an area has a true high demand and funds are sufficient, we will provide a bus.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>What if I don't have a team or idea?</h4>
<p>Don't worry! That's pretty common, you'll have time before the hacking begins to find a team. We'll also have Facebook group for attendees.</p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>Do I have to be a CS or Technology major?</h4>
<p>Absolutely not! Any major may attend, and we frequently find many business, biology, and engineering majors at hackathons. All levels of skill and skillsets are welcome.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>I would like to be a volunteer and/or mentor</h4>
<p>Fantastic! We're excited that you would like to volunteer and/or mentor. Contact us at [email protected].</p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>I want to attend, but I'm not sure if I can make it</h4>
<p>Apply! If you get accepted we will ask for confirmation. If you confirm and cannot attend, please let us know ASAP so we can let someone else in.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6">
<h4>What is your Code of Conduct?</h4>
<p>CodeRED abides by the MLH code of conduct. For more info see <a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf" class="red">here</a></p>
</div>
<div class="col-xs-12 col-sm-6">
<h4>Will CodeRED sponsor visas?</h4>
<p>Unfortunately, due to legal complications, we will not be sponsoring visas for individuals wishing to come from other countries. </p>
</div>
</div>
</div>
</section>
<div class="faq-divider divider">
<svg width="100%" height="100%" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<polyline points="0,0 100,100 100,0"></polyline>
</svg>
</div>
<section class="schedule" id="schedule">
<div class="container">
<h2 class="text-center white">Schedule</h2>
<div class="row">
<div class="col-xs-12 col-sm-6 white text-center">
<h3>Saturday, October 29</h3>
<table class="list-time">
<tr>
<td>10:30 - 12:00pm</td>
<td>Check-in (Student Center)</td>
</tr>
<tr>
<td>12:00 - 1:00pm</td>
<td>Opening Ceremony</td>
</tr>
<tr>
<td>1:00pm</td>
<td>Lunch (CBB)</td>
</tr>
<tr>
<td>2:00 - 3:00pm</td>
<td>Data Visualization Techniques with HTML & CSS by PROS</td>
</tr>
<tr>
<td>3:00 - 4:00pm</td>
<td>Machine Learning by JPMorgan</td>
</tr>
<tr>
<td>4:00 - 5:00pm</td>
<td>Git by ByteCamp</td>
</tr>
<tr>
<td>5:00 - 6:00pm</td>
<td>Capture The Flag by MLH</td>
</tr>
<tr>
<td>6:00 pm</td>
<td>LoL World Championship Streaming Party</td>
</tr>
<tr>
<td>7:00pm</td>
<td>Dinner</td>
</tr>
<tr>
<td>8:00 - 10:00pm</td>
<td>Life - Sized Jenga</td>
</tr>
<tr>
<td>10:00 - 11:00pm</td>
<td>IRL Angry Bird</td>
</tr>
<tr>
<td>12:00am</td>
<td>Midnight Snack</td>
</tr>
</table>
</div>
<div class="col-xs-12 col-sm-6 white text-center">
<h3>Sunday, October 30</h3>
<table class="list-time">
<tr>
<td>1:00am</td>
<td>Cup Stacking</td>
</tr>
<tr>
<td>7:00am</td>
<td>Breakfast</td>
</tr>
<tr>
<td>11:00am</td>
<td>Lunch</td>
</tr>
<tr>
<td>12:00</td>
<td>Hacking Stops</td>
</tr>
<tr>
<td>12:15pm - 1:30pm</td>
<td>Judging (CBB)</td>
</tr>
<tr>
<td>2:00 - 4:00pm</td>
<td>Final Demos & Closing Ceremony (Student Center)</td>
</tr>
<tr>
<td>5:00</td>
<td>Busses Leave</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<div class="schedule-divider divider">
<svg width="100%" height="100%" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<polyline points="0,0 100,100 100,0"></polyline>
</svg>
</div>
<section class="sponsors" id="sponsors">
<div class="container">
<h2 class="text-center red">CodeRED Sponsors</h2>
<div class="row nodes company-nodes">
<h3>Our partnerships with companies, nonprofits, and startups make CodeRED outstanding.</h3>
<p class="interested">
Without the support and incredible interaction between students and our partners, CodeRED would not be possible.
<br />
<!--Interested in becoming a sponsor? <a href="./sponsor" class="red">Click here for more information</a> -->
</p>
<div class="row nodes">
<div class="col-xs-6 col-sm-3">
<a href="http://hcss.com" target="_new">
<img alt="HCSS" src="img/sponsors/HCSS.svg" width="100%">
</a>
</div>
</div>
<div class="row nodes">
<div class="col-xs-12 col-sm-12">
<a href="https://www.jpmorgan.com" target="_new">
<img alt="JPMorgan" src="img/sponsors/JPMorganChase.svg" width="70%">
</a>
</div>
</div>
<div class="row nodes">
<div class="col-xs-6 col-sm-3">
<a href="http://simhouston.org" target="_new">
<img alt="SIM" src="img/sponsors/SIM.svg" width="65%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://pros.com" target="_new">
<img alt="PROS" src="img/sponsors/pros.svg" width="100%">
</a>
</div>
</div>
<div class="row nodes">
<div class="col-xs-6 col-sm-5">
<a href="http://bluechasm.com" target="_new">
<img alt="BlueChasm" src="img/sponsors/BlueChasm.png" width="90%">
</a>
</div>
<div class="col-xs-6 col-sm-4">
<a href="http://nov.com" target="_new">
<img alt="NOV" src="img/sponsors/NOV.svg" width="70%">
</a>
</div>
</div>
<div class="row nodes">
<div class="col-xs-6 col-sm-3">
<a href="http://twosigma.com" target="_new">
<img alt="Two Sigma" src="img/sponsors/two_sigma.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://united.com" target="_new">
<img alt="United" src="img/sponsors/United.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://topspotims.com" target="_new">
<img alt="ChaiOne" src="img/sponsors/ChaiOne.svg" width="80%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://topspotims.com" target="_new">
<img alt="TopSpot" src="img/sponsors/TopSpot.jpg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://parivedasolutions.com" target="_new">
<img alt="Pariveda Solutions" src="img/sponsors/Pariveda.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://neorhino.com" target="_new">
<img alt="NeoRhino" src="img/sponsors/NeoRhino.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://shipcomwireless.com" target="_new">
<img alt="Shipcom" src="img/sponsors/Shipcom.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://brixbits.com" target="_new">
<img alt="BrixBits" src="img/sponsors/BrixBits.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.hines.com" target="_new">
<img alt="Hines" src="img/sponsors/Hines.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.hpe.com" target="_new">
<img alt="Hewlett Packard Enterprise" src="img/sponsors/HPE.png" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://www.targaresources.com/" target="_new">
<img alt="Targa" src="img/sponsors/Targa.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://www.citadelcasingsolutions.com/" target="_new">
<img alt="Citadel" src="img/sponsors/Citadel.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://microsoft.com" target="_new">
<img alt="Microsoft" src="img/sponsors/Microsoft.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://google.com" target="_new">
<img alt="Google" src="img/sponsors/Google.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://clarifai.com" target="_new">
<img alt="Clarifai" src="img/sponsors/Clarifai.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://gimmal.com" target="_new">
<img alt="Gimmal" src="img/sponsors/Gimmal.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://ecnetwork.com" target="_new">
<img alt="Emergency Communications Network" src="img/sponsors/ECN.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="https://www.jimmyjohns.com/" target="_new">
<img alt="Jimmy Johns" src="img/sponsors/jimmyjohns.png" width="30%">
</a>
</div>
</div>
<h2 class="text-center red">Partners</h2>
<div class="partners text-center">
<p class="interested">Proudly organized and supported by</p>
<div class="row nodes">
<div class="col-xs-12 col-sm-8">
<a href="http://cougarcs.com" target="_new">
<img src="img/partners/CougarCS.svg" width="100%">
</a>
</div>
<div class="clearfix"></div>
<div class="col-xs-4 col-sm-3 col-md-3">
<a href="http://www.shpehouston.org/" target="_new">
<img src="img/partners/SHPE.jpg" width="50%">
</a>
</div>
<div class="col-xs-4 col-sm-3 col-md-3">
<a href="https://www.facebook.com/UHDHackers/" target="_new">
<img src="img/partners/UHD.svg" width="100%">
</a>
</div>
<div class="col-xs-6 col-sm-3">
<a href="http://redlabs.bauer.uh.edu/" target="_new">
<img src="img/partners/REDLabs.svg" width="50%">
</a>
</div>
<div class="col-xs-12 col-sm-3">
<a href="http://mlh.io" target="_new">
<img src="img/partners/mlh.svg" width="80%">
</a>
</div>
</div>
</div>
</div>
</section>
<div class="sponsors-divider divider">
<svg width="100%" height="100%" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none">
<polyline points="0,0 100,100 100,0"></polyline>
</svg>
</div>
<section class="footer" id="footer">
<div class="container text-center">
<img src="img/cougar.svg" width="120">
<p>Copyright © CougarCS 2016</p>
</div>
</section>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || [])
.push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script',
'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-64246877-1', 'auto');
ga('send', 'pageview');
</script>
<script>
(function(){var qs,js,q,s,d=document,gi=d.getElementById,ce=d.createElement,gt=d.getElementsByTagName,id='typef_orm',b='https://s3-eu-west-1.amazonaws.com/share.typeform.com/';if(!gi.call(d,id)){js=ce.call(d,'script');js.id=id;js.src=b+'share.js';q=gt.call(d,'script')[0];q.parentNode.insertBefore(js,q)}id=id+'_';if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href=b+'share-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}})()
</script>
</body>
</html>