forked from crodewig/crodewig.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
37 lines (35 loc) · 1.19 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
31
32
33
34
35
36
37
---
title: Contact
---
<div class="container mt-5 mb-4">
<h1 class="mt-5 mb-4 text-center">Get in touch</h1>
</div>
<section class="container text-center">
<div class="row">
<div class="col-lg-10 offset-lg-1">
<h2>Want to chat? Ask a question? Work with me?<br>
Feel free to drop me a note below.
</h2>
</div>
</div>
<form class="needs-validation" action="https://formspree.io/f/xknyndaw" method="POST">
<div class="form-row">
<div class="col-md-6">
<input type="text" name="entry.1493079505" placeholder="Name*" required>
</div>
<div class="col-md-6">
<input type="text" name="entry.1379702114" pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$"
placeholder="Email*" required>
</div>
<div class="col-md-12">
<input type="text" name="entry.2053780508" placeholder="Subject*" required>
</div>
<div class="col-md-12">
<textarea name="entry.1889117978" placeholder="Message*" required></textarea>
</div>
<div class="col-md-12 text-center text-md-left">
<button class="btn" type="submit">Send</button>
</div>
</div>
</form>
</section>