-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·338 lines (308 loc) · 15.4 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
<!--
_____________________________________________________
/ ____ _ _ _ \
| / ___|_ _ _ __ _ __ | | | | __ _ ___| | _____ |
| | | _| | | | '_ \| '_ \| |_| |/ _` |/ __| |/ / __| |
| | |_| | |_| | | | | | | | _ | (_| | (__| <\__ \ |
| \____|\__,_|_| |_|_| |_|_| |_|\__,_|\___|_|\_\___/ |
\ /
-----------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
-->
<!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="Make, Build, Create & Learn. It’s GunnHacks 2.0, Gunn’s 24-hour high school hackathon.">
<meta name="author" content="GunnHacks">
<title>GunnHacks 2.0</title>
<link rel="icon" type="image/png" href="img/favicon.png" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css">
<!-- HTML5 Shim and Respond.js 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/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]-->
</head>
<body id="page-top">
<a id="mlh-trust-badge" style="position:fixed;top:0;right:50px;max-width:100px;width:10%;min-width: 60px;display:block;z-index:10000" href="https://mlh.io/seasons/s2016/events?utm_source=s2016&utm_medium=TrustBadge&utm_campaign=s2016" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/s2016.png" alt="MLH Official - Spring 2016" style="width:100%;" ></a>
<header>
<div class="header-content">
<div class="header-content-inner">
<img src="img/logo-rect.png" alt="Alonzo" id="logo" class="img-responsive"/>
<h1>GunnHacks 2.0</h1>
<hr>
<h3>Friday–Saturday, March 25–26, 2016, 7 pm–7 pm in Palo Alto, CA</h3>
<p>Make, Build, Create & Learn. It’s GunnHacks 2.0, Gunn’s <nobr>24-hour</nobr> high school hackathon.</p>
<a href="http://gunnhacks2.devpost.com/submissions" class="btn btn-primary btn-xl">Submissions</a>
<a href="https://www.facebook.com/GunnHacks/photos" class="btn btn-primary btn-xl">Photos</a>
</div>
</div>
</header>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4">
<h3>What is a hackathon?</h3>
<p>
Hackathons are where your crazy idea becomes reality. Students work in teams of up to five for 24 hours to create something amazing. Build anything—there are no restrictions on what you can create. Dive in and make the most incredible thing you can alongside fellow creators.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>Who can attend?</h3>
<p>
All current high school students from any high school are eligible. Unfortunately, we are unable to allow middle school students to attend this time around.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>What if I don’t know how to code?</h3>
<p>
All students regardless of coding ability or experience are welcome. Hackathons are a great place to learn, so come and build your first app, website, or anything else! We’ll also have workshops for you to start off or learn something new.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<h3>What can I build?</h3>
<p>
Web, mobile, hardware, you name it—any type of project is welcome. Projects will be judged based on creativity, technical difficulty, polish, and utility by a panel of industry judges.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>How big should teams be? Can I hack alone?</h3>
<p>
We highly encourage you to build with a team. Teamwork is deeply rooted in the hacking ethos, and you’ll have a better time building with your brightest peers. Teams shall consist of no more than five people. But don’t worry if you don’t have a team before the event—we will have a team-formation session Friday night.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>What if I don’t have a team or an idea?</h3>
<p>
No problem! Many hackers do not have a fully-formed team or hack concept before the event begins. We will be hosting team-forming activities after hacking begins to help you find the perfect match. If you’re a first-time hacker, there will be many others looking for team members with whom you can work.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<h3>How much does it cost?</h3>
<p>
GunnHacks will cost you zero, zil, nada. Just get yourself here, and we will provide you with WiFi, meals, swag, and workspace for the entire event.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>Do I have to work the whole time?</h3>
<p>
No, not at all! We will have dedicated sleeping areas and other fun activities for when you need to take a break.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>Where is GunnHacks?</h3>
<p>
GunnHacks 2.0 will be held at <a target="_blank" href="https://www.google.com/maps?q=Henry+M.+Gunn+High+School,+780+Arastradero+Rd,+Palo+Alto,+CA+94306" alt="780 Arastradero Rd, Palo Alto, CA 94306">Henry M. Gunn High School</a>. You can park in the main parking lot and look for signs to the event.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<h3>What is the schedule like?</h3>
<p>
Check back soon for a more detailed schedule. The event will run from 7 pm Friday to 7 pm Saturday.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>How do I apply?</h3>
<p>
Applications are now closed. You should have receive a decision by approximately 6:28 PT on Monday, March 14 if you applied on time by Friday, March 11. Let us know at <a href="mailto:[email protected]">[email protected]</a> if this isn’t the case.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>What should I bring?</h3>
<p>
All attendees are required to bring their valid student ID (or equivalent school ID) for admission. Bring laptops, phones, chargers, and any other tech you need for the weekend. Sleeping bags and toiletries are also highly recommended.
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4">
<h3>Is there a Code of Conduct?</h3>
<p>
Yes! We want everyone to feel welcome at our event. To that end, all attendees must agree to and abide by the <a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a>. Generally, be nice, respectful, and courteous to others.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>I’m interested in mentoring! How can I get involved?</h3>
<p>
Yay! Shoot us an email at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<div class="col-lg-4 col-md-4">
<h3>What if I have another question?</h3>
<p>
We love questions! Please feel free to reach out to us at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
</section>
<section class="no-padding" id="portfolio">
<div class="container-fluid red">
</div>
</section>
<section id="contact">
<div class="container">
<!-- <div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<h1 class="section-heading">Schedule</h1>
<hr class="primary">
</div>
</div> -->
<div class="row">
<div class="col-lg-6 col-md-6 text-center">
<!-- <hr class="primary"> -->
<h2>Friday</h2>
<hr class="primary">
<p>
<br>6 pm – Doors Open
<br>6:15 pm – Light Refreshments are Served
<br>7 pm – Registration
<br>7:15 pm – Keynote and Introduction
<br>7:45 pm – Team-Formation Session
<br>8 pm – Hacking Begins
<br>8:10 pm – Interaction Design Workshop
<br>9:10 pm – How Startups Work Workshop by Make School
<br>10:10 pm – Design Hacks for Programmers Workshop by Make School
<br>
</p>
</div>
<div class="col-lg-6 col-md-6 text-center">
<h2>Saturday</h2>
<hr class="primary">
<p>
<br>12 midnight – Midnight Surprise
<br>8 am – Breakfast is Served
<br>10 am – Cup Stacking
<br>12 noon – Lunch is Served
<br>2 pm – Demos sign up
<br>4:15 – Hacking Ends
<br>4:30 pm – Demos → Judges Deliberate
<br>6 pm – Awards / Closing Ceremony
<br>7 pm – Clean Up and Doors Close
</p>
</div>
</div>
</div>
</section>
<div id="map"></div>
<section id="supporters">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<!-- <h1 class="section-heading">Supported By</h1>
<hr class="primary"> -->
<h2>Sponsors</h2>
<hr class="primary">
<ul class="flex-container logos" id="sponsors">
<li>
<a href="https://www.palantir.com/">
<img src="img/palantir.png" alt="Major League Hacking" class="supporter-item img-responsive">
</a>
</li>
</ul>
<h2>Partners</h2>
<hr class="primary">
<ul class="flex-container logos" id="community-partners">
<li>
<a href="https://mlh.io">
<img src="img/mlh.png" alt="Palantir" class="supporter-item img-responsive">
</a>
</li>
<li>
<a href="https://www.makeschool.com">
<img src="img/makeschool.png" alt="Make School" class="supporter-item img-responsive">
</a>
</li>
<li>
<a href="https://hacker.fund">
<img src="img/hackerfund.png" alt="Hacker Fund" class="supporter-item img-responsive">
</a>
</li>
<li>
<a href="http://gunn.pausd.org">
<img src="img/gunncs.png" alt="Gunn Computer Science" class="supporter-item img-responsive">
</a>
</li>
</ul>
<p>
We’re currently finalizing our sponsor list! Check out our sponsorship packet below, and shoot us an email at <a href="mailto:[email protected]">[email protected]</a> to see how you can get involved.
</p>
<div id="sponsor-link">
<a target="_blank" href="sponsor.pdf" class="btn btn-primary btn-xl">Sponsorship Packet</a>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-md-12 text-center" style="margin-bottom: 25px;">
<ul class="social-media-buttons">
<li>
<a href="mailto:[email protected]">
<i class="fa fa-3x fa-envelope"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/GunnHacks/">
<i class="fa fa-3x fa-facebook-square"></i>
</a>
</li>
<li>
<a href="https://twitter.com/gunnhacks">
<i class="fa fa-3x fa-twitter-square"></i>
</a>
</li>
</ul>
<p>Made with <i class="fa fa-heart"></i> by the GunnHacks Team</p>
</div>
</div>
</div>
</footer>
</body>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/index.js"></script>
<!-- Google Map -->
<script src="js/map.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?callback=initMap" async defer></script>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74406133-1', 'auto');
ga('send', 'pageview');
</script>
</html>