-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
436 lines (390 loc) · 22.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
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120210338-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-120210338-1');
</script>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>LivHackSoc</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="University of Liverpool Hackathon Society">
<!-- When put your names in Keywords, This site will come up when people google your name -->
<meta name="keywords" content="python, html5, css, brandon skerritt, brandon, skerritt, programmer, university of liverpool, liverpool, hacking">
<meta name="robots" content="index, follow">
<!-- Twitter Card. Not complete, need to set up twitter, theme colour and some images-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@livhacksoc">
<meta name="twitter:creator" content="@livhacksoc">
<meta name="twitter:title" content="Liverpool University Hackathon Society">
<meta name="twitter:description" content="We are the University of Liverpool's Hackathon Society">
<meta name="twitter:image" content="">
<meta name="twitter:image:alt" content="LivHackSoc">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="">
<meta name="theme-color" content="#ffffff">
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.10/js/all.js" integrity="sha384-slN8GvtUJGnv6ca26v8EzVaR9DC58QEwsIk9q1QXdCU8Yu8ck/tL/5szYlBbqmS+" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/solid.css" integrity="sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/regular.css" integrity="sha384-A/oR8MwZKeyJS+Y0tLZ16QIyje/AmPduwrvjeH6NLiLsp4cdE4uRJl8zobWXBm4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css" integrity="sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
crossorigin="anonymous">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/global.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/overlay.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/landing.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/about-us.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/committee.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/footer.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/contact-us.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/copyright.css" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheet/sponsors.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="https://livhacksoc.github.io//favicon.ico?v=2" />
<script src="src/typewriter.js"></script>
<!-- This is how to add favicon into a website -->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff"> -->
</head>
<body>
<noscript>You will need to enable your JavaScript to run this application</noscript>
<!-- navigation menu -->
<header id="navigation-bar">
<nav>
<ul id="navigation" class="gold">
<a href="#inner"><img src=assets/favicons/favicon-32x32.png id="homeBt" /></a>
<li id="about">
<a href="#">About</a>
</li>
<li id="team">
<a href="#committee">Team</a>
</li>
<li id="contact">
<a href="#contact-us">Contact</a>
</li>
<div id="myNav" class="overlay">
<a href="#" class="closebtn" onclick="closeNav(); return false">×</a>
<div class="overlay-content">
<a href="#" onclick="closeNav()">About HackSoc</a>
<a href="#committee" onclick="closeNav()">Our Awesome Team</a>
<a href="#contact-us" onclick="closeNav()">Contact Us</a>
<a href="quesntionsAndAnswer.html">Common Question And Answers</a>
</div>
</div>
<span id="navButton" style="font-size:30px;cursor:pointer" onclick="openNav()">☰</span>
</ul>
</nav>
</header>
<!-- landing-page -->
<section class="landing-page">
<div id="inner" class="gold">
<img src="assets/favicons/ms-icon-310x310.png" class="logo center" style="height: 150px; width: 150px;" />
<div class="landing-content">
<h1 class="landing-title">Liverpool HackSoc</h1>
<h2 id="change-text">We are University of Liverpool Hackathon society</h2>
<button type="button" class="btn btn-primary">Check out our hackathon!</button>
</div>
</div>
</section>
<section class="about-us" style="margin-bottom: 150px;">
<h1 class="gold">About Us</h1>
<div class="about-us-content">
<div class="gold">
<b>Society/Website is in progress, so take
these information with a grain of salt.</b>
<br/>
<br/>
<h4>TLDR</h4>
We are University of Liverpool Hackathon Society.
We host and attend Hackathons. We provide workshop where people have the opportunity to learn different technologies
such as Git, Docker and much more.
<br/>
<br/>
<h4>Who should join?</h4>
Anyone is welcome to join. We will train beginners with modern in demand
technologies such as React.js, Python, Pascal and much more...
<br/>
<br/>
<h4>Tech Workshops</h4>
With the help from our students and professional developers. We can set up
exciting workshop which will provide a great opportunity for people
to learn in-demand and useful tech.
<br/>
<br/>
<h4>Real Projects</h4>
We will help other organisation (e.g. homeless society, BeeKeeping society or other small company), by developing tech solution for them as a non-profit. This will be beneficial to our student,
since you can work on a real world project.
</div>
<div class="gold">
<h4>What is a Hackathon?</h4>
<i class="fas fa-laptop"></i>
A Hackathon is an event where you and your team must come up with an idea and bring it to life using the latest tech.
You usually have a time limit of 24 hours to produced a working prototype. However, you can find some Hackathon are 36 hours or longer.
<br/>
The idea could be anything. It could be a talking Robot or a Web Application which helps people network.
Some other things include VR, AR and artificial intelligence.
<br />
<br />
<h4>Why attend Hackathons?</h4>
<i class="fas fa-male"></i><i class="fas fa-female"></i>
Hackathon provides a great opportunity to learn. You will improved on your teamwork, leadership, tech skills, presentation,
critical thinking and much more. You will have the chance to meet new friends. People who are passionate about technologies.
<br/>
You will also win prizes, such as Amazon Alexa, Headphone and money! Also, you will have the opportunity to network with
big companies such as Barclay, Amazon, PWC and hot startup such as Monzo. (Sometime they are there to recruit you!)
</div>
</div>
</section>
<!-- committee-page -->
<section class="committee" id="committee">
<h1 class="gold">Meet Our Committee</h1>
<div class="committee-inner">
<div>
<div class="profile-pic">
<img src="assets/images/committee/Brandon.jpg" class="image"/>
<div class="profile-info">
<div class="text">Our Hackathon expert and a Pythonista.
In his spare time you can find him performing karate or trying to solve
the Colony Collapse Disorder. He also blogs.</div>
</div>
</div>
<h3 class="gold">Brandon Skerritt</h3>
<h4 class="gold">President</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Thep.png" class="image"/>
<div class="profile-info">
<div class="text">He used to ride elephant to school until he became a JavaScript Developer.
Thep also blogs and often goes offtopic during an important conversation.
</div>
</div>
</div>
<h3 class="gold">Thepnathi</h3>
<h4 class="gold">Vice-President</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Phil.png" class="image"/>
<div class="profile-info">
<div class="text">Phil likes dogs a little too much. Phil is our bank advisor and morale support.
In his spare time you can find him looking at dogs pictures on Instagram or playing Football.
</div>
</div>
</div>
<h3 class="gold">Phill Beattie</h3>
<h4 class="gold">Hackathon Organiser</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Laura.png" class="image"/>
<div class="profile-info">
<div class="text">
Our expert in Graphics and Design. She enjoys sailing and rock climbing.
</div>
</div>
</div>
<h3 class="gold">Laura Hulley</h3>
<h4 class="gold">Graphics and Design Director</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Rob.png" class="image"/>
<div class="profile-info">
<div class="text">Robert speciality are: Python, Polish, Java and German.
He is the 8th wonders of the world.
In his spare time, he does stuff...
</div>
</div>
</div>
<h3 class="gold">Robert Szafarczyk</h3>
<h4 class="gold">Core Developer</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Matt.jpg" class="image"/>
<div class="profile-info">
<div class="text">Matt is our core developer. He is our one man band and our chef.
His speciality are Ruby on Rails and Java. He likes to play Table Tennis.</div>
</div>
</div>
<h3 class="gold">Matt Harding</h3>
<h4 class="gold">Core Developer</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Matt.jpg" class="image"/>
<div class="profile-info">
<div class="text">Brandon is our Hackathon expert.
He is a top writer for A.I in Hackernoon.
In his spare time you can find him performing karate or watching the bee movie.</div>
</div>
</div>
<h3 class="gold">Brandon Skerritt</h3>
<h4 class="gold">Core Developer</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
<div>
<div class="profile-pic">
<img src="assets/images/committee/Matt.jpg" class="image"/>
<div class="profile-info">
<div class="text">Brandon is our Hackathon expert.
He is a top writer for A.I in Hackernoon.
In his spare time you can find him performing karate or watching the bee movie.</div>
</div>
</div>
<h3 class="gold">Brandon Skerritt</h3>
<h4 class="gold">Food Inspector</h4>
<div class="social-network-logo">
<div class="first"></div>
<div><a href="#" class="custom-white"><i class="fab fa-github-square"></i></a></div>
<div><a href="#" class="linkedin-color"><i class="fab fa-linkedin"></i></a></div>
<div><a href="#" class="twitter-color"><i class="fab fa-twitter-square"></i></a></div>
</div>
</div>
</div>
</div>
<a href="#"><h4 class="gold center-text some-padding">Hall Of Fame</h4></a>
<h4 class="center-text gold">Thanks to the <a href="£">contributors</a> our there for helping us</h4>
</section>
<section id="sponsors">
<h1 class="gold">Our Sponsors</h1>
<div id="sponsors-inner">
</div>
<button type="button" class="btn btn-primary" >Sponsor Us</button>
</section>
<section class="contact-us" id="contact-us">
<div class="container">
<h1 class="dark-black">Contact us</h1>
<div class="row">
<div class="column">
<div id="map" style="width:100%;height:500px"></div>
</div>
<div class="column">
<form id="contact-form" onsubmit="return validateInput()" action="https://formspree.io/[email protected]"
method="POST">
<label for="name" class="dark-black">Your name</label>
<input type="text" name="name" placeholder="Your name..">
<label for="email" class="dark-black">Your email</label>
<input type="email" name="_replyto" placeholder="Your email.." />
<label for="message" class="dark-black">Your message</label>
<textarea name="email-content" placeholder="Your message.."
style="height:170px"></textarea>
<input type="submit" value="Send">
</form>
</div>
</div>
</div>
</section>
<section id="footer">
<div>
<h3 class="gold">Connect with us on</h3>
<a href="#" class="custom-white">
<div ><i class="fab fa-facebook-square gold"></i> Facebook</div>
</a>
<a href="https://twitter.com/brandon_skerrit" class="custom-white">
<div><i class="fab fa-twitter gold"></i> Twitter</div>
</a>
<a href="https://medium.com/@brandonskerritt" class="custom-white">
<div><i class="fab fa-medium gold"></i> Medium</div>
</a>
<a href="http://github.com/brandonskerritt/" class="custom-white">
<div><i class="fab fa-github gold"></i> HackSocHub</div>
</a>
</div>
<div>
<h3 class="gold">About HackSoc</h3>
<a href="about" class="custom-white">
<div >About us</div>
</a>
<a href="www.someeksfka29.com" class="custom-white">
<div>HackSoc Events</div>
</a>
<a href="" class="custom-white">
<div >Our Team</div>
</a>
<a href="" class="custom-white">
<div>Frequently Asked Questions</div>
</a>
<a href="" class="custom-white">
<div>Our Story: How HackSoc Began</div>
</a>
</div>
<div>
<h3 class="gold">Useful Portal</h3>
<a href="" class="custom-white">
<div >Major League Hacking Events</div>
</a>
<a href="" class="custom-white">
<div >What is a Hackathon?</div>
</a>
<a href="" class="custom-white">
<div>Brandon's Blog (Medium)</div>
</a>
<a href="" class="custom-white">
<div>University of Liverpool</div>
</a>
</div>
</section>
<section id="copyright">
<p class="center-text gold">©University of Liverpool HackSoc <tag id="year"></tag>. All rights reserved.</p>
</section>
<script src="src/overlay-menu.js"></script>
<script src="src/footer.js"></script>
<script src="src/contact-us.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZYYQ0Qh4eoouhUDsMQxrhn_VM4_aoW9s&callback=myMap"></script>
</body>
</html>