-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaboutUs.html
More file actions
194 lines (194 loc) · 7.58 KB
/
aboutUs.html
File metadata and controls
194 lines (194 loc) · 7.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<!--Meta Data-->
<meta charset="utf-8">
<meta name="description" content="This is an open hackathon tracker template for hackathons to use. Please adjust this to
your own hackathon needs.">
<meta name="keyword" content="hackathon, event, tracker, hackTrack">
<!-- DO NOT CHANGE DUE TO COPYRIGHT -->
<meta name="author" content="Kelvin M. and Milton R.">
<meta name="language" content="en-US">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="graphics/img/icon.png"/>
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--Bootstrap CSS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--Title-->
<title>"Hackathon Events" - Hackathon Event Tracker</title>
<!-- Electron register for jQuery -->
<script>
delete module.exports
</script>
</head>
<body class="container-fluid">
<!--Navbar-->
<nav class="navbar navbar-inverse navbar-static-top">
<!-- Nav Container -->
<div class="container-fluid">
<div class="navbar-header">
<!--Mobile Aria-->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--Logo Image-->
<img class="navbar-brand" src="graphics/img/icon2.png" alt="Hackathon Logo" style="padding: 5px 10px;">
<!--Hackathon Name / Home Page-->
<a class="navbar-brand" id="hackName" href="index.html">Hackathon Event Tracker</a>
<!--Badges-->
<span class="badge"></span>
</div>
<!--Nav Bar-->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<!--Left Side-->
<ul class="nav navbar-nav">
<!--Time Table-->
<li><a href="timetable.html">Timetable</a></li>
</ul>
<!--Right Side-->
<ul class="nav navbar-nav navbar-right">
<!--Events-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Events<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a id="event1" href="events/events1.html">Event 1</a></li>
<li><a id="event2" href="events/events2.html">Event 2</a></li>
<li><a id="event3" href="events/events3.html">Event 3</a></li>
<li><a id="event4" href="events/events4.html">Event 4</a></li>
</ul>
</li>
<!--Sponsors-->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sponsors<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a id="sponsor1" href="sponsors/sponsor1.html">Sponsors 1</a></li>
<li><a id="sponsor2" href="sponsors/sponsor2.html">Sponsors 2</a></li>
<li><a id="sponsor3" href="sponsors/sponsor3.html">Sponsors 3</a></li>
<li><a id="sponsor4" href="sponsors/sponsor4.html">Sponsors 4</a></li>
</ul>
</li>
<!--About-->
<li class="active"><a>About Us</a></li>
<!--Log Out--
<li><a href="index.html">Log Out</a></li>-->
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--Container-->
<div class="container-fluid">
<!--Announcements Banner-->
<div class="alert alert-success alert-dismissible" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
<strong id="announceHead">Event Starting:</strong>
<span id="announceMsg">This event is starting in a few minutes</span>
</div>
<!--About Us-->
<div class="row">
<div class="col-sm-12">
<div class="thumbnail">
<img src="graphics/img/acss-logo.png" alt="Company">
<div class="container-fluid">
<!--Meet the Team-->
<div class="page-header">
<h1>Who are we?</h1>
</div>
<!--Events-->
<div class="caption">
<!--Description-->
<div class="page-content">
<h4>
<i>A Passionate Team of Mixed Discipline Aston University Students, that Focuses On:</i>
<ul>
<li>Creating a Community for Makers, Creators and Innovators</li>
<li>Expanding Technical Coding</li>
</ul>
</h4>
</div>
<!--Getting in Touch-->
<div class="page-header">
<h2>Organizers and people to look for</h2>
</div>
<div class="page-content">
<h4>
<ul>
<li>Scott - Host</li>
<li>Adam - ACSS Chairman</li>
<li>Jamie - ACSS Vice Chairman</li>
<li>Event Voluenteers - Purple Jacket</li>
</ul>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!--FAQ-->
<div class="row">
<div class="col-sm-12">
<div class="thumbnail">
<div class="container-fluid">
<!--FAQ Title-->
<div class="page-header">
<h1>Frequently Asked Questions</h1>
</div>
<!--Information-->
<div class="caption">
<!--Hackathon-->
<div class="page-header">
<h2>What is a hackathon?</h2>
</div>
<div class="page-content">
<h4>A hackathon is an invention marathon where students and industries come together to build cool software & hardware hacks over 24 to 48 hours. It’s very beginner friendly.</h4>
</div>
<!--Cost-->
<div class="page-header">
<h2>How much does it cost?</h2>
</div>
<div class="page-content">
<h4>Absoluely nothing! Attending a hackathon is free, as long as we see your registered in.</h4>
</div>
<!--Cost-->
<div class="page-header">
<h2>What does the attendance look like</h2>
</div>
<div class="page-content">
<h4>This hackathon sponsored by MLH, stating that this is only avaliable to college/university students or graduated students within the past 12 months to attend as hackers, and must be <u>over the age of 18</u>. It may consist of first time hackers all the way to veteran hackers</h4>
</div>
<!--MLH-->
<div class="page-header">
<h2>What is Major League Hacking</h2>
</div>
<div class="page-content">
<h4>Major League Hacking is the official student hackathon league in North America & Europe. They work with over 200 Member Events and empower over 70,000 students every year.<br>If you want more information about Major League Hacking and their role, click <a href="sponsor4.html">here</a>.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<div class="page-footer" id="foot">
<h3>Copyright</h3>
<p>This template is created & copyrighted by <a href="https://github.com/kkgm13">Kelvin M.</a> & <a href="https://github.com/Milton-R">Milton R.</a> for any hackathon event tracking usage.</p>
<p>This is an open sourced Hackathon tracker template.</p>
<!--W3C CSS Validator-->
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
</div>
</div>
<!--JQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!--JavaScript-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</body>
</html>