-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
30 lines (29 loc) · 1.01 KB
/
contact.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
---
layout: page
title: Get In Touch
images: "['images/c/1.jpg','images/c/2.jpg','images/c/3.jpg','images/c/4.jpg','images/c/5.jpg','images/c/6.jpg'];"
---
<div class="column">
<h1>Contact</h1>
<p>
Email: <a href="mailto:[email protected]">[email protected]</a>
<br/>Tel: 07881 623 132
<br/>
<br/>Address:
<br/>6 Cranbury Road, London, SW6 2NT
<br/>
<br/><a href="//facebook.com/cottolondon">Like us on Facebook<img src="{{ "images/face.png" | relative_url }}" alt="Facebook" class="icon"/></a>
<br/><a href="//twitter.com/CottoLondon">Follow us on Twitter<img src="{{ "images/twit.png" | relative_url }}" alt="twitter" class="icon"/></a>
</p>
</div>
<div class="column" style="border-left-width: 1px; height:340px;">
<form action="//formspree.io/[email protected]" method="POST">
Your Name:
<input type="text" name="name">
Email Address:
<input type="email" name="_replyto">
Message:
<textarea name="message"></textarea>
<input type="submit" value="Send">
</form>
</div>