-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontact.html
27 lines (22 loc) · 897 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
---
layout: page
title: Contact
permalink: /contact/
---
<div class="container-fluid">
<div class="row">
<div class="col-lg-offset-3 col-lg-6 col-lg-offset-3">
<h4 class="contact-text"><i class="fa fa-envelope fa-lg" aria-hidden="true"></i>Get in touch:
<h4 class="contact-text"><a href="mailto:{{ site.email }}">lnguyenmy1@gmail.com</a></h4>
<!-- <form action="https://formspree.io/pinguinlinh@gmail.com" method="POST">
<label for="name">Name</label>
<input type="text" id="email" name="name" placeholder="Name">
<label for="email">Email</label>
<input type="email" id="email" name="_replyto" placeholder="Email">
<label for="message">Message</label>
<textarea id="message" name="message" placeholder="Message" class="message"></textarea>
<button type="submit" value="Send">Submit</button>
</form> -->
</div>
</div>
</div>