-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·413 lines (358 loc) · 18.2 KB
/
index.html
File metadata and controls
executable file
·413 lines (358 loc) · 18.2 KB
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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
<!doctype html>
<!--
Template: Unika - Responsive One Page HTML5 Template
Author: imransdesign.com
URL: http://imransdesign.com/
Designed By: https://www.behance.net/poljakova
Version: 1.0
-->
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HackState - Sponsorship</title>
<meta name="description" content="HackState - Hackathon at Mississippi State University">
<meta name="keywords" content="HTML5, Bootsrtrap, One Page, Responsive, Template, Portfolio" />
<meta name="author" content="imransdesign.com">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'> <!-- Body font -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'> <!-- Navbar font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="inc/animations/css/animate.min.css">
<link rel="stylesheet" href="inc/font-awesome/css/font-awesome.min.css"> <!-- Font Icons -->
<link rel="stylesheet" href="inc/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="inc/owl-carousel/css/owl.theme.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skin/cool-gray.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body data-spy="scroll" data-target="#main-navbar">
<div class="page-loader"></div> <!-- Display loading image while page loads -->
<div class="body">
<!--========== BEGIN HEADER ==========-->
<header id="header" class="header-main">
<!-- Begin Navbar -->
<nav id="main-navbar" class="navbar navbar-default navbar-fixed-top" role="navigation"> <!-- Classes: navbar-default, navbar-inverse, navbar-fixed-top, navbar-fixed-bottom, navbar-transparent. Note: If you use non-transparent navbar, set "height: 98px;" to #header -->
<div class="container">
<div class="row">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand page-scroll" href="#"><img src="img/logo2.png" width="100%" height="60%" alt="logo"></a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="body">Home</a></li>
<li><a class="page-scroll" href="#about-section">About</a></li>
<li><a class="page-scroll" href="#why-section">Why Sponsor?</a></li>
<li><a class="page-scroll" href="#prices-section">Packages</a></li>
<li><a class="page-scroll" href="#schedule-section">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</div><!-- /.container -->
</nav>
<!-- End Navbar -->
</header>
<!-- ========= END HEADER =========-->
<!-- Begin text carousel intro section -->
<section id="text-carousel-intro-section" class="parallax" data-stellar-background-ratio="0.5">
<div class="container">
<div id="dynamicCaption" class="caption text-center" data-stellar-ratio="0.7">
<div id="owl-intro-text" class="owl-carousel bgBlack">
<div class="item">
<div class="row-fluid" id="frontLogo">
<div class="col-md-7col-sm-12 text-black">
<img src="img/logoTrans.png" alt="logo" width="50%">
<img src="img/sponsor.svg" alt="sponsorship" width="70%">
<h4>Mississippi State University</h4>
<h4>September 23-24, 2017</h4>
<a class="btn btn-blank page-scroll" href="#about-section">Become a sponsor</a>
</div>
</div>
</div>
</div>
</div> <!-- /.caption -->
</div> <!-- /.container -->
</section>
<!-- End text carousel intro section -->
<!-- Begin about section -->
<section id="about-section" class="dark-page bg-style1">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInUp" data-wow-delay="0.3s">
<h2>About Us</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin rotate box-1 -->
<div class="rotate-box-1-wrapper">
<div class="container">
<div id="about-desc">
<p>
<strong>Hack</strong>State is a student organized hackathon hosted by Mississippi State University’s Association
for Computing Machinery chapter. Over a 24 hour period, students from across the country are invited to
push their limits and experiment with emerging technologies to develop create new applications
and services. <strong>Hack</strong>State is the premier opportunity to unite self-motivated students and
trail-blazing companies through their mutual appreciation of innovation.
</p>
</div>
</div> <!-- /.container -->
</div>
<!-- End rotate box-1 -->
<div class="extra-space-l"></div>
</section>
<!-- End about section -->
<!-- Begin why section -->
<section id="why-section" class="page bg-style1">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInUp" data-wow-delay="0.3s">
<h2>Why Should You Sponsor <strong>Hack</strong>State?</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin rotate box-1 -->
<div class="rotate-box-1-wrapper">
<div class="container">
<div id="about-desc">
<p>Our goal at <strong>Hack</strong>State is to provide you, the sponsor, with three investment opportunities which each promise massive returns.</p>
<br>
<div>
<div class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa fa-users"></i></span>
<div class="rotate-box-info">
<h4><strong>Invest in the future of industry leaders.</strong></h4>
<p>Those that attend hackathons tend to be highly motivated and passionate individuals who look to revolutionize the way we live. Through your contribution, you gain the opportunity to recruit fresh minds that bring the lastest techniques and standards to your company.</p>
</div>
</div>
</div>
<div>
<div class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0.2s">
<span class="rotate-box-icon"><i class="fa fa-diamond"></i></span>
<div class="rotate-box-info">
<h4><strong>Receive valuable product feedback.</strong></h4>
<p>Throughout the competition, students use technologies provided to us by our affiliates and sponsors to construct game-changing innovations. We encourage you to become a part of their process, see how they use your services, and get real time feedback on your products.</p>
</div>
</div>
</div>
<div>
<div class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0.4s">
<span class="rotate-box-icon"><i class="fa fa-lightbulb-o"></i></span>
<div class="rotate-box-info">
<h4><strong>Experience limitless creativity.</strong></h4>
<p> We operate with no boundaries or restrictions on the genre of development. Competitors come from all disciplines and bring vast experience to the table. We invite you to come create this audacious environment with us.</p>
</div>
</div>
</div>
</div>
</div> <!-- /.container -->
</div>
<!-- End rotate box-1 -->
<div class="extra-space-l"></div>
</section>
<!-- End why section -->
<!-- Begin prices section -->
<section id="prices-section" class="page dark-page">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Sponsorship Packages</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<div class="extra-space-l"></div>
<!-- Begin prices -->
<div class="prices">
<div class="container">
<div class="row">
<div class="price-box col-sm-6 col-md-3 wow flipInY" data-wow-delay="0.3s">
<div class="panel lPrideName">
<div class="panel-heading text-center">
<h2>Local Pride*</h2>
</div>
<div class="lPridePrice panel-body text-center">
<p class="lead"><strong>$500</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item">Signage in dining area</li>
<li class="list-group-item"><strong>"Meal is sponsored by __"</strong></li>
<li class="list-group-item">Brand paraphernalia in Welcome Bags</li>
<li class="list-group-item">Small logo on HackState website and T-Shirts</li>
</ul>
<div class="lPrideName panel-footer text-center">
<h5>*Available only to small, local companies</h5>
</div>
</div>
</div>
<div class="price-box col-sm-6 col-md-3 wow flipInY" data-wow-delay="0.5s">
<div class="panel grayName">
<div class="panel-heading text-center">
<h2>Gray</h2>
</div>
<div class="lPridePrice panel-body text-center">
<p class="lead"><strong>$2,000</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item">Two reserved parking spots</li>
<li class="list-group-item">Recruitment booth at event</li>
<li class="list-group-item">Signage in dining area</li>
<li class="list-group-item">Signage around recruitment booth</li>
<li class="list-group-item">Brand paraphernalia in Welcome Bags</li>
<li class="list-group-item">Demo API at Opening Ceremony</li>
<li class="list-group-item">Objective Specific Prize Category</li>
<li class="list-group-item">Medium logo on HackState website and T-Shirts</li>
</ul>
<div class="grayName panel-footer text-center">
</div>
</div>
</div>
<div class="price-box col-sm-6 col-md-3 wow flipInY" data-wow-delay="0.7s">
<div class="panel whiteName">
<div class="panel-heading text-center">
<h2>White</h2>
</div>
<div class="lPridePrice panel-body text-center">
<p class="lead"><strong>$4,000</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item">Two reserved parking spots</li>
<li class="list-group-item">Recruitment booth at event</li>
<li class="list-group-item">Access to Resume Database</li>
<li class="list-group-item">Impromptu interview rooms</li>
<li class="list-group-item">Send recruitment emails <strong>before</strong> event</li>
<li class="list-group-item">Signage in dining area</li>
<li class="list-group-item">Signage around recruitment booth</li>
<li class="list-group-item">Signage at front entrance</li>
<li class="list-group-item">Brand paraphernalia in Welcome Bags</li>
<li class="list-group-item">Demo API at Opening Ceremony</li>
<li class="list-group-item">Objective Specific Prize Category</li>
<li class="list-group-item">Social media shoutouts and updates about your company</li>
<li class="list-group-item">Advertise API info to HackState Competitors</li>
<li class="list-group-item">Large logo on HackState website and T-Shirts</li>
</ul>
<div class="whiteName panel-footer text-center">
</div>
</div>
</div>
<div class="price-box col-sm-6 col-md-3 wow flipInY" data-wow-delay="0.9s">
<div class="panel">
<div class="maroonName panel-heading text-center">
<h2>Maroon</h2>
</div>
<div class="lPridePrice panel-body text-center">
<p class="lead"><strong>$8,000</strong></p>
</div>
<ul class="list-group text-center">
<li class="list-group-item">Two reserved parking spots</li>
<li class="list-group-item">Meet with teams before event</li>
<li class="list-group-item">Secure a spot on the competition judge panel </li>
<li class="list-group-item">Recruitment booth at event</li>
<li class="list-group-item">Access to Resume Database</li>
<li class="list-group-item">Impromptu interview rooms</li>
<li class="list-group-item">Send recruitment emails <strong>before & after</strong> event</li>
<li class="list-group-item">Signage in dining area</li>
<li class="list-group-item">Signage around recruitment booth</li>
<li class="list-group-item">Signage at front entrance</li>
<li class="list-group-item">Signage on stage</li>
<li class="list-group-item">Brand paraphernalia in Welcome Bags</li>
<li class="list-group-item">Demo API at Opening Ceremony</li>
<li class="list-group-item">Objective Specific Prize Category</li>
<li class="list-group-item">Social media shoutouts and updates about your company</li>
<li class="list-group-item">Advertise API info to HackState Competitors</li>
<li class="list-group-item">Speak at Opening Ceremony</li>
<li class="list-group-item"><strong>"HackState, Co-hosted by __"</strong></li>
<li class="list-group-item">Extra-Large logo on HackState website and T-Shirts</li>
</ul>
<div class="panel-footer maroonName text-center">
</div>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
<!-- End prices -->
<div class="extra-space-l"></div>
</section>
<!-- End prices section -->
<!-- Begin Contact -->
<section id="schedule-section" class="page short-pages bg-style1">
<div class="container get-in-touch">
<h1 class="title">Contact Us</h1>
<form class="contact-form row-contact" action="https://formspree.io/sponsorship@hackstate.org" method="POST">
<div class="form-field col x-50">
<input id="name" class="input-text js-input" type="text" name="name" required>
<label class="label" for="name">Name</label>
</div>
<div class="form-field col x-50">
<input id="email" class="input-text js-input" type="email" name="email" required>
<label class="label" for="email">E-mail</label>
</div>
<div class="form-field col x-100">
<input id="message" class="input-text js-input" type="text" name="message" required>
<label class="label" for="message">Message</label>
</div>
<div class="form-field col x-100 align-center">
<input class="submit-btn" type="submit" value="Submit">
</div>
</form>
</div>
</section>
<!-- End Contact -->
<!-- Begin footer -->
<footer class="text-off-white">
<div class="footer">
<div class="container text-center wow fadeIn" data-wow-delay="0.4s">
<p class="copyright">Copyright © 2015 - Designed By <a href="https://www.behance.net/poljakova" class="theme-author">Veronika Poljakova</a> & Developed by <a href="http://www.imransdesign.com/" class="theme-author">Imransdesign</a></p>
</div>
</div>
</footer>
<!-- End footer -->
<a href="#" class="scrolltotop"><i class="fa fa-arrow-up"></i></a> <!-- Scroll to top button -->
</div><!-- body ends -->
<!-- Plugins JS -->
<script src="inc/jquery/jquery-1.11.1.min.js"></script>
<script src="inc/bootstrap/js/bootstrap.min.js"></script>
<script src="inc/owl-carousel/js/owl.carousel.min.js"></script>
<script src="inc/stellar/js/jquery.stellar.min.js"></script>
<script src="inc/animations/js/wow.min.js"></script>
<script src="inc/waypoints.min.js"></script>
<script src="inc/isotope.pkgd.min.js"></script>
<script src="inc/classie.js"></script>
<script src="inc/jquery.easing.min.js"></script>
<script src="inc/jquery.counterup.min.js"></script>
<script src="inc/smoothscroll.js"></script>
<!-- Theme JS -->
<script src="js/theme.js"></script>
</body>
</html>