-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathregistration.html
302 lines (268 loc) · 16.2 KB
/
registration.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<title>Registration - MavHack 2015</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css" type="text/css">
<!-- Plugin CSS -->
<link rel="stylesheet" href="css/animate.min.css" type="text/css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/creative.css?ver=1.1" type="text/css">
<link rel="stylesheet" href="style.css?ver=1.2" type="text/css">
<link href="http://cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
#mc_embed_signup input {
border: 2px solid #999;
border-radius: 2px;
}
#mc-embedded-subscribe{
border:0px !important;
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery -->
<script src="js/jquery.js"></script>
</head>
<body id="page-top">
<!-- MLH Badge DO NOT REMOVE -->
<a id="mlh-trust-badge" class="mlh-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>
<!-- Navbar -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<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-center">
<li>
<a class="page-scroll active" href="http://mavhack.com/#home">Home</a>
</li>
<li>
<a class="page-scroll" href="http://mavhack.com/#about">About</a>
</li>
<li>
<a class="page-scroll" href="http://mavhack.com/#thanks">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="http://mavhack.com/#schedule">Schedule</a>
</li>
<li>
<a class="page-scroll" href="http://mavhack.com/#judges">Judges</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Separator -->
<section class="separator" id="separator-reg" data-stellar-background-ratio="0.5" style="overflow:hidden;">
<div class="container">
<div class="row">
<div class="col-md-12">
<img src="img/logo-big.png" class="main-logo">
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section id="register">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div style="border:1px solid #e5e5e5;padding:5px;">
<h1 class="text-center">Register</h1>
<p class="text-center">We are glad that you decided to join the event.</p>
<hr>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://mavhack.us11.list-manage.com/subscribe/post?u=d4a53cc7b1fa28bc0e37598a1&id=684dc9d85e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-MMERGE3">School Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="MMERGE3" class="required" id="mce-MMERGE3">
</div>
<div class="radio">
<strong>Gender <span class="asterisk">*</span>
</strong>
<ul><li><input type="radio" value="Male" name="MMERGE4" id="mce-MMERGE4-0" class="css-checkbox"><label for="mce-MMERGE4-0" class="css-label">Male</label></li>
<li><input type="radio" value="Female" name="MMERGE4" id="mce-MMERGE4-1" class="css-checkbox"><label for="mce-MMERGE4-1" class="css-label">Female</label></li>
<li><input type="radio" value="Other" name="MMERGE4" id="mce-MMERGE4-2" class="css-checkbox"><label for="mce-MMERGE4-2" class="css-label">Other</label></li>
</ul>
</div>
<div class="radio">
<strong>What's your t-shirt size? Unisex. <span class="asterisk">*</span>
</strong>
<ul><li><input type="radio" value="XS" name="MMERGE6" id="mce-MMERGE6-0" class="css-checkbox"><label for="mce-MMERGE6-0" class="css-label">XS</label></li>
<li><input type="radio" value="S" name="MMERGE6" id="mce-MMERGE6-1" class="css-checkbox"><label for="mce-MMERGE6-1" class="css-label">S</label></li>
<li><input type="radio" value="M" name="MMERGE6" id="mce-MMERGE6-2" class="css-checkbox"><label for="mce-MMERGE6-2" class="css-label">M</label></li>
<li><input type="radio" value="L" name="MMERGE6" id="mce-MMERGE6-3" class="css-checkbox"><label for="mce-MMERGE6-3" class="css-label">L</label></li>
<li><input type="radio" value="XL" name="MMERGE6" id="mce-MMERGE6-4" class="css-checkbox"><label for="mce-MMERGE6-4" class="css-label">XL</label></li>
<li><input type="radio" value="XXL" name="MMERGE6" id="mce-MMERGE6-5" class="css-checkbox"><label for="mce-MMERGE6-5" class="css-label">XXL</label></li>
</ul>
</div>
<div class="radio">
<strong>How are you going to travel to the event? <span class="asterisk">*</span>
</strong>
<ul><li><input type="radio" value="Driving" name="MMERGE5" id="mce-MMERGE5-0" class="css-checkbox"><label for="mce-MMERGE5-0" class="css-label">Driving</label></li>
<li><input type="radio" value="Taking a MavHack bus" name="MMERGE5" id="mce-MMERGE5-1" class="css-checkbox"><label for="mce-MMERGE5-1" class="css-label">Taking a MavHack bus</label></li>
<li><input type="radio" value="Taking a third-party bus" name="MMERGE5" id="mce-MMERGE5-2" class="css-checkbox"><label for="mce-MMERGE5-2" class="css-label">Taking a third-party bus</label></li>
<li><input type="radio" value="Taking a flight" name="MMERGE5" id="mce-MMERGE5-3" class="css-checkbox"><label for="mce-MMERGE5-3" class="css-label">Taking a flight</label></li>
<li><input type="radio" value="Other" name="MMERGE5" id="mce-MMERGE5-4" class="css-checkbox"><label for="mce-MMERGE5-4" class="css-label">Other</label></li>
</ul>
</div>
<div class="radio">
<strong>Will this be your first hackathon? <span class="asterisk">*</span>
</strong>
<ul><li><input type="radio" value="Yes" name="MMERGE7" id="mce-MMERGE7-0" class="css-checkbox"><label for="mce-MMERGE7-0" class="css-label">Yes</label></li>
<li><input type="radio" value="No" name="MMERGE7" id="mce-MMERGE7-1" class="css-checkbox"><label for="mce-MMERGE7-1" class="css-label">No</label></li>
</ul>
</div>
<div class="mc-field-group">
<label for="mce-MMERGE8">What is your LinkedIn profile URL? </label>
<input type="text" value="" name="MMERGE8" class="" id="mce-MMERGE8">
</div>
<div class="mc-field-group">
<label for="mce-MMERGE9">What is your github profile URL? </label>
<input type="text" value="" name="MMERGE9" class="" id="mce-MMERGE9">
</div>
<div class="radio">
<strong>How did you hear about us? <span class="asterisk">*</span>
</strong>
<ul><li><input type="radio" value="Facebook" name="MMERGE10" id="mce-MMERGE10-0" class="css-checkbox"><label for="mce-MMERGE10-0" class="css-label">Facebook</label></li>
<li><input type="radio" value="Twitter" name="MMERGE10" id="mce-MMERGE10-1" class="css-checkbox"><label for="mce-MMERGE10-1" class="css-label">Twitter</label></li>
<li><input type="radio" value="Email" name="MMERGE10" id="mce-MMERGE10-2" class="css-checkbox"><label for="mce-MMERGE10-2" class="css-label">Email</label></li>
<li><input type="radio" value="Word of mouth" name="MMERGE10" id="mce-MMERGE10-3" class="css-checkbox"><label for="mce-MMERGE10-3" class="css-label">Word of mouth</label></li>
<li><input type="radio" value="MLH" name="MMERGE10" id="mce-MMERGE10-4" class="css-checkbox"><label for="mce-MMERGE10-4" class="css-label">MLH</label></li>
<li><input type="radio" value="From your university" name="MMERGE10" id="mce-MMERGE10-5" class="css-checkbox"><label for="mce-MMERGE10-5" class="css-label">From your university</label></li>
<li><input type="radio" value="Other" name="MMERGE10" id="mce-MMERGE10-6" class="css-checkbox"><label for="mce-MMERGE10-6" class="css-label">Other</label></li>
</ul>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_d4a53cc7b1fa28bc0e37598a1_684dc9d85e" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Register" name="subscribe" id="mc-embedded-subscribe" class="btn btn-primary btn-xl"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Us -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<h2 class="text-center">Contact Us</h2>
<hr>
<p class="text-center">Interested in sponsoring? Contact <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2015 MavHack</p>
</div>
</footer>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/creative.js"></script>
<script type='text/javascript' src='http://s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[0]='EMAIL';ftypes[0]='email';fnames[3]='MMERGE3';ftypes[3]='text';fnames[4]='MMERGE4';ftypes[4]='radio';fnames[6]='MMERGE6';ftypes[6]='radio';fnames[5]='MMERGE5';ftypes[5]='radio';fnames[7]='MMERGE7';ftypes[7]='radio';fnames[8]='MMERGE8';ftypes[8]='text';fnames[9]='MMERGE9';ftypes[9]='text';fnames[10]='MMERGE10';ftypes[10]='radio';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<script src="js/stellar.js"></script>
<script>
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function() {
return navigator.userAgent.match(/IEMobile/i);
},
any: function() {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};
jQuery(document).ready(function(){
if( !isMobile.any() ){
$(window).stellar({
horizontalScrolling: false,
verticalOffset: 40
});
}
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-65247238-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>