-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·181 lines (155 loc) · 6.71 KB
/
index.html
File metadata and controls
executable file
·181 lines (155 loc) · 6.71 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
<!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>Micro-Hack</title>
<!-- Bootstrap Core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="landing-page.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top topnav" role="navigation">
<div class="container topnav">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" 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>
<a class="navbar-brand topnav" href="#">Micro-Hack</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 href="#schedule">Schedule</a>
</li>
<li>
<a href="#guidelines">Guidelines</a>
</li>
<li>
<a href="#judging">Judging</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Header -->
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="intro-message">
<h1>Micro-Hack</h1>
<h3>4:30-8pm</h3>
<h3>@ The Bit Facotry</h3>
<h4>Suite 511, 526 S Main St</h4>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li>
<a href="https://goo.gl/forms/pHPUSNAC7CteXndl2" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">RSVP</span></a>
</li>
<li>
<a href="mailto:sb205@zips.uakron.edu?Subject=MicroHack" class="btn btn-default btn-lg"><i class="fa fa-envelope fa-fw"></i> <span class="network-name">Email</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /.container -->
</div>
<!-- /.intro-header -->
<!-- Page Content -->
<a name="schedule"></a>
<div class="content-section-a">
<div class="container">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Schedule</h2>
<p class="lead">- 5-7pm: Hacking & Pizza <br>
- 7-7:30pm: Sponsor Presentations <br>
- 7:30-8pm:Team Presentations & Judging</p>
</div>
</div>
<a name="guidelines"></a>
<div class="content-section-a">
<div class="container">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Guidelines</h2>
<p class="lead">
- Items presented at MicroHack should be made during MicroHack.<br>
- Prior planning/prototyping work is allowed and encouraged, but the goal is to see what you can make in two hours<br>
- 3rd party libraries are allowed, but don’t claim credit for something that isn’t yours.<br>
</p>
</div>
</div>
<a name="judging"></a>
<div class="content-section-a">
<div class="container">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Judging</h2>
<h4>Judging will be a little different than at other hackathons. Instead of a 1st, 2nd, and 3rd place winners, there will be 3 winning teams in 3 categories:</h4>
<p class="lead">
- Technical Difficulty - How much skill is required to create your product?<br>
- Usefulness/Practicality - Does your product help make someone's life better?<br>
- Wildcard - How unique or extraordinary is your product?<br>
</p>
</div>
</div>
<div class="content-section-a">
<div class="container">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Sponsors</h2>
<p class="lead">
- <a href="https://www.onbase.com/en/">Hyland Software</a><br>
- <a href="https://akpbsi.github.io/">The Akron Pro-Bono Software Initiative</a><br>
- <a href="http://www.thebitfactory.com/">The Bit Factory</a><br>
- <a href="http://www.akronaccelerator.com/">The Akron Global Buisness Accelerator</a><br>
- Hunger Perks<br>
</p>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-12">
<ul class="list-inline">
<li>
<a href="#schedule">Schedule</a>
</li>
<li>
<a href="#guidelines">Guidelines</a>
</li>
<li>
<a href="#judging">Judging</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>