-
Notifications
You must be signed in to change notification settings - Fork 1
/
hackathon.html
426 lines (403 loc) · 17.6 KB
/
hackathon.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<title>Launchpad</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]>
<script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="assets/js/modernizr.js"></script>
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">{coding&&community}</a>
</div>
<div class="navbar-collapse collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li class="active"><a href="hackathon.html">LAUNCHPAD</a></li>
<li><a href="forum.html">CS EDUCATION FORUM</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</div>
</div>
<!-- *****************************************************************************************************************
BLUE WRAP
***************************************************************************************************************** -->
<div id="hackathon-header">
<h1><img src="assets/img/launchpad.png" width="40%"></h1>
<h4 style="font-size: 32px;">March 16-17, 2019</h4>
</div>
<div class="container hackathon-container">
<div class="buzzwords">
<div class="buzzword">Code</div>
<div class="buzzword">Collaborate</div>
<div class="buzzword">Discover</div>
</div>
<p><b>Launchpad</b> is a hackathon for local high school students hosted at RPI by
coding&&community. Students will have the opportunity to work together to
brainstorm, design, and code a project from scratch. We're excited to see
your creativity unleashed!</p>
<div id="register">
<h4>Registration is now open!</h4>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdUrt_YerxDGr8J7-ShcAfMZ1hO4OjgSFEfT1Y-7VUmy1I7eg/viewform"
style="color:white">
<button type="button" class="btn btn-primary btn-lg">
Register Now
</button>
</a>
</div>
<div class="section">
<h2>About</h2>
<div class="info">
<h6>When:</h6>
<p>March 16-17, 2019</p>
</div>
<div class="info">
<h6>Where:</h6>
<p>Heffner Alumni House, 1301 Peoples Ave, Troy, NY</p>
</div>
<div class="info">
<h6>Who:</h6>
<p>Grades 9-12</p>
</div>
<p><b>Launchpad</b> is open to coders of all skill levels. Mentors from RPI will be
around to help brainstorm, give advice, and teach mini tech-talks about
topics that might be useful to your project. At the end of the day, all
teams are encouraged to present their work, with the chance of winning some
prizes!</p>
</div>
<div class="section">
<h2>Guest Speaker</h2>
<div>
<img src="assets/img/headshot/fwallace.png" id="guest"/>
</div>
<div id="guest-div">
<p id="guest-blurb"><b>Dr. Faith Wallace</b> is a former professor turned programmer who is
using her background in education to improve training for people who want to
become developers.</p>
</div>
</div>
<div class="section">
<h2>Tentative Schedule</h2>
<p>Remember, you don't have to come both days!</p>
<div class="schedules">
<table class="schedule-table">
<tbody>
<tr>
<th>Time</th>
<th>Day 1</th>
</tr>
<tr>
<td>9:00 am</td>
<td>Check-in and Breakfast</td>
</tr>
<tr>
<td>10:00 am</td>
<td>Form teams and kickoff</td>
</tr>
<tr>
<td>10:30 am</td>
<td>Begin Hacking</td>
</tr>
<tr>
<td>11:30 am</td>
<td>Web Design Double Workshop</td>
</tr>
<tr>
<td>12:30 pm</td>
<td>Lunchtime</td>
</tr>
<td>1:15 pm</td>
<td>API Workshop</td>
<tr>
<td>3:00 pm</td>
<td>Web Animation Workshop</td>
</tr>
<tr>
<td>5:00 pm</td>
<td>Closing</td>
</tr>
</tbody>
</table>
<table class='schedule-table'>
<tbody>
<tr>
<th>Time</th>
<th>Day 2</th>
</tr>
<tr>
<td>9:00 am</td>
<td>Resume Hacking</td>
</tr>
<tr>
<td>11:00 am</td>
<td>Git Workshop</td>
</tr>
<tr>
<td>12:30 pm</td>
<td>Lunchtime</td>
</tr>
<tr>
<td>1:15 pm</td>
<td>Data Science Workshop</td>
</tr>
<tr>
<td>2:30 pm</td>
<td>Finish Hacking, Practice Pitches</td>
</tr>
<tr>
<td>3:15 pm</td>
<td>Start Pitching Projects</td>
</tr>
<tr>
<td>4:00 pm</td>
<td>Guest Speaker</td>
</tr>
<tr>
<td>4:30 pm</td>
<td>Closing and Awards</td>
</tr>
<tr>
<td>5:00 pm</td>
<td>Wrapup</td>
</tr>
</tbody>
</table>
</div>
<p>All workshops are optional. Balance them with work time!</p>
</div>
<div class="section">
<h2>Prizes/Categories</h2>
<div class="prizes">
<div class="prize">
<h4>Best Website</h4>
<p>Show off your HTML, CSS, and JavaScript skills, and make a dazzling
website!</p>
</div>
<div class="prize">
<h4>Best Hardware Hack</h4>
<p>There's more to tech than just writing code on a screen. Use an
Arduino or Raspberry PI to build the best hardware hack.</p>
</div>
<div class="prize">
<h4>Best Game</h4>
<p>Whether its a platformer or a top down game, design and implement
the best game possible.</p>
</div>
<div class="prize">
<h4>Most Creative</h4>
<p>Design and create the most innovative, thoughtful and unique
solution to a real world problem.</p>
</div>
<div class="prize">
<h4>Bootstrap Award</h4>
<p>This award is given to a team that shows perseverence and learns new
skills while tackling a difficult challenge.</p>
</div>
</div>
</div>
<div class = "section">
<h2>Workshops</h2>
<div class="prizes">
<div class="prize">
<h4>Web Design Double Workshop</h4>
<p>Want to make a website but don't know where to start? For beginners, we have
an introduction to CSS and HTML. For the advanced, you'll learn to build a web
app with Flask.
</p>
</div>
<div class="prize">
<h4>API Workshop</h4>
<p>APIs, or Application Programming Interfaces, allow us to do tons of rad things. Build
Spotify playlists, find restaurants in Google Maps, and more!
</p>
</div>
<div class="prize">
<h4>Web Animation Workshop</h4>
<p>Use HTML5 and other tools to make your webpages look super cool! If you go to this workshop,
we recommend also going to the earlier session on web design.
</p>
</div>
</div>
<div class="prizes">
<div class="prize">
<h4>Git Workshop</h4>
<p>Have you ever wished you could go back to an earlier version of a document? Git helps you manage
versions, share code, and avoid some of the worst headaches programmers face. Seriously, learn
Git.
</p>
</div>
<div class="prize">
<h4>Data Science Workshop</h4>
<p>Ever wonder how astronomers manage terabytes of images of the stars or how meteorologists predict
the weather? Data science helps us do that and more.
</p>
</div>
</div>
</div>
<div class="section">
<h2>FAQ</h2>
<div class="faq-container">
<div class="faq">
<h4>How much coding do I need to know?</h4>
<p>Launchpad is open to students of all skill levels. For less experienced
students, mentors from RPI will be available to guide you along. We
will also be providing starter code for some simple projects in web
development and game design.</p>
</div>
<div class="faq">
<h4>How will teams work? How will we plan a project?</h4>
<p>We will form teams at the beginning of the day. Don't worry if you
don't know anyone else, we'll make sure you make your way into a great
team! We will have brainstorming sessions at the beginning of the day
to help your team design a project.</p>
</div>
<div class="faq">
<h4>Do I need to attend for the entire weekend?</h4>
<p>You can attend the event for the entire weekend or either day. To be
considered for prizes you must be present Sunday afternoon for judging.
Also, for safety reasons we ask that students do not leave
the Alumni House during the day unsupervised by a parent.
</p>
</div>
<div class="faq">
<h4>Do I need to bring a computer?</h4>
<p>If you own your own laptop, we encourage you to use your own. If you
don't own a laptop, we can provide one for you to use during the day.
</p>
</div>
<div class="faq">
<h4>Do I need to have any software installed?</h4>
<p>The software you will need depends on the project your team decides
to build. We recommend installing Python as well as a basic code
editor such as Sublime or Atom. Also feel free to check out
<a href="https://starthacking.org">StartHacking.org</a>.
</div>
<div class="faq">
<h4>Does Launchpad cost money?</h4>
<p>Not at all! We will take care of all meals, goodies and prizes.
However, we won't be able to provide transportation to the event.</p>
</div>
<div class="faq">
<h4>Where can I park?</h4>
<p>There is a parking lot right outside of the Alumni House.
</div>
<div class="faq">
<h4>What should I bring?</h4>
<p>You should bring a laptop, charger, and a signed parent release form.
We will take care of food, and any other materials needed.</p>
</div>
<div class="faq">
<h4>What is there to eat?</h4>
<p>We will provide breakfast and lunch both days. Please let us know of
any allergy accomodations or dietary restrictions when you register. </p>
</div>
<div class="faq">
<h4>Are parents and teachers welcome?</h4>
<p>Of course! Your parents will love to see your projects! And, Saturday morning
we will be offering a professional development forum for current and
prospective CS teachers.
</p>
</div>
</div>
</div>
</div>
<!-- *****************************************************************************************************************
AGENCY ABOUT
***************************************************************************************************************** -->
<div class="container mtb">
<div class="row">
</div><!--/row -->
</div><!--/container -->
<!-- *****************************************************************************************************************
FOOTER
***************************************************************************************************************** -->
<div id="footerwrap">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>About</h4>
<div class="hline-w"></div>
<p>Please reach out to us if you want to learn more or think that there is potential for
collaboration.</p>
<p><a href="mailto:eboard@codingandcommunity.org">eboard@codingandcommunity.org</a></p>
</div>
<div class="col-lg-4">
<h4>Our Location</h4>
<div class="hline-w"></div>
<p>Since we are an <a href="https://www.rpi.edu/">Rensselaer Polytechnic Institute</a> <a
href="https://union.rpi.edu/">Student Union</a> Club, our address is the RPI campus:</p>
<p>
110 8th St,<br/>
Troy, New York, 12180<br/>
United States<br/>
</p>
</div>
<div class="col-lg-4">
<h4>Sitemap</h4>
<div class="hline-w"></div>
<p>
<a href="about.html">About</a><br/>
<a href="archive.html">Archive</a><br/>
<a href="blog.html">Blog</a><br/>
<a href="contact.html">Contact</a><br/>
<a href="events.html">Events</a><br/>
<a href="https://styleguide.codingandcommunity.org">Style Guide</a><br/>
</p>
</div>
<div class="col-lg-4">
<h4>Social Links</h4>
<div class="hline-w"></div>
<p>
<a href="https://github.com/codingandcommunity"><i class="fa fa-github fa-3x"></i></a>
<a href="https://www.facebook.com/codingandcommunity/"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/codingcomm"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/codingandcommunity/"><i class="fa fa-instagram"></i></a>
</p>
</div>
</div>
<!--/row -->
</div>
<!--/container -->
</div>
<!--/footerwrap -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/retina-1.1.0.js"></script>
<script src="assets/js/jquery.hoverdir.js"></script>
<script src="assets/js/jquery.hoverex.min.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>