-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
361 lines (356 loc) · 15.1 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
<!DOCTYPE html>
<html lang="en-us">
<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 property="og:title" content="HackNC - Everything you want to know" />
<meta property="og:site_name" content="HackNC 2015" />
<meta property="og:url" content="http://hacknc.com" />
<meta property="og:description" content="The hackathon you don't want to miss. HackNC is October 9-11, 2015 at UNC - Chapel Hill. Apply now!" />
<meta property="og:image" content="http://hacknc.com/images/facebookPreview.png" />
<meta property="og:updated_time" content="1439328118" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thehacknc" />
<meta name="twitter:title" content="HackNC 2015" />
<meta name="twitter:description" content="HackNC - Everything you want to know" />
<meta name="twitter:image" content="http://hacknc.com/images/facebookPreview.png" />
<title>HackNC</title>
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<!--Import bootstrap.css-->
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="css/material-fullpalette.min.css" />
<!--Import HackNC overrides-->
<link type="text/css" rel="stylesheet" href="css/hacknc.css" />
<link type="text/css" rel="stylesheet" href="css/home.css" />
</head>
<body>
<a id="mlh-trust-badge" href="https://mlh.io/?utm_campaign=Trust%20Badge" target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/f2015.png" alt="MLH Official - Fall 2015" style="width:100%;">
</a>
<header class="full-height">
<div class="jumbotron">
<div id="header-image"></div>
</div>
</header>
<div id="nav-wrapper">
<nav id="nav" class="navbar navbar-default hacknc-navbar">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<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=".">HackNC <span class="sr-only">(current)</span></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li id="about-menu" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
About <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="about">Us</a></li>
<li><a href="about/travel">Travel</a></li>
<li><a href="about/rules">Rules</a></li>
<li><a href="about/prizes">Prizes</a></li>
<li><a href="about/app">App</a></li>
</ul>
</li>
<li>
<a href="./apply/">Apply</a>
</li>
<li>
<a href="./support/">Support</a>
</li>
<li>
<a href="./learn/">Learn</a>
</li>
<li>
<a href="./schedule/">Schedule</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li id="side-menu" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">More... <span class="caret"></span></a>
<ul class="dropdown-menu">
<li>
<a href="mailto:[email protected]">Contact us</a>
</li>
<li>
<a href="http://fall2014.hacknc.com">Last year</a>
</li>
<li>
<a data-toggle="modal" data-target="#cheat-codes">Cheat codes</a>
</li>
<li role="separator" class="divider">
</li>
<li>
<a href="http://mlh.io">Major League Hacking</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="jumbotron">
<div id="content" class="container">
<div id="welcome" class="row">
<div class="col-xs-12 col-md-8">
<h2>
Welcome to HackNC!
</h2>
<p>HackNC is a weekend for students of all skill levels to broaden their talents. Your challenge is to make an awesome project in just 24 hours. You will have access to hands-on demos and workshops from our sponsors as well as exciting talks about the
awesome things happening right now with computer science. During your time here you can enjoy all the free food, clothes, stickers, water bottles, computer accessories, and other miscellanea that you have ever desired.</p>
<p>If this sounds too overwhelming, don’t worry. HackNC is not only for students who have been coding for 42 years and have had just as many internships; it also provides computer science amuse-bouche to help you find new things you may be interested
in. Whether you are a beginner or grad student, on easy or hard mode, you are welcome to come and learn all the ints and outs of computer science. So what are you waiting for? Bring your curiosity and creativity and be ready to do something new at
HackNC!
</p>
</div>
<div class="col-xs-12 col-md-4">
<div class="row" id="invitation">
<img class="img-responsive" src="./images/swirl-top.png" />
<div class="col-xs-8 col-xs-offset-2">
<div class="content">
<p>You are invited to</p>
<p class="big">HackNC</p>
<p>on</p>
<p class="big">October 9-11, 2015</p>
<p>at</p>
<p class="big">UNC Chapel Hill</p>
<a href="./apply/" class="btn btn-material-pink">Apply</a>
</div>
</div>
<img class="img-responsive" src="./images/swirl-bottom.png" />
</div>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Sponsors box is a clone of the support page. Keep these in sync. -->
<div class="row">
<div class="col-xs-12">
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Sponsors</h3>
</div>
<div class="panel-body" id="sponsors">
<div class="row"><!-- Tier 3 -->
<div class="col-xs-12 col-md-6">
<img class="img-responsive center-block contain" src="support/images/sql_sentry.jpg" alt="SQL Sentry"/>
<img class="img-responsive center-block contain" src="support/images/esri.jpg" alt="Esri"/>
</div>
<div class="col-xs-12 col-md-6">
<img class="img-responsive center-block contain" src="support/images/ibm.jpg" alt="IBM"/>
<img class="img-responsive center-block contain" src="support/images/c1.png" alt="Capital One"/>
</div>
</div>
<div class="row"><!-- Tier 2 -->
<div class="col-xs-12 col-sm-6 col-md-4">
<img class="img-responsive center-block contain" src="support/images/wolfram.png" alt="Wolfram"/>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<img class="img-responsive center-block contain" src="support/images/inin.png" alt="Interactive Intelligence"/>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-md-offset-0 col-sm-offset-3 col-xs-offset-0">
<img class="img-responsive center-block contain" src="support/images/microsoft.png" alt="Microsoft"/>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-xs-offset-0 col-sm-6 col-md-4 col-md-offset-2">
<img class="img-responsive center-block contain" src="support/images/emc.jpg" alt="EMC"/>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<img class="img-responsive center-block contain" src="support/images/infusion.png" alt="Infusion"/>
</div>
</div>
<div class="row"><!-- Tier 1 -->
<div class="col-xs-12 col-sm-4">
<img class="img-responsive center-block contain" src="support/images/google.png" alt="Google"/>
</div>
<div class="col-xs-12 col-sm-4">
<img class="img-responsive center-block contain" src="support/images/innovate.png" alt="Innovate"/>
</div>
<div class="col-xs-12 col-sm-4">
<img class="img-responsive center-block contain" src="support/images/bronto.jpg" alt="Bronto"/>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<img class="img-responsive center-block contain" src="support/images/creditsuisse.png" alt="Credit Suisse"/>
</div>
<div class="col-xs-12 col-sm-4">
<img class="img-responsive center-block contain" src="support/images/namecheap.png" alt="Namecheap"/>
</div>
<div class="col-xs-12 col-sm-4">
<img class="img-responsive center-block contain" src="support/images/captech.jpg" alt="Namecheap"/>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="faq" class="row">
<h2>
Frequently asked questions
</h2>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Can I attend?</h3>
</div>
<div class="panel-body">High school over 18, undergraduate, and graduate students are welcome to hack. Professionals are welcome to join as mentors, sponsors, or lecturers.
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>What is it?</h3>
</div>
<div class="panel-body">A weekend of fun and learning. You'll become a better programmer, meet new people, and make cool stuff. You'll also have the chance to learn a lot and get loads of free stuff!
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Will there be food?</h3>
</div>
<div class="panel-body">Don’t worry. We’ll provide six full meals throughout the hackathon and there will be plenty of snacks in between. You won’t be hungry.
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Where is the app?</h3>
</div>
<div class="panel-body">The HackNC App is available now for iOS, Android, and all other devices as a web app. <a href="about/app">Download today!</a>
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Can I use old code?</h3>
</div>
<div class="panel-body">You may use all the publicly available code and APIs that you want but the code you will be judged on at the end of the hackathon must be new.
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Admission decisions?</h3>
</div>
<div class="panel-body">Admission decisions will be announced on August 22 for early admission and September 12th for regular admission. Afterwards, we will review applications on a case-by-case basis.
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>What about sleep?</h3>
</div>
<div class="panel-body">Bring your own pillow and bedding. There will be a sleeping space available Friday and Saturday nights. If you'd prefer a hotel room, the Carolina Inn is only 200 feet away (although very expensive).
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Hardware?</h3>
</div>
<div class="panel-body">MLH is providing the full hardware lab. In addition we will have soldering and assorted components, Arduinos, Raspberry Pis, and more Pebbles than you can wear on four limbs...
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>What about my team?</h3>
</div>
<div class="panel-body">Be yourself; sign up as an individual! You can create your team with whoever you like, up to four people, once you arrive.
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3">
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Travel costs?</h3>
</div>
<div class="panel-body">See <a href="about/travel">our travel policy</a> for more information.
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>How do I get in?</h3>
</div>
<div class="panel-body">Anyone can attend HackNC. Just thoughtfully fill out the application. The only limitation is the amount of food we can serve over the weekend.
</div>
</div>
<div class="panel panel-primary hacknc-panel">
<div class="panel-heading">
<h3>Will I fit in?</h3>
</div>
<div class="panel-body">Yes, you will! HackNC and UNC Computer Science is committed to making computer science a more diverse field. We are working to make this the most inclusive HackNC yet.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="panel panel-primary hacknc-navbar">
<div class="panel-heading">
<h3>What about...?</h3>
</div>
<div class="panel-body"><a href="mailto:[email protected]">Email us</a> with any of your questions.</div>
</div>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 text-right hacknc-footer">
<span>HackNC 2015 - Find us on <a href="https://www.github.com/hacknc">GitHub</a></span>
</div>
</div>
</div>
<div id="cheat-codes" class="modal fade" tabindex="-1">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Cheat Codes</h4>
</div>
<div class="modal-body">
<ol>
<li>Type this into your terminal: <code>telnet towel.blinkenlights.nl</code></li>
<!-- WARNING DO NOT type sudo rm -rf / -->
<li>Visit fall2014.hacknc.com</li>
<li>Type doge</li>
<li><a href="http://fall2014.hacknc.com">???</a>
</li>
</ol>
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal">mKay</button>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="./js/home-nav.js"></script>
<script src="./js/home-header.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/material.min.js"></script>
<script type="text/javascript" src="js/ripples.min.js"></script>
<script type="text/javascript" src="js/hacknc.js"></script>
<script type="text/javascript" src="js/home.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-61641591-1");
pageTracker._trackPageview();
} catch (err) {}
</script>
</body>
</html>