-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·311 lines (276 loc) · 16.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript">
let host = "beachhacks.com";
if ((host == window.location.host) && (window.location.protocol != "https:"))
window.location.protocol = "https";
</script>
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="theme-color" content="#C0EBF9">
<!-- Title on Browswer Tab -->
<title>BeachHacks</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic"
rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<link rel="icon" href="img/BeachHacksLogo.png" />
<!-- MLH Banner
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:7px;width:10%;z-index:10000"
href="https://mlh.io/seasons/na-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=blue"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/blue.svg" alt="Major League Hacking 2017 Hackathon Season"
style="width:100%"></a>
-->
</head>
<body id="page-top">
<!-- Navigation -->
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">BeachHacks</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#whatisbeachhacks">What is BeachHacks?</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">Registration</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#sponsors">Sponsors</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead bg-header">
<div class="container text-center">
<img src="img\BeachHacksLogo.png" alt="beachhackslogo" style="width:400px;height:400px;">
<br>
<h2 class="mb-1">April 20, 2019 - April 21, 2019</h2>
<h3 class="mb-1">California State University, Long Beach</h3>
<br>
<!-- Registration
<div class="container text-center">
<!-- from typeform website
<a class="typeform-share button" href="https://beachhacks.typeform.com/to/Db2dJQ" data-mode="popup" style="display:inline-block;text-decoration:none;background-color:#267DDD;color:white;cursor:pointer;font-family:Helvetica,Arial,sans-serif;font-size:20px;line-height:50px;text-align:center;margin:0;height:50px;padding:0px 33px;border-radius:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;" target="_blank">Click here to register :) </a>
<script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm_share", b="https://embed.typeform.com/";
if(!gi.call(d,id)){ js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script>
</div>-->
<br>
<h5 class="mb-1"><a onmouseover='this.style.textDecoration="none"' style="color: black; padding: 10px; background: #459BFF; border-radius: 5px;"
target="_blank" href="https://goo.gl/forms/dDHeYXp7yIbCFH1A3">Pre-Register</a></h5>
<br>
<h5 class="mb-1"><a onmouseover='this.style.textDecoration="none"' style="color: black; padding: 10px; background: #459BFF; border-radius: 5px;"
target="_blank" href="http://beachhacks.com/beachhackslive/beachlive/#!/announcements">Live Website</a></h5>
</div>
<div class="overlay"></div>
</header>
<!-- What Is BeachHacks? -->
<section class="content-section" id="whatisbeachhacks">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="content-section-heading text-center">
<h2 class="mb-5">What is BeachHacks?</h2>
</div>
<br>
<p class="lead mb-5">BeachHacks is the fourth collegiate hackathon hosted by California State
University, Long Beach! During our 24 hour event, student developers and designers will gather
on campus to build and program ideas into reality. Whether you join a team or go solo, join us
at BeachHacks and show us what makes you unique. It doesn't matter if you're aiming to be the
next Tony Stark or you're just looking to learn some code, BeachHacks has something for you!</p>
<br>
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" frameborder="0" scrolling="no" marginheight="0"
marginwidth="0" width="788.54" height="443" type="text/html" src="https://www.youtube.com/embed/zvW6ZpLbhBs?autoplay=0&fs=1&iv_load_policy=3&showinfo=1&rel=0&cc_load_policy=0&start=0&end=0&origin=https://youtubeembedcode.com">
</iframe>
</div>
</div>
</div>
</div>
</section>
<!-- Frequently Asked Questions -->
<section class="content-section bg-faq text-white text-center" id="faq">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto">
<div class="content-section-heading text-center">
<h2 class="mb-5">Frequently Asked Questions</h2>
</div>
<br>
<h3 class="text-secondary">When is it?</h3>
<p class="lead mb-5"><b>BeachHacks is 24 hours long starting on April 13, 2019 and ending on April
14, 2019. A more detailed schedule will be released closer to the event.</b></p>
<h3 class="text-secondary">Where is it?</h3>
<p class="lead mb-5"><b>BeachHacks is being held on CSULB's campus in the University Student Union.</b></p>
<h3 class="text-secondary">How much does it cost?</h3>
<p class="lead mb-5"><b>BeachHacks is completely free to attend! We will provide food, snacks, swag
and a great time!</b></p>
<h3 class="text-secondary">Who can participate?</h3>
<p class="lead mb-5"><b>College students from all levels and majors are welcome to apply to
BeachHacks! This isn't only a time to build something cool, but a time to learn also. If
you have never programmed before, you have an opportunity to learn from everyone around
you. To ensure an environment which is diverse and exciting, hackers attending are required
to submit applications, but don't let that intimidate you! We just want to make sure you
have a great time at the event once you have been accepted.</b></p>
<h3 class="text-secondary">What do I bring?</h3>
<p class="lead mb-5"><b>A laptop, cables, chargers and your ID. It's also recommended that you
bring a sleeping bag, pillow, and toiletries. What you don't need to bring is a team, food,
drink, or swag. We can handle that!</b></p>
<h3 class="text-secondary">What should I build?</h3>
<p class="lead mb-5"><b>Anything you want! The project is up to you and your team. You have 24
hours to make anything ranging from web apps, mobile apps, desktop apps, hardware or
anything else you can think of! Surprise us!</b></p>
<h3 class="text-secondary">How will projects be judged?</h3>
<p class="lead mb-5"><b>When you complete a project and demo it at the end of BeachHacks, a panel
of judges will evaluate your project on a wide variety of criteria including design,
novelty, effectiveness, WOW-factor, and much more. Winning teams will receive prizes in the
closing ceremony from the judge(s) of the prize category.</b></p>
<h3 class="text-secondary">Will there be any travel reimbursement?</h3>
<p class="lead mb-5"><b>At this time, we are unable to provide any travel reimbursement. If this
changes, we will update affected parties immediately, however, if accepted to BeachHacks
please be ready to provide your own travel arrangements.</b></p>
<h3 class="text-secondary">What is the code of conduct?</h3>
<p class="lead mb-5"><b>We are following the MLH Code of Conduct which can be found <a class="link-color"
href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">here.</a>
TL;DR Enjoy yourself, but don't be a jerk.</b></p>
<h3 class="text-secondary">What if I don't have a team or a project idea?</h3>
<p class="lead mb-5"><b>Don't worry! Tons of hackers attend hackathons without a team or fully
fledged project idea! We'll have team building excercises to help introduce you to the
hackers around you and get the creative juices flowing.</b></p>
<h3 class="text-secondary">What if I want to go, but I've never had experience with anything like
this before?</h3>
<p class="lead mb-5"><b>There's a first for everything! One of our main goals with BeachHacks is to
bring the experience of a hackathon to students who have talent and potential for this kind
of event, but never got the oppurtunity to show it. The great thing about technology is
that we're all connected by it and no matter what you're studying, there's a technology you
use everyday as a part of your work. For example, if you're a underwater basket weaving
major, you could write a social media app for underwater basket weavers and exchange
weaving patterns, color schemes, etc.
Still not sure? <a class="link-color" href="https://youtu.be/ZXsQAXx_ao0" target="_blank">JUST
DO IT!</a></b></p>
<h3 class="text-secondary">Question not answered?</h3>
<p class="lead mb-5"><b>Email us at [email protected]</b></p>
</div>
</div>
</div>
</section>
<!-- Sponsors/Partners -->
<section id="sponsors" class="container content-section text-center sponsor-section">
<div class="content-section-heading text-center">
<h2 class="mb-5">Sponsors<br></h2>
</div>
<div class="img-group col-md-12">
<p class="lead mb-5"><br><b>If you would like to sponsor BeachHacks, email us at:<br>
<a href="mailto:[email protected]">[email protected]</a></b>
<br><b>Check out our sponsorship packages <a href="img/BeachHacks_Prospectus_2019.pdf" target="_blank">here</a></b></p>
<br><b>We are considered a non-profit 501(c)(3); all donations will be tax deductible :)</b></p>
<!--
<div class="logo">
<a href="https://www.gitkraken.com" target="_blank">
<img src="img\sponsors\GitKraken.png" class = "logo">
</a>
</div>
<div class="logo">
<a href="http://www.insteon.com" target="_blank">
<img src="img\sponsors\Insieon.png" class = "logo">
</a>
</div>
<div class="logo">
<a href="https://www.makeschool.com" target="_blank">
<img src="img\sponsors\MakeSchool.png" class = "logo">
</a>
</div>
<div class="logo">
<a href="http://www.amazon.com/gp/student/signup/info" target="_blank">
<img src="img\sponsors\amazonstudent.png" class = "logo">
</a>
</div>
<div class="logo">
<a href="https://ultrapress.com/" target="_blank">
<img src="img\sponsors\ultrapress.png" class = "logo">
</a>
</div>-->
<div class="logo gold">
<a href="http://thedavidexperience.com" target="_blank">
<img src="img\sponsors\davids.png" class="gold logo">
</a>
</div>
<div class="logo">
<a href="https://google.com" target="_blank">
<img src="img\sponsors\google.png" class="logo">
</a>
</div>
<div class="logo">
<a href="http://web.csulb.edu/colleges/coe/cecs/" target="_blank">
<img src="img\sponsors\cecs.png" class="logo">
</a>
</div>
<div class="img-group col-md-12">
<div class="logo free">
<a href="http://csulb.acm.org/" target="_blank">
<img src="img\sponsors\acm.svg" class="logo">
</a>
</div>
<div class="logo free">
<a href="http://www.asicsulb.org/home/" target="_blank">
<img src="img\sponsors\asi.png" class="logo">
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer text-center">
<ul class="list-inline mb-5">
<li class="list-inline-item">
<div class="container">
<a class="social-link rounded-circle text-white mr-3" href="https://facebook.com/beachhacks" target="_blank">
<i class="icon-social-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="https://twitter.com/beach_hacks" target="_blank">
<i class="icon-social-twitter"></i>
</a>
</li>
</ul>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fa fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("a").click(function(){
$("nav").fadeOut(500);
$("nav").slideDown(500);
});
});
</script>-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>