-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.html
More file actions
92 lines (85 loc) · 3.51 KB
/
layout.html
File metadata and controls
92 lines (85 loc) · 3.51 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
<!DOCTYPE HTML>
<!--
Industrious by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>EEH - Find Us</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<a class="logo" href="index.html">East Essex Hackspace</a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="covid.html">COVID-19</a></li>
<li><a href="findus.html">Find Us</a></li>
</ul>
</nav>
<!-- Heading -->
<div id="heading" >
<h1>Workshop Layout</h1>
</div>
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<div class="content">
<p><img src="images/2020-06-30_EEH-Layout1.png" alt="East Essex Hackspace Layout" />
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="content">
<section>
<h3>East Essex Hackspace</h3>
<p>EEH was incorporated in 2019, but started in 2018. Converted to Charity in 2020. Originally the pavilion we are now based at had been empty for 8 years and the local U3A group had viewed the space as potentially being a good location to meet, but too large and poorly maintained for them to take over. It made sense for the hackspace to take it on - the lack of windows increased security, and the changing room layout perfect for individual workshops. The rennovations took over three months of weekend working, with help from the local council, several companies and grant bodies.</p>
</section>
<section>
<h4>Check out</h4>
<ul class="alt">
<li><a href="findus.html">Find Us</a></li>
<li><a href="layout.html">Workshop layout</a></li>
<li><a href="#">Wiki</a></li>
</ul>
</section>
<section>
<h4>Follow Us</h4>
<ul class="plain">
<li><a href="https://www.facebook.com/groups/eastessexhackspace"><i class="icon fa-facebook"> </i>Facebook</a></li>
<li><a href="https://github.com/eehackspace"><i class="icon fa-github"> </i>Github</a></li>
<li><a href="https://www.instagram.com/eehspace/"><i class="icon fa-instagram"> </i>Instagram</a></li>
<li><a href="https://twitter.com/eehackspace"><i class="icon fa-twitter"> </i>Twitter</a></li>
<li><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><i class="icon fa-youtube"> </i>Youtube</a></li>
</ul>
</section>
</div>
<div class="copyright">
© 2020 East Essex Hackspace
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>