-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
768 lines (666 loc) · 42.2 KB
/
index.html
File metadata and controls
768 lines (666 loc) · 42.2 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
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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
<!doctype html>
<!--
Template: Unika - Responsive One Page HTML5 Template
Author: imransdesign.com
URL: http://imransdesign.com/
Designed By: https://www.behance.net/poljakova
Version: 1.0
-->
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HackState | Mississippi's 1st MLH Hackathon</title>
<meta name="description" content="HackState: A 24-hour sprint-like coding competition hackathon at Mississippi State University on September 23-24, 2017 - the 1st MLH hackathon in Mississippi">
<meta name="keywords" content="hackathon, mlh, mississippi, coding, competition, college, university, msu, msstate, cs, computer, hackstate, state, Mississippi State, major league hacking" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href="http://fonts.googleapis.com/css?family=Roboto:400,700,500" rel="stylesheet" type="text/css"> <!-- Body font -->
<link href="http://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet" type="text/css"> <!-- Navbar font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="inc/animations/css/animate.min.css">
<link rel="stylesheet" href="inc/font-awesome/css/font-awesome.min.css"> <!-- Font Icons -->
<link rel="stylesheet" href="inc/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="inc/owl-carousel/css/owl.theme.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<link rel="mask-icon" href="favicons/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Social OG -->
<meta property="og:title" content="HackState - Mississippi's 1st MLH Hackathon Competition" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://hackstate.org/" />
<meta property="og:image" content="http://hackstate.org/img/hackstate_cover.jpg" />
<meta property="og:description" content="Hackathon at Mississippi State University | September 23-24, 2017 | 24-hour sprint-like coding competition | 1st MLH hackathon in Mississippi" />
<!-- Social Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@hackstate">
<meta name="twitter:title" content="HackState - Mississippi's 1st MLH Hackathon Competition">
<meta name="twitter:description" content="Hackathon at Mississippi State University | September 23-24, 2017 | 24-hour sprint-like coding competition | 1st MLH hackathon in Mississippi">
<meta name="twitter:creator" content="@hackstate">
<meta name="twitter:image" content="http://hackstate.org/img/hackstate_cover.jpg">
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skin/cool-gray.css">
<link rel="stylesheet" href="css/custom.css">
<!-- <link rel="stylesheet" href="css/skin/ice-blue.css"> -->
<!-- <link rel="stylesheet" href="css/skin/summer-orange.css"> -->
<!-- <link rel="stylesheet" href="css/skin/fresh-lime.css"> -->
<!-- <link rel="stylesheet" href="css/skin/night-purple.css"> -->
<!-- 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/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#main-navbar">
<div class="page-loader"></div> <!-- Display loading image while page loads -->
<div class="body">
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;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=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
<!--========== BEGIN HEADER ==========-->
<header id="header" class="header-main">
<!-- Begin Navbar -->
<nav id="main-navbar" class="navbar navbar-default navbar-fixed-top" role="navigation"> <!-- Classes: navbar-default, navbar-inverse, navbar-fixed-top, navbar-fixed-bottom, navbar-transparent. Note: If you use non-transparent navbar, set "height: 98px;" to #header -->
<div class="container">
<div class="row">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand page-scroll" href="#"><img src="img/logoWhite.png" width=100% height=60% alt="logo"></a>
<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-right">
<li><a class="page-scroll" href="body">Home</a></li>
<li><a class="page-scroll" href="#about-section">About</a></li>
<li><a class="page-scroll" href="#services-section">FAQ</a></li>
<li><a class="page-scroll" href="#schedule-section">Schedule</a></li>
<li><a class="page-scroll" href="#team-section">Team</a></li>
<li><a class="page-scroll" href="#counter-section">Sponsors</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</div><!-- /.container -->
</nav>
<!-- End Navbar -->
</header>
<!-- ========= END HEADER =========-->
<!-- Begin text carousel intro section -->
<section id="text-carousel-intro-section" class="parallax" data-stellar-background-ratio="0.5" style="background-image: url(img/background2.jpg);">
<div class="container">
<div id="dynamicCaption" class="caption text-center" data-stellar-ratio="0.7">
<div id="owl-intro-text" class="owl-carousel bgBlack">
<div class="item">
<div class="row-fluid" id="frontLogo">
<div class="col-md-7col-sm-12 text-white">
<img src="img\logoTrans.png" alt="logo" height="30%" width="60%" atl="HackState">
</div>
</div>
</div>
</div>
<h3 style="font-size: 27px;">Co-hosted by <a href="https://www.babelstreet.com" target="_BLANK">Babel Street</a> and the <a href="http://www.dasi.msstate.edu/" target="_BLANK">Distributed Analytics and Security Institute</a></h3>
<h4>Mississippi State University</h4>
<h4>September 23-24, 2017</h4>
<a class="btn btn-blank page-scroll" href="#about-section" role="button">Learn more</a>
</br>
<br/>
<br/>
<br/>
<p>Participant registration has closed<p>
<br/>
</div> <!-- /.caption -->
</div> <!-- /.container -->
</section>
<!-- End text carousel intro section -->
<!-- Begin about section -->
<section id="about-section" class="dark-page bg-style1">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInUp" data-wow-delay="0.3s">
<h2>About</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin rotate box-1 -->
<div class="rotate-box-1-wrapper">
<div class="container">
<div id="about-desc">
<p><strong>Hack</strong>State is a hackathon hosted at Mississippi State University. Over the duration of 24 hours, students are immersed in tech culture and encouraged to exercise their imagination to create interesting and innovative hacks. Come to have fun with your friends, learn something new, and have a generally awesome time. <strong>Hack</strong>State is diverging from the typical hackathon by becoming the first Major League Hacking hackathon in Mississippi.</p>
</div>
</div> <!-- /.container -->
</div>
<!-- End rotate box-1 -->
<div class="extra-space-l"></div>
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInUp" data-wow-delay="0.3s">
<h3>A Weekend at <strong>Hack</strong>State</h3>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin Our Skills -->
<div class="our-skills">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="skill-bar wow slideInLeft" data-wow-delay="0.2s">
<div class="progress-lebel">
<h6>Learning</h6>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 85%;">
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="skill-bar wow slideInRight" data-wow-delay="0.2s">
<div class="progress-lebel">
<h6>Sleep</h6>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="5" aria-valuemin="0" aria-valuemax="100" style="width: 5%;">
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="skill-bar wow slideInLeft" data-wow-delay="0.4s">
<div class="progress-lebel">
<h6>Collaborating</h6>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="91" aria-valuemin="0" aria-valuemax="100" style="width: 91%;">
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="skill-bar wow slideInRight" data-wow-delay="0.4s">
<div class="progress-lebel">
<h6>Swag</h6>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;">
</div>
</div>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
<!-- End Our Skill -->
<div class="extra-space-l"></div>
</section>
<!-- End about section -->
<!-- Begin Services -->
<section id="services-section" class="page text-center">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Frequently Asked Questions</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin roatet box-2 -->
<div class="rotate-box-2-wrapper">
<div class="container">
<div class="row row-flex row-flex-wrap">
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa fa-code"></i></span>
<div class="rotate-box-info">
<h4>What is a hackathon?</h4>
<p>A hackathon is sprint-like coding competition. Over the course of 24 hours, hackers design and build web applications, mobile applications, and hardware innovations.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-map-marker"></i></span>
<div class="rotate-box-info">
<h4>Where is <strong>Hack</strong>State located?</h4>
<p><strong>Hack</strong>State is located in the Colvard Student Union at Mississippi State University.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<div class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-car"></i></span>
<div class="rotate-box-info">
<h4>Where can I park?</h4>
<p>Park anywhere shown on page 10 of the <a href="http://hackstate.org/hs17guide.pdf">Participant Guide</a>, or simply navigate to <a href="https://www.google.com/maps/place/33%C2%B027'15.0%22N+88%C2%B047'32.7%22W/@33.4543435,-88.7938181,17z/data=!4m5!3m4!1s0x0:0x0!8m2!3d33.454169!4d-88.792418">this parking lot</a> and walk to the Colvard Student Union.</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-edit"></i></span>
<div class="rotate-box-info">
<h4>Who can participate?</h4>
<p>All undergraduate students and graduate students at least 18 years old. If you have graduated within one year, you are allowed to attend as well!</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-child"></i></span>
<div class="rotate-box-info">
<h4>What if I am beginner?</h4>
<p>This is the perfect opportunity to learn something new! There will be workshops geared towards beginners and mentors to help you throughout the event.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-lightbulb-o"></i></span>
<div class="rotate-box-info">
<h4>What if I don't have a team or idea?</h4>
<p>You can find a team and idea at our brainstorming and team finding event.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-users"></i></span>
<div class="rotate-box-info">
<h4>How big can teams be? Can I hack alone?</h4>
<p>Teams can be up to four people. Hacking alone is allowed, but we encourage you to step out of your comfort zone.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-money"></i></span>
<div class="rotate-box-info">
<h4>Does it cost money?</h4>
<p>HackState is completely free to attend. In addition, food, beverages, and sleeping arrangements will be provided free of cost.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa fa-bed"></i></span>
<div class="rotate-box-info">
<h4>Where can I sleep?</h4>
<p>On Saturday night we will providing sleeping arrangements for students inside the Union.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-cutlery"></i></span>
<div class="rotate-box-info">
<h4>Will food be provided?</h4>
<p>Yes. Meals, snacks, and beverages will be provided for free during HackState.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<a class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-suitcase"></i></span>
<div class="rotate-box-info">
<h4>What do I need to bring?</h4>
<p>Make sure to bring your laptop, any hardware for your hack, a sleeping bag, college ID, state ID, toiletries and a great attitude.</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-6">
<div class="rotate-box-2 square-icon text-center wow zoomIn" data-wow-delay="0s">
<span class="rotate-box-icon"><i class="fa fa-legal"></i></span>
<div class="rotate-box-info">
<h4>Is there a Code of Conduct?</h4>
<p>Yes. Read it. Violation of <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a> will result in leaving HackState and banned from attending in future years. Other disciplinary action may be taken.</p>
</div>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
<!-- End rotate-box-2 -->
</section>
<!-- End Services -->
<!-- Begin Schedule -->
<section id="schedule-section" class="dark-page bg-style1">
<div class="container">
<div class="row">
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Schedule</h2>
<div class="devider"></div>
<h3>Saturday</h3>
<br>
<table>
<tr>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
<tr>
<td>9:30AM</td>
<td>Sponsor Check-in Begins</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>10:30AM</td>
<td>Hacker Check-in and Networking Begins</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>12:00PM</td>
<td>Opening Ceremony</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>1:00PM</td>
<td>Hacking Begins</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>1:00PM</td>
<td>
Lunch and Teamforming Event
<br/>
<p style="font-size: 13px;">
Sponsored by the Mississippi State University James Worth Bagley College of Engineering
</p>
</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>2:00PM</td>
<td>Web Development 101</td>
<td>Ballroom (M)</td>
</tr>
<tr>
<td>3:00PM</td>
<td>Android App Development 101</td>
<td>Ballroom (M)</td>
</tr>
<tr>
<td>5:00PM</td>
<td>OSINT - Babel Street</td>
<td>Ballroom (M)</td>
</tr>
<tr>
<td>6:00PM</td>
<td>Dinner</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>8:00PM</td>
<td>Cup Stacking (Stack Overflow)</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>11:30PM</td>
<td>Late Night Snack</td>
<td>Main Ballroom (S&U)</td>
</tr>
</table>
<br>
<br>
<h3>Sunday</h3>
<br>
<table>
<tr>
<th>Time</th>
<th>Event</th>
<th>Location</th>
</tr>
<tr>
<td>8:30AM</td>
<td>Breakfast</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>1:00PM</td>
<td>Hacking Ends - Submit to <a href="https://hackstate.devpost.com">DevPost</a></td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>1:00PM</td>
<td>
Lunch
<br/>
<p style="font-size: 13px;">
Sponsored by HORNE Cyber
</p>
</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>1:45PM</td>
<td>Demo Presentations Begin</td>
<td>Main Ballroom (S&U)</td>
</tr>
<tr>
<td>3:45PM</td>
<td>Closing Ceremony</td>
<td>Main Ballroom (S&U)</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Schedule -->
<section id="guide-section" class="page">
<div style="text-align:center" class="container">
<p style="font-weight: 600; font-size: 22px;">Find maps, rules, tips, resources, and more in the Participant Guide</p>
<br/><br/>
<a href="http://hackstate.org/hs17guide.pdf">
<img src="img/guide-cover.jpg" style="width: 150px" alt="HackState 2017 Participant Guide" />
</a>
<br/>
<p><a href="http://hackstate.org/hs17guide.pdf">2017 Participant Guide</a></p>
</div>
</section>
<section class="img-section parallax" data-stellar-background-ratio="0.3" data-stellar-vertical-offset="1000" style="background-image: url(img/background3.jpg);"></section>
<section id="team-section" class="page">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Our Team</h2>
<div class="devider"></div>
</div>
</div>
</div>
<!-- End page header-->
<div class="container">
<div class="row">
<div class="rowTeam" style="text-align: center;">
<div class="columnTeam">
<div class="card">
<img src="img/natalie.JPG" alt="Natalie Larkin" style="width:100%">
<div class="containerTeam">
<h2>Natalie Larkin</h2>
<p class="title">Executive Director & Founder</p>
<p><a href="mailto:natalie@hackstate.org" target="_top">natalie@hackstate.org</a></p>
</div>
</div>
</div>
<div class="columnTeam">
<div class="card">
<img src="img/kourtney.JPG" alt="Kourtney Atwell" style="width:100%">
<div class="containerTeam">
<h2>Kourtney Atwell</h2>
<p class="title">Operations and Sponsorship Director</p>
<p><a href="mailto:kourtney@hackstate.org" target="_top">kourtney@hackstate.org</a></p>
</div>
</div>
</div>
</br>
<div class="columnTeam">
<div class="card">
<img src="img/amy.JPG" alt="Amy Farrar" style="width:100%">
<div class="containerTeam">
<h2>Amy Frances Farrar</h2>
<p class="title">Marketing Director</p>
<p><a href="mailto:amy@hackstate.org" target="_top">amy@hackstate.org</a></p>
</div>
</div>
</div><div class="columnTeam">
<div class="card">
<img src="img/charles.JPG" alt="Charles Boyd" style="width:100%">
<div class="containerTeam">
<h2>Charles Boyd</h2>
<p class="title">Hacker Experience Director</p>
<p><a href="mailto:charles@hackstate.org" target="_top">charles@hackstate.org</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End team-->
<!-- Begin counter up -->
<section id="counter-section" class="page dark-page">
<div class="container">
<div class="row">
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Sponsors</h2>
<div class="devider"></div>
<p>Thank you to the sponsors for making HackState possible!</p>
</div>
<br/>
<div id="sponsorImages">
<h3>Maroon Tier</h3>
<div class="maroon-tier">
<div class="devider"></div>
<a href="https://www.babelstreet.com">
<img src="img/BABELSTREET.png" alt="BABELSTREET">
</a>
<a href="http://www.dasi.msstate.edu/">
<img src="img/DASI.png" alt="DASI">
</a>
</div>
<br>
<br>
<br>
<h3>White Tier</h3>
<div class="white-tier">
<div class="devider"></div>
<a href="https://www.circadence.com/">
<img src="img/Circadence.png" alt="Circadence">
</a>
</div>
<h3>Gray Tier</h3>
<div class="gray-tier">
<div class="devider"></div>
<a href="https://www.internationalpaper.com/">
<img src="img/IP.png" alt="International Paper">
</a>
<a href="https://www.adtran.com/">
<img src="img/adtran.png" alt="ADTRAN" style="max-width:430px;">
</a>
</div>
<br>
<br>
<br>
<h3>Local Pride Tier And Product Sponsorship</h3>
<div class="local-tier">
<div class="devider"></div>
<a href="https://www.hornecyber.com" >
<img src="img/HORNECyber.png" alt="HORNECyber">
</a>
<a href="https://www.bignerdranch.com">
<img src="img/BigNerdRanch.png" alt="Big Nerd Ranch">
</a>
<a href="https://www.stickermule.com/uses/laptop-stickers">
<img src="img/stickermule.png" alt="Sticker Mule">
</a>
<a href="http://www.get.tech">
<img src="img/tech-domains.png" alt="Tech Domains">
</a>
<a href="https://www.bagley.msstate.edu">
<img src="img/BCoE.png" alt="Bagley College of Engineering" style="max-width:270px;">
</a>
</div>
<br>
<br>
<br>
<br>
<h3>Partners</h3>
<div class="partner-tier">
<div class="devider"></div>
<span id="mlh">
<a href="https://www.mlh.io">
<img src="img/mlh-logo-color.png" alt="Major League Hacking">
</a>
</span>
<a href="https://www.github.com">
<img src="img/github-logo.png" alt="GitHub">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End counter up -->
<!-- Begin footer -->
<footer class="text-off-white">
<div class="footer">
<h1>HackState | Mississippi's 1st MLH Hackathon</h1>
<div class="container text-center wow fadeIn" data-wow-delay="0.4s">
<p>Organized by the <a href="https://twitter.com/AcmMsu" target="_BLANK">Mississippi State University Student Chapter of the Association for Computing Machinery (ACM)</a></p>
<p class="copyright">Copyright © 2017 - Designed By <a href="https://www.behance.net/poljakova" class="theme-author">Veronika Poljakova</a> & Developed by <a href="http://www.imransdesign.com/" class="theme-author">Imransdesign</a></p>
</div>
</div>
</footer>
<!-- End footer -->
<a href="#" class="scrolltotop"><i class="fa fa-arrow-up"></i></a> <!-- Scroll to top button -->
</div><!-- body ends -->
<!-- Plugins JS -->
<script src="inc/jquery/jquery-1.11.1.min.js"></script>
<script src="inc/bootstrap/js/bootstrap.min.js"></script>
<script src="inc/owl-carousel/js/owl.carousel.min.js"></script>
<script src="inc/stellar/js/jquery.stellar.min.js"></script>
<script src="inc/animations/js/wow.min.js"></script>
<script src="inc/waypoints.min.js"></script>
<script src="inc/isotope.pkgd.min.js"></script>
<script src="inc/classie.js"></script>
<script src="inc/jquery.easing.min.js"></script>
<script src="inc/jquery.counterup.min.js"></script>
<script type="text/javascript">flag="3522tdew36d3";</script>
<!-- Theme JS -->
<script src="js/theme.js"></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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56507547-7', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>