-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
33 lines (32 loc) · 926 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
---
layout: page
title: Contact
---
<form method="POST" action="http://formspree.io/[email protected]" id="contact">
<h1>Get in Touch</h1>
<p>I'm currently available to take on a project. Let's build something together!</p>
<input type="text" name="name" placeholder="name">
<input type="email" name="email" placeholder="email address">
<textarea name="message" placeholder="message"></textarea>
<button class="btn right" type="submit">send message</button>
<div class="clear"></div>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</form>
<div class="clear"></div>