-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
242 lines (219 loc) · 11.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
<!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='LexHack is a 12 hour hackathon for high schoolers of all programming abilities.'>
<meta name='author' content='Michael Yang'>
<title>LexHack</title>
<link rel='icon' type='image/ico' href='favicon.ico'>
<link href='stylesheets/style.css' rel='stylesheet' type='text/css'>
<script src='scripts/main.js' type='text/javascript'></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-52347041-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class='bg-img-container'>
<img class='bg' src='images/minuteman.jpg'>
</div>
<div class='intro'>
<span id='logo'>
<span style='letter-spacing: -0.02em;'>
<span style='letter-spacing: -0.06em'>< </span>Lex<span class='yellow'>Hack<span style='letter-spacing: -0.06em'> ></span></span>
</span>
<p class='tagline'><span class='yellow'></span></p>
</span>
<div id='description'>
<p><em>the 12 hour student-run <a href='#whatisahackathon'>hackathon</a> for all high schoolers</em></p>
<p><em>a free event with thousands in swag and prizes</em></p>
<p>Saturday, September 19th @ <a href='https://www.google.com/maps/place/Lexington+High+School,+251+Waltham+St,+Lexington,+MA+02421/@42.443716,-71.2319586,17z/'>Lexington High School</a></p>
<p>150 hackers | 8:00 am • 11:00 pm</p>
</div>
<ul class='nav'>
<li><a href='#about' class='button'>About</a></li>
<li><a href='#faq' class='button'>FAQ</a></li>
<li>
<!-- <a href='http://live.lexhack.org/' style="background-color:#ffc747;color:black;font-weight:bold;" class='button' id='main-button'> -->
<!-- <span style="font-size: 1.3em;">Live!</span> -->
<!-- </a> -->
<a href='#recap' class='button' id='main-button'>
See the Recap!
</a>
<div id='mentor-registration-note'>
<em>And that's a wrap! Lexhack 2015 is over, but we'll be back next year!</em>
</div>
</li>
<li><a href='#sponsors' class='button'>Sponsors</a></li>
<li><a href='#contact' class='button'>Contact</a></li>
</ul>
</div>
<!-- <nav></nav> -->
<section id='recap'>
<header>
<h1>2015 Recap</h1>
</header>
<div class='content'>
<p><strong>Thanks for coming to Lexhack 2015!</strong></p>
<p>We hope you enjoyed learning, playing badminton and wii, making friends, and of course, <em>hacking</em>. The winners are posted below. More details about all the projects can be found <a href='http://lexhack-2k15.devpost.com/submissions'>here</a>, on DevPost. Additional photographs of the event can be found <a href='https://flic.kr/s/aHskxQqNut'>here</a>. See you all next year! </p>
<p>And check out our video of Lexhack 2015:</p>
<p><iframe width="100%" height="400" src="https://www.youtube.com/embed/Xhk4bLECBHg" frameborder="0" allowfullscreen></iframe></p>
<h2>2015 Winners:</h2>
<p>
<img class='block-img' alt="first place" src='images/2015/first.JPG'/>
<strong>First place</strong> went to "Mystic Wind", an hardware hack game where a user suspends a ping-pong ball in the air by controlling a fan via LeapMotion. By Andrew Panasyuk, Danny Lu, Dimitri Psyhojos, and Daniel Sagan.
</p>
<p>
<img class='block-img' alt="second place" src='images/2015/second.JPG'/>
<strong>Second place</strong> went to "Squad Up", a revolutionary new way to coordinate squad events with your friends. By Andrew Lee, Zach Day, Phillip Sifferlen, and Rudhra Raveendran.
</p>
<p>
<img class='block-img' alt="third place" src='images/2015/third.JPG'/>
<strong>Third place</strong> went to "CommComm", an application to access applications and do various tasks on your computer through voice commands from your phone. By Jacob Kline, Steven Wood, and Avery Durrant.
</p>
<p>
<img class='block-img' alt="beginner prize" src='images/2015/beginner.JPG'/>
<strong>Beginner prize</strong> went to "Panda Express", a Chinese food delivery service game. By Ben Choi and Justin Li.
</p>
<p>Once again, thanks to all who came. And special thank you to our sponsors, and organizers. This was our second ever LexHack, and the final year of the founders, who are now seniors. :~( Fear not, because LexHack will still be returning next year (thanks to Luke and Vivek)! We wish them the best of luck in the future.</p>
<p>
<img class='block-img' alt='organizers' src='images/2015/organizersbw.JPG'/>
<em>The organizers, from left to right: Clive Chan, Vivek Bhupatiraju, Luke West, Noah Moroze, Kevin Le, and Michael Yang</em>
</p>
</div>
</section>
<section id='about'>
<header>
<h1>About</h1>
</header>
<div class='content'>
<p><strong>LexHack</strong> is a hackathon for high schoolers of all programming abilities. It’s free, all day (12 hours), and equipped with hackable hardware (e.g. Arduino, Raspberry Pi), great prizes, tons of swag, delicious food (all meals provided!), and mentors to help you build your project. It's <strong>Saturday, September 19th</strong> in the Lexington High School Main Building. <a href='registration.html'>Sign up here</a>!</p>
<p id="whatisahackathon"><strong>What is a hackathon?</strong> A <a href='https://en.wikipedia.org/wiki/Hackathon'>hackathon</a> is an engineering and coding event where students collaborate to build or program entire projects. Come with a team of friends, or create a team at the event and make new ones. No programming experience? Our mentors can help you get started making a basic web app with our <a href="http://lexhack.org/start-guide">start guide</a>. LexHack's mission is to spread the love of programming and innovation to everyone by making our event as accessible as possible.</p>
<p>Check out last year's archive at <a href='http://2014.lexhack.org'>2014.lexhack.org</a>.</p>
<h3>Schedule</h3>
<table id='schedule'>
<tr>
<td class='time'>8:00 am • 9:00 am</td><td class='event'>Registration / mingle time</td>
</tr>
<tr>
<td class='time'>9:00 am • 9:15 am </td><td class='event'> Opening ceremonies </td>
</tr>
<tr>
<td class='time'>9:15 am • 9:15 pm </td><td class='event'> Hacking (with breaks for food) </td>
</tr>
<tr>
<td class='time'> 9:15 pm • 10:00 pm </td><td class='event'> 1st round judging + deliberation </td>
</tr>
<tr>
<td class='time'>10:00 pm • 11:00 pm </td><td class='event'> Demos / 2nd round judging + closing ceremonies </td>
</tr>
</table>
</div>
</section>
<section id='faq'>
<header>
<h1>FAQ</h1>
</header>
<div class='content'>
<h3>Who can attend?</h3>
<p>Anyone currently enrolled in high school may attend. If you’re in middle school or are otherwise unsure about your eligibility, please email us.</p>
<h3>What if I have no programming experience?</h3>
<p> No problem! LexHack is a great way to learn, thanks to our start guide and mentors. We even have prizes exclusively for beginners.</p>
<h3>How much does LexHack cost?</h3>
<p>Absolutely nothing! Unfortunately, we cannot offer travel reimbursements at this time, but feel free to contact us for travel advice.</p>
<h3>What do I bring?</h3>
<p>Bring a laptop, laptop charger, the signed waiver (which will be sent out in an email before the event), and anything else you want to hack with. All meals and snacks are provided free, so you won't need to bring any. If you require special food accommodations, or don't have a laptop you can bring, please contact us.</p>
<h3>How do I make a hardware hack?</h3>
<p>Read about available hardware and usage guidelines <a href='hardware.pdf'>here.</a></p>
<h3>Do I need a team for LexHack?</h3>
<p>Nope! Just make sure you arrive earlier so we can set you up with a team.</p>
<h3>How does judging work?</h3>
<p>You will have the chance to present your project to and get feedback from a panel of professionals. During deliberation, you can exhibit your project and visit other projects in an all-participant expo. </p>
<h3>What are the rules for projects at LexHack?</h3>
<p>To be eligible for judging, your project should be your own work! A project can be made using whatever technology you like, as long as you are able to present a working demo. You may use premade general code libraries, but you will only be judged on what is created at LexHack. Contact us if you’re still unsure about what is allowed.</p>
<h3>How can I help LexHack?</h3>
<p>You can sign up as a mentor <a href='mentor-registration.html'>here</a>, or as a volunteer by sending us an email. Interested in sponsoring? Check out our sponsor information <a href='LexHack Sponsorship Tiers.pdf'>here</a>.</p>
<p>Other questions, comments, or concerns? Just email us at [email protected] and we’ll get back to you as soon as possible.</p>
</div>
</section>
<section id='sponsors'>
<header>
<h1>Sponsors</h1>
</header>
<div class='content'>
<div class='sponsor-imgs'>
<a href='https://www.facebook.com/fbboston'>
<img alt='Facebook Boston' src='images/sponsors/facebook-boston-rect.png'/>
</a>
<a href='http://ktbyte.com/'>
<img alt='KT Byte' src='images/sponsors/ktbytelogo.png'/>
</a>
<a href='http://lexrobotics.com/'>
<img alt='Lexrobotics' src='images/sponsors/lexrobotics.png'/>
</a>
<a href='https://teamtreehouse.com/signup_code/lexhack'>
<img alt='Treehouse' src='images/sponsors/treehouse.jpeg'/>
</a>
<a href='http://lob.com/'>
<img alt='Lob' src='images/sponsors/lob.png'/>
</a>
<a href='https://www.startupvitamins.com/'>
<img alt='StartupVitamins' src='images/sponsors/startupvitamins.png'/>
</a>
<a href='http://www.wolfram.com/'>
<img alt='Wolfram' src='images/sponsors/wolfram.png'/>
</a>
<a href='http://www.stickermule.com/'>
<img alt='Stickermule' src='images/sponsors/stickermule.png'/>
</a>
</div>
<p>
Working with LexHack as a sponsor gives companies a unique opportunity to connect with over 100 of the best and brightest high school students in the region. See the potential sponsorship tiers <a href='LexHack Sponsorship Tiers.pdf'>here</a>.
</p>
<p>
Interested in donating money, mentors, food, or swag? Just get in <a href='mailto:[email protected]'>touch</a> — we'd love to have you!
</p>
</div>
</section>
<section id='food-sponsor'>
<header>
<h1>Food Sponsors</h1>
</header>
<div class='content'>
<div class='sponsor-imgs'>
<a href='http://www.bertuccis.com/'>
<img alt="Bertucci's" src='images/sponsors/bertuccis.png'/>
</a>
<a href='http://www.theuppercrustpizzeria.com/'>
<img alt='Upper Crust' src='images/sponsors/uppercrust.png'/>
</a>
<a href='http://vialagocatering.com/'>
<img alt="Via Lago" src='images/sponsors/vialago.png'/>
</a>
<a href='http://ruyirestaurant.com/'>
<img alt="Ruyi" src='images/sponsors/ruyi.png'/>
</a>
<a href="http://www.ricecubethaikitchen.com/">
<img alt="Rice Cube" src="images/sponsors/ricecube.png"/>
</a>
</div>
<p> Special thanks to our food sponsors for providing meals throughout the day! </p>
</div>
</section>
<section id='contact'>
<header>
<h1>Contact</h1>
</header>
<div class='content'>
Need to get in touch? Shoot us an email at <a href='mailto:[email protected]'>[email protected]</a>! <br>
You can also find us on Twitter <a href='https://twitter.com/lexhacks'>@lexhacks</a>. <br><br>
</div>
</section>
</body>
</html>