-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
37 lines (30 loc) · 972 Bytes
/
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
31
32
33
34
35
36
---
layout: page
title: Contact
permalink: /contact
---
<div class="grid">
<div class="column column--12">
You can contact us with the form below, or by sending an email to
<a href="mailto:contact@astraldynamics.co.uk">contact@astraldynamics.co.uk</a>
<hr />
</div>
</div>
<form action="//formspree.io/{{ site.email }}"
method="POST"
class="grid">
<input type="hidden" name="_next" value="/acknowledge" />
<div class="column column--12">
<label for="query">What can we help you with?</label>
<br />
<textarea id="query" name="query" rows="8" placeholder="Just a few paragraphs to let us know how we can help."></textarea>
</div>
<div class="column column--6">
<label for="email">Your Email</label>
<br />
<input id="email" type="email" name="_replyto" placeholder="you@example.com" />
</div>
<div class="column column--12">
<button class="btn btn--small btn--green">Send</button>
</div>
</form>