-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathget-in-touch.html
49 lines (48 loc) · 1.8 KB
/
get-in-touch.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
---
layout: default
title: Get in Touch
permalink: /get-in-touch/
---
<div class="container mb-5">
<div class="row">
<div class="col-md-12">
<p>
If you have any questions, you can contact us by filling out the
form below, emailing or simply tweet us – we’d love to hear from
you!
</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>Tweet</h2>
<p>
You can send us a message via Twitter by mentioning
<a href="https://twitter.com/magetitansnl">@MageTitansNL</a>.
</p>
</div>
<div class="col-md-4">
<h2>E-mail</h2>
<p>
Of course you can also just send us an email. You can reach us
via <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<div class="col-md-4">
<h2>Fill out the form</h2>
<form accept-charset="utf-8" action="https://formspree.io/[email protected]" method="post">
<div class="form-group">
<input type="email" name="_replyto" placeholder="Your Email Address" class="form-control" required>
</div>
<div class="form-group">
<input type="text" name="name" placeholder="Your Name" class="form-control" required>
</div>
<div class="form-group">
<textarea name="message" placeholder="Your Message" class="form-control" required></textarea>
</div>
<input type="hidden" name="utf8" value="✓">
<button class="btn btn-primary">Submit</button>
</form>
</div>
</div>
</div>