-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
45 lines (40 loc) · 1.97 KB
/
contact.html
File metadata and controls
45 lines (40 loc) · 1.97 KB
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
---
layout: default
title: Contact Me | Elizabeth Chesters
header: Get in touch!
summary: Fancy a chat about UX? Looking for an article for your website? Ping me an email using the form below.
image: /images/portfolio/teaching/railsgirls-1.jpg
---
<div id="contact">
{% include _components/banner.html %}
<div class="add-padding vertical bg-white overflow-auto">
<div class="col-xs-12 col-sm-10 col-md-8 position central">
<div class="col-xs-12 col-md-6">
<div class="col-xs-12 col-sm-11 col-md-8 no-padding">
<form action="https://formspree.io/elizabeth.chesters@gmail.com" method="POST">
<div class="form-group add-margin bottom">
<label for="name">Name</label>
<input type="text" name="name" class="form-control" id="name">
</div>
<div class="form-group add-margin bottom">
<label for="email">Email</label>
<input type="email" name="_replyto" class="form-control" id="email">
</div>
<div class="form-group add-margin bottom">
<label for="message">Message</label>
<textarea type="text" name="message" class="form-control" rows="5" id="message"></textarea>
</div>
<input type="submit" value="Send message" class="btn col-xs-12 col-sm-8 position central">
</form>
</div>
</div>
<div class="col-xs-12 col-md-6">
<div class="col-xs-12 text-center">
<a href="//twitter.com/EChesters" class="icon"><i class="fa fa-twitter-square" aria-hidden="true"></i><span class="sr-only">Twitter</span></a>
<a href="//uk.linkedin.com/in/elizabeth-chesters-a9297883" class="icon"><i class="fa fa-linkedin-square" aria-hidden="true"></i><span class="sr-only">LinkedIn</span></a>
<a href="//medium.com/@EChesters" class="icon"><i class="fa fa-medium" aria-hidden="true"></i><span class="sr-only">Medium</span></a>
</div>
</div>
</div>
</div>
</div>