-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
696 lines (595 loc) · 27.5 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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SpartaHacks IV</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Guelph,Hackathon,SpartaHacks,Centennial,CCVI,CVI,High,school" name="keywords">
<meta content="Guelph's Original High School Hackathon!" name="description">
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-favicon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800"
rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- <h1><a href="#intro">SpartaHacks <span>IV</span></a></h1> -->
<!-- <img src="img\websitelogotext-white.png" alt="SpartaHacks IV Logo"> -->
<img src="img\websitelogotext-white-small.png" alt="SpartaHacks IV Logo">
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#faq">FAQ</a></li>
<li><a href="#contact">Contact</a></li>
<li class="buy-tickets"><a href="http://www.spartahacks.ca/portal/portals/Main/portal_frame.php">Register</a>
</li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container wow fadeIn">
<h1 class="mb-4 pb-0">SpartaHacks <span>IV</span><br></h1>
<p class="mb-4 pb-0">December 14, 2019, Guelph, ON</p>
<!-- <a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="venobox play-btn mb-4" data-vbtype="video"
data-autoplay="true"></a> -->
<a href="#about" class="about-btn scrollto">About SpartaHacks IV</a>
<a href="http://www.spartahacks.ca/portal/portals/Main/portal_frame.php" class="about-btn">Register Now!</a>
</div>
</section>
<main id="main">
<!--==========================
About Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>About SpartaHacks <span>IV</span></h2>
<p>SpartaHacks is a programming event centered around attracting high-school students to participate in a
full 12 hours of learning, coding, and problem solving. Throughout the event, participants will create
their own programs in a group of 1 to 4 people which they will demo at the end. Finally, judges select the
top 3 groups of their category to be awarded with prizes. <br>
This year, we're back with different but improved workshops, activities, and event flow!</p>
</div>
<div class="col-lg-3">
<h3>Where</h3>
<p>Centennial CVI, Guelph, ON</p>
</div>
<div class="col-lg-3">
<h3>When</h3>
<p>Saturday<br>14 December</p>
</div>
</div>
</div>
</section>
<!--==========================
Schedule Section
============================-->
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Event Schedule</h2>
<p>Take a 👀 at what's coming up</p>
</div>
<h3 class="sub-heading">🧪 Custom formulated for your pleasure </h3>
<div class="tab-content row justify-content-center">
<div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1">
<div class="row schedule-item">
<div class="col-md-2"><time>08:30 AM</time></div>
<div class="col-md-10">
<h4>Registration. <span>Caf</span></h4>
<p>Arrive, sign in, and get yourself settled in.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:00 AM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/curtain.png" alt="Curtain">
</div>
<h4>Introduction. <span>Caf</span></h4>
<p>Going over the expectations, rules, schedule and theme for the Hackathon.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:15 AM</time></div>
<div class="col-md-10">
<h4>Hacking begins! </h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:15 AM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/python.png" alt="Python logo">
</div>
<h4>Beginnner Python Workshop. <span>GI Room</span></h4>
<p>Have you been coding for less than 4 months? Are you interested in competing in the beginner
category? If so, come to this workshop! You will be learning the basics of the programming language
Python, and one of its libraries Pygame that makes it super easy to make your own games. By the end of
this workshop, you will have the skills to make your own game of Pong!
</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:30 AM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/racket-logo.png" alt="Racket Logo">
</div>
<h4>CEMC Racket Workshop. <span>GI Room</span></h4>
<p>Interested in University of Waterloo? Come to this workshop to check out the language that they teach
their first year Computer Science Students.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>11:30 AM</time></div>
<div class="col-md-10">
<h4>Lunch. <span>Caf</span></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>01:30 PM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/python.png" alt="Python">
</div>
<h4>Python Workshop Pt 2. <span>GI Room</span></h4>
<p>Python workshop #2, electric boogaloo.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/html5.png" alt="HTML 5 Logo">
</div>
<h4>Website Workshop. <span>GI Room</span></h4>
<p>Learn the basics of Web Development, specifically HTML/CSS and PHP!</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>03:45 PM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/html5.png" alt="HTML 5 Logo">
</div>
<h4>Webdev Tricks. <span>GI Room</span></h4>
<p>Take your webdev skills to the next level.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>05:00 PM</time></div>
<div class="col-md-10">
<h4>Dinner. <span>Caf</span></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>06:30 PM</time></div>
<div class="col-md-10">
<h4>Hacking ends. <span>Caf</span></h4>
<p>Submit your projects and take a group photo!.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>06:40 PM</time></div>
<div class="col-md-10">
<h4>Junior team demonstrations <span>Caf</span></h4>
<p>Show off your projects to judges to win some prizes.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>04:00 PM</time></div>
<div class="col-md-10">
<h4>Advanced team demonstrations <span>Caf</span></h4>
<p>Advanced teams show off their projects.</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>08:30 PM</time></div>
<div class="col-md-10">
<div class="logo">
<img src="img/thumb/curtain.png" alt="Curtain">
</div>
<h4> Awards and closing. <span>Caf</span></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:00 PM</time></div>
<div class="col-md-10">
<h4>Goodbye!</h4>
</div>
</div>
</div>
<!-- End Schedule -->
</div>
</div>
</section>
<!--==========================
Gallery Section
============================-->
<section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
<p>Check our gallery from the recent events</p>
</div>
</div>
<div class="owl-carousel gallery-carousel">
<a href="img/gallery/1.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/1.png"
alt="SpartaHacks 3 Group Photo"></a>
<a href="img/gallery/2.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/2.png"
alt="SpartaHacks 3 Workshop Attendees"></a>
<a href="img/gallery/3.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/3.png"
alt="Overhead photo of SpartaHacks 3"></a>
<a href="img/gallery/4.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/4.png"
alt="Overhead photo of SpartaHacks 3"></a>
<a href="img/gallery/5.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/5.png"
alt="People serving dinner"></a>
<a href="img/gallery/6.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/6.png"
alt="CTRL-V VR setup"></a>
<a href="img/gallery/8.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/8.png"
alt="CTRL-V VR setup"></a>
<a href="img/gallery/9.png" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/9.png"
alt="Overhead photo of SpartaHacks 3"></a>
</div>
</section>
<!--==========================
Sponsors Section
============================-->
<section id="sponsors" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="section-header ">
<h2>Sponsors</h2>
</div>
<!-- Flagship sponsors -->
<h3>Flagship</h3><br>
<div class="row no-gutters sponsors-wrap clearfix flagship">
<div class="col-lg-12 col-md-12 col-xs-12">
<a href="https://www.ugdsb.ca/shsm/" target="_blank">
<img src="img/sponsors/shsm.png" class="img-fluid " alt="UGDSB SHSM Logo">
</a>
</div>
</div>
<!-- Gold Sponsors -->
<h3>Gold</h3><br>
<div class="row no-gutters sponsors-wrap clearfix gold">
<div class="col-lg-5 col-md-4 col-xs-5 left">
<a href="https://www.yd.com/locations/on/guelph" target="_blank">
<img src="img/sponsors/yd.png" class="img-fluid " alt="Young Drivers Logo">
</a>
</div>
<div class="col-lg-5 col-md-4 col-xs-5 right">
<a href="https://www.ctrlv.ca/ctrl-v-guelph-victoria-york/" target="_blank">
<img src="img/sponsors/ctrl-v.png" class="img-fluid " alt="CTRL-V Logo">
</a>
</div>
</div>
<!-- Special Thanks To -->
<h3>Special Thanks To</h3><br>
<div class="row no-gutters sponsors-wrap clearfix special-thanks">
<div class="col-lg-2 col-md-1 col-xs-2 left ">
<img src="img/sponsors/food-basics.png" class="img-fluid " alt="Food Basics Logo">
</div>
<div class="col-lg-2 col-md-1 col-xs-2 right">
<a href="https://www.cemc.uwaterloo.ca/" target="_blank">
<img src="img/sponsors/cemc.png" class="img-fluid " alt="CEMC Logo">
</a>
</div>
</div>
</div>
</div>
</section>
<!--==========================
F.A.Q Section
============================-->
<section id="faq" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>F.A.Q </h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">What is a hackathon?
<i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
A hackathon is a computer programming challenge. Teams of 1-4 coders will work together to create
their own code projects which will be left up to their own imagination. Hackers will create projects
by learning about technology and using the skills they have learned to solve real world problems.
SpartaHacks will offer workshops to help students learn about different strands of technology and
apply it to their projects. Mentors will also be present to assist hackers with their projects.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq2">Why go to a hackathon?
<i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>
Hackathons provide a great environment for team building and developing critical skills in the field
of technology. You may also meet new friends and learn something new! Additionally, Hackathon
experiences look great on resumes and university applications! Hackathons also open great
opportunities for technology careers.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq3">Is there actual hacking?
<i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>
Nope! The “hacking” is creating your own project through code. In fact, the definition of hacking is
to modify or write code in a skillful or clever way. There is absolutely no illegal or malicious
activity done at the event.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq4">Is there any cost?
<i class="fa fa-minus-circle"></i></a>
<div id="faq4" class="collapse" data-parent="#faq-list">
<p>
Nope! Admission to SpartaHacks IV is free! And there will be free swag! We only ask that you bring
your own laptop. If this is an issue, please contact us and we will try our best to accommodate you.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq5">Who can come?
<i class="fa fa-minus-circle"></i></a>
<div id="faq5" class="collapse" data-parent="#faq-list">
<p>
Any high school students in the Guelph and Wellington area can come, regardless of school board! The
school MUST have been contacted by Centennial CVI for parent permission forms. If your school has
not been contacted, please contact us.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq6">Do I need to know how to code?
<i class="fa fa-minus-circle"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>
Definitely not! Hackers don’t even have to know how to program! There will be beginner workshops at
the event and mentors (university students and teachers) to assist you.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq7">What do people normally make?
<i class="fa fa-minus-circle"></i></a>
<div id="faq7" class="collapse" data-parent="#faq-list">
<p>
People make anything from video games to phone fitness applications. The project is completely up to
you! It can involve anything and be on any platform. Don’t worry if you’re stuck! There will be
brainstorming sessions at the event.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq8">How do I register?
<i class="fa fa-minus-circle"></i></a>
<div id="faq8" class="collapse" data-parent="#faq-list">
<p>
Go to registration an you will find all the instructions! You MUST register online and submit a
permission form to your school’s coordinator in order to attend the event. Keep updated on
registration details because spots are limited.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq9">My school wasn’t contacted/I don’t know who the
coordinator is!
<i class="fa fa-minus-circle"></i></a>
<div id="faq9" class="collapse" data-parent="#faq-list">
<p>
As long as you are a high school student, we would love for you to come! Get in touch with us
(Contact Us) if this is an issue and we will do our best to sort things out!
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq10">What should I bring?
<i class="fa fa-minus-circle"></i></a>
<div id="faq10" class="collapse" data-parent="#faq-list">
<p>
All you need is your laptop and charger, but you may want to bring headphones, and maybe a blanket
to stay comfy. You might also want to be prepared with some project ideas but there will be
brainstorming sessions at the event.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq11">Is food provided?
<i class="fa fa-minus-circle"></i></a>
<div id="faq11" class="collapse" data-parent="#faq-list">
<p>
Lunch and dinner will be provided for FREE. Any dietary restrictions will be accommodated for as
well! We will give you the opportunity to let us know what you can and can’t eat once registration
begins. Stay updated by liking out Facebook page.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq12">What if I don’t have a team?
<i class="fa fa-minus-circle"></i></a>
<div id="faq12" class="collapse" data-parent="#faq-list">
<p>
There will be team building workshops at the event to help you meet new people, so don’t sweat it!
Going solo is always cool too.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" class="collapsed" href="#faq13">My question wasn’t answered!
<i class="fa fa-minus-circle"></i></a>
<div id="faq13" class="collapse" data-parent="#faq-list">
<p>Feel free to contact us at <a id="emailto"
href="mailto:[email protected]">[email protected]</a></p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--==========================
Subscribe Section
============================-->
<section id="subscribe">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Register now</h2>
<p>Bada bing, bada boom. Get yourself signed up!</p>
</div>
<div class="form-row justify-content-right">
<div class="col-auto">
<a href="http://www.spartahacks.ca/portal/portals/Main/portal_frame.php"><button> Register now </button></a>
</div>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Contact</h2>
<p>We hope to see you here!</p>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>289 College Ave W, Guelph, ON N1G 1S9</address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+15198210360">(519) 821-0360</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<form action="https://formspree.io/xwkpodae" method="POST">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" />
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="_replyto" id="email" placeholder="Your Email" />
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" />
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" placeholder="Message"></textarea>
</div>
<button type="submit">Send</button>
<div class="text-center">
</div>
</form>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 footer-links">
<h4>More Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i><a href="#intro">Home</a></li>
<li><i class="fa fa-angle-right"></i><a href="#about">About</a></li>
<li><i class="fa fa-angle-right"></i><a href="#schedule">Schedule</a></li>
<li class="buy-tickets"><i class="fa fa-angle-right"></i><a
href="http://www.spartahacks.ca/portal/portals/Main/portal_frame.php">Register</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
289 College Ave W<br>
Guelph, ON N1G 1S9<br>
Canada <br>
<strong>Phone:</strong> (519) 821-0360<br>
<strong>Email:</strong> [email protected]<br>
</p>
<div class="social-links">
<a href="https://twitter.com/hackssparta" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/SpartaHacks/" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/spartahacks/?hl=en" class="instagram"><i
class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright 2019 Designed by <a href="http://jaiimeriios.com/">Jaime Rios</a> and <a href="https://github.com/kevin51jiang">Kevin Jiang</a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>