-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsga.html
More file actions
559 lines (517 loc) · 31.4 KB
/
sga.html
File metadata and controls
559 lines (517 loc) · 31.4 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
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
547
548
549
550
551
552
553
554
555
556
557
558
559
<!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, maximum-scale=1">
<meta name="description" content="Hack Potsdam is a 24 hour student run hackathon, where students come to share ideas, form
teams, and build projects together. Starting in Fall 2016, the event is held semi-annually between SUNY Potsdam in the Fall, and
Clarkson University in the Spring. Together, the schools held to unite students with a passion for technology.">
<meta name="author" content="Jesse Peplinski">
<title>Hack Potsdam - Share Ideas, Form Teams, Build Projects</title>
<!-- Bootstrap Core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Favicon -->
<link rel="shortcut icon" type="image/svg" href="img/hpfill.svg"/>
<!-- Custom Fonts -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Owl CSS -->
<link href="js/owl.carousel/owl-carousel/owl.carousel.css" rel="stylesheet">
<!-- Owl Theme -->
<link href="js/owl.carousel/owl-carousel/owl.theme.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/agency.css" rel="stylesheet">
<!-- Include Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- 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]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-custom navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" 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>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse wrapper" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right nav-size">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="index.html">Home</a>
</li>
<li>
<a class="page-scroll" href="index.html#about">About</a>
</li>
<li>
<a class="page-scroll" href="index.html#portfolio">Events</a>
</li>
<li>
<a class="page-scroll" href="index.html#sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="index.html#prizes">Prizes</a>
</li>
<li>
<a class="page-scroll" href="index.html#judges">Judges</a>
</li>
<li>
<a class="page-scroll" href="index.html#schedule">Schedule</a>
</li>
<li>
<a class="page-scroll" href="index.html#faq">FAQ</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="intro-text">
<h1 class="intro-heading">We need your support</h1>
<img src="img/hpfill.svg" width="150" height="150">
<h2>We're requesting $5000 for our bill</h2>
<div class="intro-lead-in">We need your support so our participants can <span class="intro-lead-in type-out typed-cursor"></span></div>
<div class="row">
<div class="col-md-6">
<a href="https://docs.google.com/presentation/d/1BvwFCUb1YXJvo1ArMlLalM7PDNz7w6uJOgiofFM2aO8/edit" target="_blank" class="page-scroll btn btn-xl home-button">Support Us</a>
</div>
<div class="col-md-6">
<a href="https://docs.google.com/spreadsheets/d/1UnNY4nmRn3HZSGXP7oOIcmxJcXxxNuZw0eiY9X22a7c/edit" target="_blank" class="page-scroll btn btn-xl home-button">Costs</a>
</div>
</div>
</div>
</div>
</header>
<footer id="contact">
<div class="container">
<div class="row">
<div class="col-md-3">
<h5>Contact Us</h5>
<ul class="no-bullet">
<li>SUNY Potsdam ACM President<li>
<li>Jesse Peplinski</li>
<li><a href="mailto:peplinjj199@potsdam.edu">peplinjj199@potsdam.edu</a></li>
<hr />
<li>COSI Lab Director<li>
<li>Ben Lannon</li>
<li><a href="mailto:lannonbr@clarkson.edu">lannonbr@clarkson.edu</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Useful Links</h5>
<ul class="no-bullet">
<li><a href="https://www.facebook.com/groups/hackpotsdam/" target="_blank">Facebook Group</a></li>
<li><a href="https://twitter.com/hackpotsdam" target="_blank">Twitter</a></li>
<li><a href="https://goo.gl/forms/oQfZyEuy5uFht3JB2" target="_blank">Sign Up</a></li>
<li><a href="story.html">Story</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="become-a-sponsor.html">Become a Sponsor</a></li>
<li><a href="sponsors.html">View Sponsors</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Connect with Potsdam's ACM</h5>
<ul class="no-bullet">
<li><a href="http://potsdamacm.com" target="_blank">Website</a></li>
<li><a href="https://www.facebook.com/PotsdamACM" target="_blank">Facebook</a></li>
<li><a href="https://github.com/potsdamacm" target="_blank">Github</a></li>
<li><a href="https://twitter.com/potsdamacm" target="_blank">Twitter</a></li>
<li><a href="https://www.linkedin.com/groups/8408448" target="_blank">LinkedIn</a></li>
<li><a href="https://lists.potsdam.edu/sympa/subscribe/acm" target="_blank">Mailing List</a></li>
<li><a href="https://plus.google.com/102069938733004614886" target="_blank">Google Plus</a></li>
<li><a href="https://potsdamacm.slack.com/signup" target="_blank">Slack</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Connect with Clarkson's COSI</h5>
<ul class="no-bullet">
<li><a href="http://cosi.clarkson.edu/cosi.html" target="_blank">Homepage</a></li>
<li><a href="http://lists.clarkson.edu/mailman/listinfo/cslabannounce" target="_blank">Mailing List</a></li>
<li><a href="https://github.com/COSI-Lab/" target="_blank">Github</a></li>
</ul>
</div>
</div>
<div class="copyright text-center">
<div class="span12">Copyright © hackpotsdam.com 2016</div>
<div class="span12">Website created by <a href="http://jessepeplinski.com" target="_blank">Jesse Peplinski</a></div>
</div>
</div>
</footer>
<!-- Event Modals -->
<!-- Spring 2016 Modal -->
<div class="portfolio-modal modal fade" id="spring-2017" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<!-- Project Details Go Here -->
<h2>Hack Potsdam, Spring 2017</h2>
<p class="item-intro text-muted">Sit tight, we're not ready yet!</p>
<h3>Participants</h3>
<h3>Sponsors</h3>
<h3>Prizes</h3>
<h3>Judges</h3>
<h3>Schedule</h3>
<h3>FAQ</h3>
<h3>Decks</h3>
</div>
<div class="row">
<h3>Team</h3>
<div class="col-md-3">
<div class="team-member">
<img src="img/team/jesse-peplinski.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Jesse Peplinski</h4>
<p class="text-muted">SUNY Potsdam / President</p>
<ul class="list-inline social-buttons">
<li><a href="https://www.linkedin.com/in/jessepeplinski/" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://github.com/JessePeplinski/" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://twitter.com/jessepeplinski" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="https://www.facebook.com/peplinski.jesse" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<img src="img/team/garry-griggs.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Garry Griggs</h4>
<p class="text-muted">SUNY Potsdam / Vice President</p>
<ul class="list-inline social-buttons">
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<img src="img/team/zaki-lindo.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Zaki Lindo</h4>
<p class="text-muted">SUNY Potsdam / Treasurer</p>
<ul class="list-inline social-buttons">
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<img src="http://matthewcoupal.github.io/images/LinkedIn_Profile.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Matt Coupal</h4>
<p class="text-muted">SUNY Potsdam / Secretary</p>
<ul class="list-inline social-buttons">
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<img src="img/team/greg-hughes.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Greg Hughes</h4>
<p class="text-muted">SUNY Potsdam / Public Relations</p>
<ul class="list-inline social-buttons">
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<img src="img/team/ben-lannon.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Ben Lannon</h4>
<p class="text-muted">Clarkson / Lab Director</p>
<ul class="list-inline social-buttons">
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="https://github.com/lannonbr" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="https://twitter.com/lannonbr" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="team-member">
<img src="img/team/mike-fulton.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Mike Fulton</h4>
<p class="text-muted">Clarkson / Lab Director</p>
<ul class="list-inline social-buttons">
<li><a href="#" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-github"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
</div>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
<!-- Fall 2016 Modal -->
<div class="portfolio-modal modal fade" id="fall-2016" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<h2>Hack Potsdam, Fall 2016</h2>
<p class="item-intro text-muted">SUNY Potsdam hosts the first hackathon!</p>
<p>Being our first hackathon, we didn't have any sponsors or judges. SUNY Potsdam also didn't partner with Clarkson for this event. This hackathon was early in the semester so that students would have a project to talk about at the Clarkson Career Fair and SUNY Potsdam Networking Panel. The ACM was also congratulated by the Dean of Arts and Sciences here at Potsdam for the success of the event.</p>
<a href="https://www.facebook.com/288934854578378/photos/?tab=album&album_id=760334600771732" target="_blank"><button type="button" class="btn btn-primary">Check out our facebook album</button></a>
<h3>Participants</h3>
<ul class="no-bullet">
<li>49 people total</li>
<li>33 Potsdam students</li>
<li>6 Potsdam alumni</li>
<li>10 Clarkson students</li>
</ul>
<h3>Prizes</h3>
<p>4 amazon gift cards of $25 each given out at random</p>
<h3>Projects</h3>
<ul class="no-bullet">
<li><a target="_blank" href="https://github.com/PotsdamACM/acm-website-revamp">Potsdam ACM Website</a></li>
<li><a target="_blank" href="https://github.com/Hackalong/VRArena">VR Parkour</a></li>
<li><a target="_blank" href="https://github.com/Sanguinary/Poolhopper">Pool Hop</a></li>
<li><a target="_blank" href="https://github.com/tbackus127/Hackathon2016-CPU">Build a CPU</a></li>
<li><a target="_blank" href="https://github.com/fultonms/robophony">Make Robots Move</a></li>
</ul>
<h3>Schedule</h3>
<h4>Saturday</h4>
<ul class="no-bullet">
<li>12:00 Noon - 12:30 PM: Introductions and kickoff</li>
<li>12:30 PM - 1:00 PM: Idea pitching / team formation</li>
</ul>
<h4>Sunday</h4>
<ul class="no-bullet">
<li>11:00 AM: Submit projects and cease hacking</li>
<li>11:00 AM: Demo intro</li>
<li>11:05 AM: Demos, pitches, and presentations</li>
<li>12:00 Noon - 1:00 pm: Cleanup and mingle</li>
</ul>
<h3>FAQ's</h3>
<p>Here's a list of all our FAQ's for Fall 2016. Please note that these change each year!</p>
<a href="https://docs.google.com/document/d/1x5YjHyvyjpkj8Bae7Dxs9tZQELUhmC1xbXG34-0m5KM/edit?usp=sharing" target="_blank"><button type="button" class="btn btn-primary">Go to FAQ's</button></a>
<h3>Decks</h3>
<p>If you're interested, here's the slides for the event kickoff / wrap up.</p>
<a href="https://docs.google.com/presentation/d/1vUQwEYp5KrqBQZ8DmjD58OZFLNKT5tschSomAvtIPZ0/edit?usp=sharing" target="_blank"><button type="button" class="btn btn-primary">Event Kick-Off</button></a>
<a href="https://docs.google.com/presentation/d/1s22Kqi1XqyXwpaEu_3Ifwp6XLoErP2OKxBSRM0ARs64/edit?usp=sharing" target="_blank"><button type="button" class="btn btn-primary">Project Presentations</button></a>
</div>
<div class="row">
<h3>Team</h3>
<div class="col-md-4">
<div class="team-member">
<img src="img/team/jesse-peplinski.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Jesse Peplinski</h4>
<p class="text-muted">SUNY Potsdam / President</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<img src="img/team/garry-griggs.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Garry Griggs</h4>
<p class="text-muted">SUNY Potsdam / Vice President</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<img src="img/team/zaki-lindo.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Zaki Lindo</h4>
<p class="text-muted">SUNY Potsdam / Treasurer</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<img src="http://matthewcoupal.github.io/images/LinkedIn_Profile.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Matt Coupal</h4>
<p class="text-muted">SUNY Potsdam / Secretary</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<img src="img/team/greg-hughes.jpg" class="img-responsive img-circle profile-picture" alt="">
<h4>Greg Hughes</h4>
<p class="text-muted">SUNY Potsdam / Public Relations</p>
<ul class="list-inline social-buttons">
<li><a href="#"><i class="fa fa-twitter"></i></a>
</li>
<li><a href="#"><i class="fa fa-facebook"></i></a>
</li>
<li><a href="#"><i class="fa fa-linkedin"></i></a>
</li>
</ul>
</div>
</div>
</div>
<button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<!-- typed.js for super cool typing animation -->
<script src="js/typed.js-master/js/typed.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.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/agency.min.js"></script>
<!-- Owl Carousel for slider -->
<script src="js/owl.carousel/owl-carousel/owl.carousel.min.js"></script>
<script>
$(function(){
$(".type-out").typed({
strings: ["learn new technologies", "meet new people", "eat lots of pizza" , "build a project", "change the world", "join a team", "lead a team", "win prizes", "get hired", "have fun", "hear keynote speakers", "turn caffeine into code", "solve problems", "harness open data", "build a web app" , "work with robots" ,"help the community", "reconnect with classmates"],
typeSpeed: 25,
backDelay: 750, // pause before backspacing
loop: true, // loop on or off (true or false)
loopCount: false, // number of loops, false = infinite
shuffle: true,
callback: function(){ } // call function after typing is done
});
});
</script>
<script>
$(document).ready(function() {
var owl = $("#owl-demo");
owl.owlCarousel({
navigation : true, // Show next and prev buttons
slideSpeed : 300,
paginationSpeed : 400,
singleItem:true
// "singleItem:true" is a shortcut for:
// items : 1,
// itemsDesktop : false,
// itemsDesktopSmall : false,
// itemsTablet: false,
// itemsMobile : false
});
// // Custom Navigation Events
// $(".next").click(function(){
// owl.trigger('owl.next');
// })
// $(".prev").click(function(){
// owl.trigger('owl.prev');
// })
});
</script>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;left:70px;top:0;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>
<!-- <a class="btn btn-xl signup-pinned" href="#">GO BACK</a> -->
</body>
</html>