-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·368 lines (260 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cereal Hack 2</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cereal Hack 2 Hackathon Sacramento">
<meta name="author" content="">
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="assets/css/styles.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Webfonts -->
<link href='http://fonts.googleapis.com/css?family=Ultra' rel='stylesheet' type='text/css'>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<!-- Container-->
<div class="container">
<!-- Banner Top -->
<div id="logo-wrapper">
<img src="assets/img/cereal3.png" alt="Logo">
</div>
<h1 class="main">Cereal<br>Hack 2</h1>
<p class="date">November 10 & 11</p>
<div class="btn-group pull-center">
<button class="btn" data-toggle="modal" href="#register">Register</button>
<button class="btn" data-toggle="modal" href="#sponsor">Sponsor</button>
</div>
<!-- Hero
<div class="row">
<div class="span6 offset3">
<div class="hero-unit">
<div id="logo-wrapper">
<img src="assets/img/logo.png" width="318" height="320" alt="Logo">
</div>
<p align="center">November 10 & 11</p>
<div class="btn-group pull-center">
<button class="btn" data-toggle="modal" href="#register">Register</button>
<button class="btn" data-toggle="modal" href="#sponsor">Sponsor</button>
</div>
</div>
</div>
</div>
-->
<!-- Register Modal
================================================== -->
<div id="register" class="modal hide fade" style="display: none; ">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h3>Register</h3>
</div>
<div class="modal-body">
<p>Registration is not open yet open. Please sign up to be notified</p>
<form>
<label>Name</label>
<input type="text" placeholder="">
<label>Email</label>
<input type="text" placeholder="">
<label>Forte</label>
<select placeholder="">
<option></option>
<option>Coder</option>
<option>Designer</option>
<option>Biz Dev</option>
<option>Other</option>
</select>
</form>
<div class="modal-footer">
<a href="#" type="submit" class="btn btn-primary">Submit</a>
</div>
</div>
</div>
<!-- Sponsor Modal
================================================== -->
<div id="sponsor" class="modal hide fade" style="display: none; ">
<div class="modal-header">
<button class="close" data-dismiss="modal">×</button>
<h3>Sponsorship Inquiries</h3>
</div>
<div class="modal-body">
<p>Collaborate with us.</p>
<form>
<label>Name</label>
<input type="text" placeholder="">
<label>Email</label>
<input type="text" placeholder="">
<label>Company</label>
<input type="text" placeholder="">
<label>Comments</label>
<textarea rows="3"></textarea>
</form>
<div class="modal-footer">
<a href="#" class="btn btn-primary">Submit</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar -->
<div data-spy="affix" data-offset-top="680" class="navbar">
<div class="navbar-inner pull-center">
<ul class="nav" >
<li class="">
<a href="#rules">Rules</a>
</li>
<li class="">
<a href="#venue">Venue</a>
</li>
<li class="">
<a href="#judges">Judges</a>
</li>
<li class="">
<a href="#sponsors">Sponsors</a>
</li>
<li class="">
<a href="#event">Event</a>
</li>
</ul>
</div>
</div>
<!-- Intro -->
<a name="event"></a>
<h1>Pump Up The Volume!</h1>
<p id="intro">Cereal Hack is.... yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada yada.</p>
<a name="sponsors"></a>
<h1>Spring 2012 Sponsors</h1>
<div class="pull-center">
<p><strong>
Presented By:</strong></p>
<img magicedit src="assets/img/hackerlab.jpeg" alt="Hacker Lab" width="150" height="150" />
<p><strong>
Presenting Sponsors:</strong></p>
<img magicedit src="assets/img/venturestart.jpeg" alt="Sarta VentureStart" width="130" height="130" />
<img magicedit src="assets/img/sacramentopress.jpeg" alt="The Sacramento Press" width="130" height="130" />
<p><strong>
Prize Sponsors:</strong></p>
<img magicedit src="assets/img/appmatrix.png" alt="App Matrix" width="130" height="130" />
<img magicedit src="assets/img/iosafe.jpeg" alt="iosafe" width="130" height="130" />
<br>
<img magicedit src="assets/img/webify.jpeg" alt="Webify Labs" width="130" height="130" />
<img magicedit src="assets/img/3taps.jpeg" alt="3 Taps API" width="130" height="130" />
</p>
<p><strong>
Supporting Sponsors:</strong></p>
<img magicedit src="assets/img/tropo.jpeg" alt="Tropo" width="130" height="130" />
<img magicedit src="assets/img/angels.jpeg" alt="Sacramento Angels" width="130" height="130" />
<img magicedit src="assets/img/lcs.jpeg" alt="LCS Technology" width="130" height="130" />
<img magicedit src="assets/img/sacgamehub.jpeg" alt="Sac Game Hub" width="130" height="130" />
<br>
<img magicedit src="assets/img/sacstarts.jpeg" alt="Sac Starts" width="130" height="130" />
<img magicedit src="assets/img/velocity.jpeg" alt="Velocity Venture Capitol" width="130" height="130" />
<img magicedit src="assets/img/social.jpeg" alt="Social Media Club" width="130" height="130" />
<img magicedit src="assets/img/ooomf.jpeg" alt="ooomf" width="130" height="130" />
<img magicedit src="assets/img/chrometa.jpeg" alt="Chrometa" width="130" height="130" />
</p>
</div>
<a name="judges"></a>
<h1 float="center">Spring 2012 Judges</h1>
<div class="image-wrapper">
<div class="row">
<div class="span10 pull-center">
<ul class="thumbnails pull-center">
<li class="span3">
<div class="thumbnail">
<img src="assets/img/jacob.jpg" width="200" height="200" alt="Jacob">
<h3>Jacob Jorgensen</h3>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<img src="assets/img/dan.jpg" width="200" height="200" alt="Dan">
<h3>Dan Koellen</h3>
</div>
</li>
<li class="span3">
<div class="thumbnail">
<img src="assets/img/chris.jpg" width="200" height="200" alt="Chris">
<h3>Chris Minnick</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
<a name="venue"></a>
<h1 float="center">Venue</h1>
<p>Hacker Lab</p>
<p>1715 I St, Sacramento</p>
<img src="assets/img/hackerlab-space.jpeg" width="940" height="376" alt="Hackerlab Space">
<div id="map-wrapper">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?q=1715+i+st&ie=UTF8&hq=&hnear=1715+I+St,+Sacramento,+California+95811&gl=us&t=h&ll=38.642618,-121.473083&spn=0.75083,1.167297&z=9&output=embed"></iframe><br /><small><a href="https://maps.google.com/maps?q=1715+i+st&ie=UTF8&hq=&hnear=1715+I+St,+Sacramento,+California+95811&gl=us&t=h&ll=38.642618,-121.473083&spn=0.75083,1.167297&z=9&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
<a name="rules"></a>
<h1 float="center">Rules</h1>
<div class=" text-wrapper">
<blockquote>
<p>Below is a quick summary of Cereal Hack competition rules. These rules are taken directly from Angel Hack, which we consider to be one of the most successful competitions to date. All participants are expected to work on the honor code and respect the rules below. Overall, if you come with a great idea, build something on the spot, and present us a meaningful new hack that can improve peoples lives (even if only in a humorous way) then we are pretty impressed. If you have questions, feel free to email <a href="mailto:[email protected]">email us</a>.</p>
</blockquote>
<p>1. <strong>Coding Language</strong>: Applications may be built in any code that you please.</p>
<p>2. <strong>Fresh Code</strong>: The main rule is that all code for your startup must be fresh. You can use API’s, previously built hardware, and/or open source algorithms, but all applications built must be new. Of course, you can work on the concept for your application before the competition starts, including paper and/or digital mockups of the user interface and database entity diagrams. However, no production assets of any kind can be created until the start of the official competition period illustrated above. This includes “ready to slice” graphic design assets, application code, and user stories / test cases. When in doubt: Plan, don’t create.</p>
<p>3. <strong>24 Hours</strong>: As a contestant, your team has exactly 24 hours to develop a web/mobile application. The competition kicks off at 2:00pm on June 23rd, 2012 and will end at 2:00PM on June 24th, 2012.</p>
<p>4. <strong>Video submissions</strong>: Each team will submit a 90 second demo of their hacks by 2:00pm on June 24th. We’re creating a tutorial video to help you with this, which will be available on our website.</p>
<p>5. <strong>Teams of One to Five Humans</strong>: Teams should be comprised of between one and five individuals. No more than five people are allowed on a team. No robots, aliens, or superheroes. However, team members should feel free to dress as robots, aliens, and superheroes.</p>
<p>6. <strong>Ownership and Open Source</strong>: Hey, we’re just running a competition here. What you do with your source once the competition is over is up to you. We encourage participants to open source the codebase of their applications for the benefit of the community. However, if you choose not to open source your application, well that’s up to you. Note that the competition organizers will have access to your code base throughout the competition, in order to make sure that no cheating occurs (as outlined previously). We won’t steal anything from you, promise!</p>
<p>7. <strong>You Will Be Judged</strong>: We are looking for things that wow us. Things that have potential to be something amazing. That idea you’ve always wanted to build out, but never had the right chance to. Maybe dev tools or maybe a consumer app that fills a pain point? Is it useful? What could this hack look like after 3 months? How about 3 years? Your application will also be judged based on it’s visible merits, including: Completeness / User Interface / Design / Originality / and in some cases – humor!</p>
<p>8. <strong>Winning</strong>: The top teams in every city will be given three weeks to continue working on their hacks before being flown into San Francisco to showcase your applications to investors and media. During this time we will also pair you with mentors and investors that can help you where needed. This mentorship is completely optional. We are happy to help you in anyway we can, as we both want to see your hacks scale for everyone to enjoy.</p>
<p>9. <strong>Entering the Valley</strong>: Winning teams will be given $1200 in airfare credit and lodging for July 12th in Palo Alto. Feel free to book your trip length for whatever works for your schedule and we’ll reimburse you where necessary.</p>
<p>10. <strong>Seed Capital Prizes</strong>: Each seed capital prize comes with its own terms – normally asking for between 1-3% equity on a convertible note. Full details will be negotiated between winning teams and investment firms, but you can expect the terms to be pretty favorable.</p>
<p>That’s it! Best of luck. And we look forward to seeing you soon.</p>
</div>
<!-- /Container-->
</div>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<p class="pull-right"><a href="#">Back to top</a></p>
<ul class="footer-links pull-center">
<li><a href="http://hackerlab.org">Hacker Lab</a></li>
<li><a href="presskit.html">Press Kit</a></li>
</ul>
</div>
</footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="assets/js/jquery.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script src="assets/js/bootstrap-affix.js"></script>
<script src="assets/js/application.js"></script>
</body>
</html>