-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
70 lines (54 loc) · 2.84 KB
/
contact-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
<!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>Get in Touch</h1>
<!--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>