-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
546 lines (461 loc) · 20.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
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!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>HackUAB</title>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<!-- Plugin CSS -->
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="bower_components/simple-line-icons/css/simple-line-icons.css">
<!-- Theme & Custom CSS -->
<link href="css/styles.css" rel="stylesheet">
<link href="css/new-age.css" rel="stylesheet">
<link href="css/apply-button.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127117009-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-127117009-1');
</script>
<link rel="stylesheet" type="text/css" href="css/mainsection.css" />
</head>
<body id="page-top" ng-app="hackcu2017">
<!--
<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> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" id="brand-text" href="/#page-top">HackUAB</a>
</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="/#about">About</a>
</li>
-->
<!--li>
<a class="page-scroll" href="/#apply">Apply</a>
</li>
<li>
<a class="page-scroll" href="/#schedule">Schedule</a>
</li-->
<!--
<li>
<a class="page-scroll" href="/#faq">FAQ</a>
</li>
-->
<!--
<li>
<a class="page-scroll" href="/#location">Location</a>
</li>
<li>
<a class="page-scroll" href="/travel.php">Travel</a>
</li>
<li>
<a class="page-scroll" href="/#sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="/#team">Team</a>
</li>
<li>
<a class="page-scroll" href="/#contact">Contact</a>
</li>
-->
<!--
<li>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;width:10%;z-index:10000;" href="https://mlh.io/seasons/na-2017/events?utm_source=na-2017&utm_medium=TrustBadge&utm_campaign=na-2017&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2017/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
</li>
-->
<!--
</ul>
</div>-->
<!-- /.navbar-collapse -->
<!--
<a id="mlh-trust-badge"
style="display:block;max-width:100px;min-width:60px;position:absolute;width:10%;z-index:10000;left:0"
href="https://mlh.io/seasons/na-2017/events?utm_source=na-2017&utm_medium=TrustBadge&utm_campaign=na-2017&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2017/white.svg"
alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
-->
<!--
</div>-->
<!-- /.container-fluid -->
<!--
</nav>
-->
<header>
<!-- <div class="keyart" id="nonparallax">-->
<div id="hero" ng-controller="HeaderCtrl">
<div id="pixiCanvas"></div>
<div class="row info-row">
<div class="col-md-12 container info-container">
<div class="header-content" style="z-index: 100;">
<div class="header-content-inner text-center">
<!--<h1>HackUAB</h1>
<p class="smallMar">Universitat Autònoma de Barcelona</p>
<p>February 22<sup>th</sup> to February 24<sup>th</sup> 2019</p>
--><img id="imgheader" width="100%" src="images/titulo.png" alt="Girl in a jacket">
</div>
</div>
</div>
<!-- Shows nonparallax image-->
<!-- <div class="layer layer-07"></div>-->
<!-- <div class="layer layer-01" data-type="parallax" data-depth="0.10"></div>
<div class="layer layer-02" data-type="parallax" data-depth="0.20"></div>
<div class="layer layer-03" data-type="parallax" data-depth="0.40"></div>
<div class="layer layer-04" data-type="parallax" data-depth="0.55"></div>
<div class="layer layer-05" data-type="parallax" data-depth="0.68"></div>
<div class="layer layer-06" data-type="parallax" data-depth="1.00"></div>-->
<!-- <div class="layer layer-06 " data-type="parallax" data-depth="1.00"></div>-->
</div>
</div>
</header>
<section id="about" class="text-center about">
<div class="container" id="about">
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-12">
<img src="images/hackculogo.png" alt="hackcu logo" width="200"/>
<h2 class="section-heading">About Us</h2>
<p>HackUAB, a 36-hour hackathon hosted at the Autonomous University of Barcelona, brings together people of all experience levels, majors and backgrounds to UAB. HackUAB provides the space and the resources for you to express your creativity, ingenuity, and determination to create anything you want to.<br>We welcome any and all students to apply.</p>
<!--<a class="button" href="https://my.hackuab.com"><span>APPLY</span></a>-->
</div>
</div>
</div>
</section>
<!--section id="apply" class="cta"-->
<!--?php //include('sections/apply.html'); ?-->
<!--/section-->
<section id="goals" class="faq">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>Goals</h2>
<h4 class="text-muted">Our goals for HackUAB</h4>
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-3">
<div class="feature-item">
<i class="icon-emotsmile text-primary"></i>
<h1 class="counter-number">300</h1>
<p class="counter-subtext">Participants</p>
</div>
</div>
<div class="col-md-3">
<div class="feature-item">
<i class="icon-settings text-primary"></i>
<h1 class="counter-number">75</h1>
<p class="counter-subtext">Awesome Projects</p>
</div>
</div>
<div class="col-md-3">
<div class="feature-item">
<i class="icon-cup text-primary"></i>
<h1 class="counter-number">600</h1>
<p class="counter-subtext">Energy Drinks</p>
</div>
</div>
<div class="col-md-3">
<div class="feature-item">
<i class="icon-hourglass text-primary"></i>
<h1 class="counter-number">36</h1>
<p class="counter-subtext">Hours of Hacking</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--section id="schedule" class="text-center"-->
<!--?php //include('sections/schedule.html'); ?-->
<!--/section-->
<section id="faq" class="faq">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="section-heading">
<h2>FAQ</h2>
<h4 class="text-muted">All the important questions. Answered.</h4>
<hr>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="feature-item">
<i class="icon-user text-primary"></i>
<h3>Who can attend?</h3>
<p class="text-muted">We welcome any student 18 or older to participate! We always welcome volunteers, mentors, and sponsors to attend as well. <a href="contact.html">Contact us</a> for more information.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-handbag text-primary"></i>
<h3>What do I bring?</h3>
<p class="text-muted">A laptop, laptop charger, phone, chargers, headphones, a pillow, toiletries, an extra set of clothes, and a water bottle.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-wallet text-primary"></i>
<h3>How much does HackUAB cost?</h3>
<p class="text-muted">HackUAB is absolutely free to attend, and we will be providing all meals, snacks, and refreshments!</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature-item">
<i class="icon-plane text-primary"></i>
<h3>Will you offer travel reimbursement?</h3>
<p class="text-muted">We will be offering limited travel reimbursements this year! If you get accepted we will contact you with further information.</p>
<!--
<br>If you're still interested in coming check out our <a href="travel.php">travel page</a> for more info.</p>
-->
<!--<p class="text-muted">We will be offering travel reimbursement this year! Stay tuned for more info.</p>-->
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-graduation text-primary"></i>
<h3>How can I become a volunteer?</h3>
<p class="text-muted">Sign up <a target="_blank" href="/volunteers">here.</a></p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-wrench text-primary"></i>
<h3>Do I have to be a programmer?</h3>
<p class="text-muted">Absolutely not! It doesn’t matter if you are a designer, a writer, or a chemistry major. There is a place for you here. There will be a team formation session at the beginning of the event to help form teams.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature-item">
<i class="icon-bulb text-primary"></i>
<h3>What is a hackathon?</h3>
<p class="text-muted">A hackathon is an event where motivated people come together and use technology and creativity to build something amazing. Any designers, writers, computer scientists or anyone interested in hackathons are welcome to attend!</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-people text-primary"></i>
<h3>Do I need a team? How large can my team be?</h3>
<p class="text-muted">Don't have a team? We got you covered. We will have time before hacking begins for hackers to get together and form teams. You can have a maximum of 4 members on your team.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-cup text-primary"></i>
<h3>Will there be food?</h3>
<p class="text-muted">Yes, lots! We will provide three meals a day as well as snacks, drinks, and caffeine.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature-item">
<i class="icon-reload text-primary"></i>
<h3>Can I reuse a previous project?</h3>
<p class="text-muted">You can <u>NOT</u> use anything that you have started prior to the event. You can think of ideas for your project, but you need to start from scratch when you arrive.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature-item">
<i class="icon-question text-primary"></i>
<h3>Have another question?</h3>
<p class="text-muted">Feel free to shoot us an email at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-md-4"></div>
</div>
</div>
</div>
</div>
</section>
<!--<section id="location" class="text-center">
<div class="container" id="location">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2>Location</h2>
<div class="overlay" onClick="document.getElementById('map').style.pointerEvents='auto'">
<iframe id="map" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d5976.269305109667!2d2.0990231525704233!3d41.501356740768365!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x12a495d5c73a87eb%3A0x21585445892b1413!2sUAB+School+Of+Engineering+and+Economics!5e0!3m2!1sen!2ses!4v1538579550841" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<button class="btn btn-primary" id="butt" onclick="getRoute()">Calculate Route to HackCU</button>
</div>
</div>
</div>
</section>
-->
<!--section id="volunteer" class="text-center"-->
<!--?php //include('sections/volunteer.html'); ?-->
<!--/section-->
<section id="sponsors" class="text-center">
<div class="container">
<div class="row">
<!--Sponsors-->
<div class="col-md-8 col-md-offset-2 col-sponsor">
<h2 class="section-heading">Sponsors</h2>
<ul class="sponsors">
<li>
<a href="http://www.wolfram.com/" target="_blank">
<img src="images/wolfram.png">
</a>
</li>
<li>
<a href="http://inserty.com/ca/" target="_blank">
<img src="images/inserty.jpg">
</a>
</li>
<li>
<a href="https://inadhoc.com/" target="_blank">
<img src="images/inhadoc.png">
</a>
</li>
<li>
<a href="https://www.uab.cat/enginyeria/" target="_blank">
<img src="images/escolaeng.jpeg">
</a>
</li>
<li>
<a href="https://www.uab.cat/" target="_blank">
<img src="images/uab.png">
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--
<section id="judges" class="text-center">
<?php //include('sections/judges.html'); ?>
</section>
-->
<!--
<section id="team" class="text-center">
<?php //include('sections/team.html'); ?>
</section>
-->
<!--
<section id="contact" class="contact">
<div class="container">
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
<h2>Contact Us</h2>
<ul class="list-inline list-social">
<li class="social-twitter">
<a href="https://twitter.com/hackcu" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li class="social-facebook">
<a href="https://www.facebook.com/HackCU/" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li class="social-facebook">
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
</li>
</ul>
<br>
<p>Please email your questions or comments to <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</section>
-->
<footer>
<div class="container">
<p><a href="https://github.com/HackUAB/landing">Code repository</a></p>
<div class="row">
<div class="col-lg-4">
<ul>
<li>
<a href="mailto:[email protected]" target="_blank">Contact Us</a>
</li>
</ul>
</div>
<div class="col-lg-4">
</div>
<div class="col-lg-4">
<ul>
<li>
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">MLH Code</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<script>
/*
window.addEventListener('scroll', function () {
var depth, i, layer, layers, len, movement, topDistance, translate3d;
topDistance = this.pageYOffset;
layers = document.querySelectorAll("[data-type='parallax']");
for (i = 0, len = layers.length; i < len; i++) {
layer = layers[i];
depth = layer.getAttribute('data-depth');
movement = -(topDistance * depth);
translate3d = 'translate3d(0, ' + movement + 'px, 0)';
layer.style['-webkit-transform'] = translate3d;
layer.style['-moz-transform'] = translate3d;
layer.style['-ms-transform'] = translate3d;
layer.style['-o-transform'] = translate3d;
layer.style.transform = translate3d;
}
});
*/
</script>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Angular Core JavaScript -->
<script src="bower_components/angular/angular.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Theme JavaScript -->
<script src="js/new-age.js"></script>
<!-- Angular App JS -->
<script src="js/app.js"></script>
<!-- External JS -->
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/parallax.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/4.7.1/pixi.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.0.2/TweenMax.min.js"></script>
<script type="text/javascript" src="js/mainsection.js"> </script>
</body>
</html>