forked from chrisjh/hacknc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
269 lines (260 loc) · 15.5 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
<!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.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="HackNC Website">
<meta name="author" content="Chris Hendel">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="css/build/production.min.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700' rel='stylesheet' type='text/css'>
<title>HackNC</title>
</head>
<body data-spy="scroll" data-target="#nav" data-offset="400">
<header id="headline">
<div class="row" id="full-width">
<div class="col-md-12" id="tagline">
<div class="container">
<img src="images/logo_horizontal_transparent.png" alt="hacknc logo" class="img-responsive topimg">
</div>
</div>
</div>
</header>
<div id="content">
<!-- <div id="nav" data-spy="affix" data-offset-top="300">
<nav class="navbar navbar-affix-top navbar" role="navigation">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-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="brand">
<img src="images/logo_purple.png" alt="hacknc logo" class="img-responsive navimg">
</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="#register">Register</a>
</li>
<li><a href="#faq">FAQ</a>
</li>
<li><a href="#sponsor">Sponsor</a>
</li>
</ul>
</div>
</nav>
</div> -->
<div class="row anchor" id="register">
<div class="col-md-offset-2 col-md-8">
<div class="panel panel-default">
<div class="panel-body">
<!-- <div class="space"></div> -->
<div class="about anchor">
<h2>Welcome to hacker country.</h2>
<hr>
<p>
<span class="num">250</span> students</p>
<p>
<span class="num">24</span> hours</p>
<div class="row">
<div class="col-md-offset-2 col-md-8">
<p>March 1-2 @ UNC-Chapel Hill</p>
</div>
</div>
<div class="row bigbtn">
<div class="col-md-offset-4 col-md-4">
<a href="http://www.eventbrite.com/e/hacknc-tickets-9885112638" target="_blank" class="btn btn-primary btn-lg btn-lg-text btn-block">Register Now</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4 bigbtn">
<a href="docs/HackNC_Schedule.pdf" target="_blank" class="btn btn-primary btn-lg btn-lg-text btn-block">Schedule</a>
</div>
<div class="col-md-4 bigbtn">
<a href="docs/HackNC_Maps.pdf" target="_blank" class="btn btn-primary btn-lg btn-lg-text btn-block">Area Maps</a>
</div>
</div>
</div>
<div class="sponsor anchor" id="sponsor">
<h2>Sponsors</h2>
<hr>
<div class="row">
<div class="col-md-offset-3 col-md-6">
<a href="https://bitpay.com/" target="_blank">
<img src="images/sponsors/bitpay.png" alt="" class="img-responsive">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<a href="http://www.emc.com" target="_blank">
<img src="images/sponsors/emc.jpg" alt="" class="img-responsive" id="emc">
</a>
</div>
<div class="col-md-4">
<a href="http://www.google.com" target="_blank">
<img src="images/sponsors/google.png" alt="" class="img-responsive" id="google">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<a href="http://www.redventures.com" target="_blank">
<img src="images/sponsors/redventures.png" alt="" class="img-responsive" id="redventures">
</a>
</div>
<div class="col-md-4">
<a href="http://www.carolinacreates.unc.edu/" target="_blank">
<img src="images/sponsors/carolinacreates.png" alt="" class="img-responsive" id="cc">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<a href="http://www.getpebble.com" target="_blank">
<img src="images/sponsors/pebble.png" alt="" class="img-responsive" id="pebble">
</a>
</div>
<div class="col-md-4">
<a href="http://www.sendgrid.com" target="_blank">
<img src="images/sponsors/sendgrid.png" alt="" class="img-responsive" id="sendgrid">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<a href="http://www.infusion.com" target="_blank">
<img src="images/sponsors/infusion.png" alt="" class="img-responsive" id="infusion">
</a>
</div>
<div class="col-md-4">
<a href="http://www.metlife.com" target="_blank">
<img src="images/sponsors/metlife.png" alt="" class="img-responsive" id="metlife">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<a href="http://www.kitware.com" target="_blank">
<img src="images/sponsors/kitware.png" alt="" class="img-responsive" id="kitware">
</a>
</div>
<div class="col-md-4">
<a href="http://www.monsterenergy.com" target="_blank">
<img src="images/sponsors/monsterenergy.png" alt="" class="img-responsive" id="monsterenergy">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-4 col-md-4">
<a href="http://innovate.unc.edu" target="_blank">
<img src="images/sponsors/innovatecarolina.jpg" alt="" class="img-responsive" id="innovatecarolina">
</a>
</div>
</div>
<div class="row">
<div class="col-md-offset-4 col-md-4">
<a href="http://www.modolabs.com" target="_blank">
<img src="images/sponsors/modolabs.jpg" alt="" class="img-responsive" id="modolabs">
</a>
</div>
</div>
</div>
<div class="sponsor anchor" id="sponsor">
<h2>Want to sponsor?</h2>
<hr>
<div class="row">
<div class="col-md-offset-3 col-md-6">
<h3>We'd love to have you sponsor our event. Find out more below.</h3>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4 bigbtn">
<a href="mailto:[email protected]" target="_blank" class="btn btn-primary btn-lg btn-lg-text btn-block">Sponsor</a>
</div>
<div class="col-md-4 bigbtn">
<a href="https://drive.google.com/file/d/0B47KHViagjO6S2g4THBaM091TjQ/edit?usp=sharing" target="_blank" class="btn btn-primary btn-lg btn-lg-text btn-block">Packages</a>
</div>
</div>
</div>
<div class="faq anchor" id="faq">
<h2>Frequently Asked Questions</h2>
<hr>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<h3>What's going to happen?</h3>
<p>A 24 hour period of non-stop hacking during which you will become a better programmer, meet like-minded people, and make cool stuff. At the end, you and your group will have the chance to show off your project and receive prizes from sponsors.</p>
</div>
<div class="col-md-4">
<h3>Who can attend?</h3>
<p>All university students are welcome. Professionals in the area should email us about competing or mentoring. High school students under the age of 18 should also email us.</p>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<h3>What can I hack?</h3>
<p>HackNC is both a software and hardware hackathon. Code for web, mobile, desktop, and hack away at hardware to your heart's content.</p>
</div>
<div class="col-md-4">
<h3>Can we build off existing code?</h3>
<p>You’re free to brainstorm ahead of time, but all code presented at the end of HackNC must be new.</p>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<h3>Will there be food?</h3>
<p>Of course! All participants well get free lunch and dinner on Saturday, breakfast and lunch on Sunday, and copious snacks throughout.</p>
</div>
<div class="col-md-4">
<h3>What about sleep?</h3>
<p>Everyone needs a break once in a while, so designated sleeping spaces will be provided. Be sure to bring a blanket, pillow, or sleeping bag if you plan to sleep.</p>
</div>
</div>
<div class="row">
<div class="col-md-offset-2 col-md-4">
<h3>Do I need programming experience?</h3>
<p>Nope. HackNC is a great way to hone existing programming skills or learn new ones. We’ll have mentors to help you along the way.</p>
</div>
<div class="col-md-4">
<h3>Do I sign up as an individual or with a group?</h3>
<p>Everyone will sign up as an individual. You can declare a 2-4 member team on our pre-event survey or form a group at the beginning of the event.</p>
</div>
</div>
<div class="row">
<div class="col-md-offset-4 col-md-4">
<h3>Will there be swag (free stuff)?</h3>
<p>Does a ten pound bag of flour make a really big biscuit?</p>
</div>
</div>
</div>
<div class="contact anchor" id="contact">
<h2>Get in touch</h2>
<hr>
<div class="row">
<div class="col-md-offset-3 col-md-6">
<h3>Need to drop us a line? Please do.</h3>
</div>
</div>
<div class="row bigbtn">
<div class="col-md-offset-4 col-md-4">
<a href="mailto:[email protected]" target="_blank" class="btn btn-primary btn-lg btn-lg-text btn-block">Contact</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Content -->
</div>
<footer class="footer">
<span>HackNC © 2013 </span>|
<span> site by <a href="http://www.chrishendel.com" target="_blank">Chris Hendel</a>
</span>
</footer>
<script type="text/javascript" src="js/build/production.min.js"></script>
</body>
</html>