forked from rf/hackfsu2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
360 lines (271 loc) · 13.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
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
<!DOCTYPE html>
<html>
<head>
<title>HackFSU</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta content="Fueling innovation and interdisciplinary collaboration in Tallahassee" name="description">
<meta content="HTML, CSS, JavaScript, PHP, Minimal Awesomness" name="keywords">
<meta content="DryThemes" name="author">
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<link href="images/favicon.png" rel="shortcut icon">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href="css/clear.css" rel="stylesheet" type="text/css">
<link href="css/carouFredSel.css" rel="stylesheet" type="text/css">
<link href="css/supersized.css" rel="stylesheet" type="text/css">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/columns.css" rel="stylesheet" type="text/css">
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css">
<link href="css/accordion-tabs.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/isotope.css" rel="stylesheet" type="text/css">
<link href="css/colors.css" rel="stylesheet" type="text/css">
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script type="text/javascript" src="http://www.parsecdn.com/js/parse-1.2.17.min.js"></script>
<script type="text/javascript">
Parse.initialize("4NDzxeC8KxdZi4Kyok7QfGhtS27GuHfntNh9ZSfL", "O0orh0DoOffqBmmtkWG1eWgZxXHiHYHOsH6x57cU");
</script>
<script src="js/jquery-1.8.1.min.js" type="text/javascript"></script>
<script src="js/jquery.isotope.min.js" type="text/javascript"></script>
<script src="js/accordion-tabs.min.js" type="text/javascript"></script>
<script src="js/portfolio.js" type="text/javascript"></script>
<script src="js/supersized.3.2.7.js" type="text/javascript"></script>
<script src="js/jquery.sticky.js" type="text/javascript"></script>
<script src="js/jquery.dryMenu.js" type="text/javascript"></script>
<script src="js/small-menu.js" type="text/javascript"></script>
<script src="js/jquery.carouFredSel-6.2.1-packed.js" type="text/javascript"></script>
<script src="js/jquery.mousewheel.min.js" type="text/javascript"></script>
<script src="js/jquery.touchSwipe.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/jquery.myHint.js" type="text/javascript"></script>
<script src="js/jquery.vticker-min.js" type="text/javascript"></script>
<script src="js/jquery.prettyPhoto.js" type="text/javascript"></script>
<script src="js/md5.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</head>
<body>
<!--Loading gif -->
<table class="doc-loader">
<tr>
<td>
<img alt="Loading..." src="images/ajax-document-loader.gif">
</td>
</tr>
</table>
<!--Navigation Menu-->
<div class="main-menu" id="main-menu">
<div class="center-relative menu-holder">
<div class="menu-logo left">
<img alt="Sensa" src="images/menu_logo.png">
</div>
<ul class="right montserrat-font">
<li class="active"><a href="#dry-home">HELLO</a>
</li>
<li><a href="#about">ABOUT</a>
</li>
<li><a href="#sponsors">SPONSORS</a></li>
<li><a href="#contact">REGISTER</a>
</li>
<li><a href="faq.html">FAQ</a>
</li>
</ul>
<div class="clear"></div>
</div>
</div>
<!--Home-->
<div class="home section relative" id="dry-home">
<div class="block content-960 center-relative">
<!-- Home text slider -->
<a href="#contact" class="hero-button black bigmode" style="letter-spacing: 0px;">Register Now!</a>
<h1 class="big-tittle montserrat-font top-30">HackFSU
<br>04/05
</h1>
<a href="#contact" class="hero-button black smallmode" style="letter-spacing: 0px;">Register Now!</a>
</div>
<!--Background Slider Navigation-->
<!-- Background Slider Holder -->
<ul id="supersized"></ul>
</div>
<!--Services-->
<div class="clear services section block" id="about">
<div class="block content-960 center-relative">
<h2 class="section-title montserrat-font">HACK
<br>THE
<br>NIGHT
<br>AWAY
</h2>
<div class="title-separator"></div>
<h2>WHAT IS IT?</h2>
<p class="info">HackFSU is a hackathon for students, by students. This will be the ultimate place for collaboration and creation. Attendees will have 24 hours to make something amazing. Students will work in teams of 4-5 and have access to mentors and fellow hackers for help.</p>
<br>
<h2>WHO'S INVITED?</h2>
<p class="info">All undergrad and high school students are welcome to attend. Although the event will be focused towards developers and designers, NO CODING EXPERIENCE IS REQUIRED. This will be a space to not only create, but also to learn! We encourage all students who have interest to attend!</p>
<br>
<h2>WHAT'S IT COST?</h2>
<p class="info">HackFSU is absolutely free! In fact, because we want as many people as possible to attend, we are working to provide buses to students located in the Southeast.</p>
<br>
<p class="info">Visit the FAQ to learn more!</p>
<div class="full-width top-150 bottom-100">
<div class="picfull"></div>
</div>
<div class="clear"></div>
</div>
<div class="full-width top-150 bottom-100">
<img alt="" src="images/service_graphic_01.png">
</div>
<div id="sponsors" class="section"><h2 class="section-title montserrat-font">SPONSORS</h2><img alt="" src = "images/all_sponsors.png"></div>
<!--
<div class="block content-960 center-relative">
<h2 class="section-title montserrat-font">SPONSORS</h2>
<div class="title-separator"></div>
</div>
<div id="container" class="clickable clearfix">
<div class="element photos personal" >
<img src="images/portfolio/thumb/ptf_thumb_03.jpg" alt="" />
</div>
<div class="element photos whatever">
<img src="images/portfolio/thumb/ptf_thumb_02.jpg" alt="" />
</div>
<div class="element video personal">
<a href="http://www.domiventures.co/">
<img src="images/portfolio/thumb/ptf_thumb_01.jpg" alt="" />
</a>
</div>
<div class="element photo logos whatever">
<img src="images/portfolio/thumb/ptf_thumb_04.jpg" alt="" />
</div>
<div class="element whatever video">
<img src="images/portfolio/thumb/ptf_thumb_05.jpg" alt="" />
</div>
FOR MORE SPONSORS:
<div class="element personal logos">
<img src="images/portfolio/thumb/ptf_thumb_06.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_06.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">UI PSD</span>
</a>
</div>
<div class="element personal logos">
<img src="images/portfolio/thumb/ptf_thumb_07.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_07.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">MONSTERS</span>
</a>
</div>
<div class="element photo logos">
<img src="images/portfolio/thumb/ptf_thumb_08.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_08.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">PSD FRAME</span>
</a>
</div>
<div class="element personal video">
<img src="images/portfolio/thumb/ptf_thumb_09.jpg" alt="" />
<a class="preview absolute shadow" href="http://vimeo.com/78387202" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">MAGAZINE</span>
</a>
</div>
<div class="element personal">
<img src="images/portfolio/thumb/ptf_thumb_10.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_10.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">PSD ICONS</span>
</a>
</div>
<div class="element personal logos whatever">
<img src="images/portfolio/thumb/ptf_thumb_11.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_11.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">PSD PLAYER</span>
</a>
</div>
<div class="element whatever photos video">
<img src="images/portfolio/thumb/ptf_thumb_12.jpg" alt="" />
<a class="preview absolute shadow" href="http://vimeo.com/78387202" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">TIMEZONE</span>
</a>
</div>
<div class="element personal photos whatever">
<img src="images/portfolio/thumb/ptf_thumb_13.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_13.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">ICONS</span>
</a>
</div>
<div class="element whatever video">
<img src="images/portfolio/thumb/ptf_thumb_14.jpg" alt="" />
<a class="preview absolute shadow" href="http://vimeo.com/78387202" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">APP MOCKUP</span>
</a>
</div>
<div class="element logos photos">
<img src="images/portfolio/thumb/ptf_thumb_15.jpg" alt="" />
<a class="preview absolute shadow" href="images/portfolio/large/ptf_large_15.jpg" data-rel="prettyPhoto[gallery2]">
<span class="work_item_text">CARDS</span>
</a>
</div>
</div>
-->
</div>
<div class="clear"></div>
<!--Register-->
<div class="clear contact section block" id="contact">
<div class="block content-960 center-relative">
<h2 class="section-title montserrat-font">Register Now</h2>
<div class="title-separator"></div>
<div class="one_half">
<p class="contact-title-info bottom-10">BE A PART OF SOMETHING AWESOME.
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<div class="register-form">
<form action="rf_registration.php" method="POST">
<ul id="register-form">
<li class="name-holder">
<input type="text" id="name" name="name" placeholder="Name" required />
</li>
<li class="email-holder">
<input type="text" id="email" name="email" placeholder="Email" required />
</li>
<li class="website-holder">
<input type="text" id="school" name="school" placeholder="School" required />
</li>
<li class="last-child">
<button class="button black" id="send-message">Continue Registration</button>
</li>
</ul>
<div class="clear"></div>
</form>
</div>
<div class="clear"></div>
<div class="sending-message-status-holder">
<span id="sending-message-status"> </span>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<!--Footer-->
<div class="clear center-text footer">
<div class="scroll-top-holder relative block content-960 center-relative"></div>
<div class="footer-content center-text block content-960 center-relative">
<img alt="" class="bottom-100" src="images/footer_logo.png">
<div class="title-separator"></div>
<div class="big-social center-text top-100">
<a href="https://twitter.com/HackFSU" style="text-decoration:none;">
<img src="images/twitter-logo.png" alt="HackFSU on Twitter" />
</a>
<a href="https://www.facebook.com/hackfsu" style="text-decoration:none;">
<img src="images/facebook-logo.png" alt="HackFSU on Facebook" />
</a>
<a href="http://statigr.am/tag/hackfsu" style="text-decoration:none;">
<img src="images/instagram-logo.png" alt="HackFSU on Instagram" />
</a>
</div>
<div class="footer-copyright center-text">
Created by: <a href="http://www.technolegy.org/">TechNOLEgy</a> at Florida State University
</div>
</div>
<!--Load JavaScript-->
</body>
</html>