-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
77 lines (60 loc) · 4.15 KB
/
about-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About us| Woolwich Makers Market</title>
<meta name="author" content="Nicola Simmonds">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body class="">
<header>
<figure><a href="index.html"><img src="images/logos/logo-outline-grey.png" alt="logo" height="300" width="300"></a></figure>
<input type="checkbox" id="nav-toggle" class="nav-toggle">
<label for="nav-toggle" class="nav-toggle-label">
<svg ?xml version="1.0" encoding="utf-8"? xmlns="http://www.w3.org/2000/svg" xml:space="preserve" id="Layer_1" x="0" y="0" version="1.1" viewBox="0 0 512 501">
<path d="M0 0h512v100H0zM0 200h512v100H0zM0 401h512v100H0z" class="st0"/>
</svg>
</label>
<nav>
<ul>
<li><a href="market-dates.html">Market Dates</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="contact-us.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<h1>About Us</h1>
<p>Woolwich Makers Market is run by Makers for Makers and we love to shout about handmade AND locally made.</p>
<p>We hold regular maker market events at various venues across Woolwich and surrounding areas. Each market is carefully curated from creatives that either live or work in the London Boroughs of Greenwich, Lewisham and Bexley.</p>
<p>When you browse our list of makers or shop at one of our markets not only are you are finding something that is unique and made by hand, you are also supporting local small businesses and creatives.</p>
<p>Woolwich is a great creative hub for South East London. We have lots of amazing art studios including <a href="https://thames-sidestudios.co.uk"> Thames Side Studio </a> which is the biggest creative studio in the UK</a>. Not forgetting great new projects such as <a href="https://setspace.uk/woolwich">Set Space</a> who use Meanwhile lets to fill empty properties with cool affordable studios.</p>
<p>So if you like to know that your buying something made lovingly by hand, and even better that it has been made on your doorstep then you have visited the right site, and we hope you can make it to one of our markets soon.</p>
<p>Sign up to our mailing list and be the first to hear about upcoming markets and events.</p>
<h2>Get in Touch</h2>
<!--add a contact form-->
<p>Please feel free to send us an email at <a href="mailto:[email protected]">[email protected]</a></p>
<h2>Sell with us</h2>
<p>Due to increasing demands we only take applications for individual events. <a href="http://eepurl.com/hJS5M9">Sign up to our mailing list</a> or follow us on Instagram to find out when our applications for our next event will open. If you have any questions please send us an email.</p>
<h3>Other ways to contact us</h3>
<ul>
<li><a href="https://www.instagram.com/woolwichmakersmarket/">Instagram</a></li>
<li><a href="https://www.facebook.com/woolwichmakersmarket">Facebook</a></li>
<li><a href="https://twitter.com/WoolwichMakers">Twitter</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</ul>
</main>
<!--<footer>
<ul>
<li><a href="./upcoming-markets.html">Upcoming Markets</a></li>
<li><a href="./apply-to-sell.html">Apply to Sell</a></li>
<li><a href="http://eepurl.com/hJS5M9">Sign up to our mailchimp newsletter</a></li>
</ul>
put tag line or one line about the site, links to the socials (because relevant to the target audience) link to email and link to subscribe
</footer>-->
</body>
</html>