This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (44 loc) · 1.89 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
<!DOCTYPE html>
<html>
<head>
<title>Coming Soon! Leigh Hackspace 3.0</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/all.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<style>
body{
font-family: 'Roboto';
}
body:h2{
font-family: 'Roboto';
font-size: 22px;
}
body:p{
font-family: 'Roboto';
font-size: 11px;
}
</style>
</head>
<body>
<div align="center" class="main-logo">
<img src="assets/HSLogo.png" alt="Hackspace Logo" align="center" width="200px" heigh="200px"/>
</div>
<div align="center">
<h2>Leigh Hackspace 3.0 coming soon!</h2>
<p>We're currently busy building the new space, stay tuned</p>
<div> <!-- Social Media links -->
<a href="mailto:info@leighhack.org"><i class="fas fa-envelope fa-2x link icons"></i></a>
<a href="https://twitter.com/leigh_hackspace"><i class="fab fa-twitter-square fa-2x link icons"></i></a>
<a href="https://www.instagram.com/leighhackspace"><i class="fab fa-instagram fa-2x link icons"></i></a>
<a href="https://www.facebook.com/LeighHackspace"><i class="fab fa-facebook fa-2x link icons"></i></a>
<a href="https://join.slack.com/t/leighhack/shared_invite/enQtNDYzMjEyMDMxNDExLTE1MWY5N2IwMzdhMzQ0ZWFiNDkyNzJmMGM1ZmFkODcwMGM5ODFmYmI4MjhmM2JiMWEyY2E3NTRjMTQzMzljZWU"><i class="fab fa-slack fa-2x link icons"></i></a>
<a href="calendar.html"><i class="fas fa-calendar-alt fa-2x link icons"></i></a>
<a href="membership.html"><i class="fas fa-address-card fa-2x link icons"></i></a>
<a href="https://github.com/leigh-hackspace"><i class="fab fa-github-square fa-2x link icons"></i></a>
<a href="https://discourse.leighhack.org"><i class="fab fa-discourse fa-2x link icons"></i></a>
<br />
<br />
</div>
</div>
</body>
</html>