-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
36 lines (34 loc) · 1.34 KB
/
contact.html
File metadata and controls
36 lines (34 loc) · 1.34 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
---
layout: contact
title: Contact
permalink: /contact/
---
<div id="contactwrap"></div>
<div class="container mtb">
<div class="row">
<div class="col-lg-8">
<h4>Just Get In Touch!</h4>
<div class="hline"></div>
<p>{{ site.about }}</p>
<form role="form">
<div class="form-group">
<label for="InputName1">Your Name</label>
<input type="text" class="form-control" id="exampleInputName1">
</div>
<div class="form-group">
<label for="InputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1">
</div>
<div class="form-group">
<label for="InputSubject1">Subject</label>
<input type="text" class="form-control" id="exampleInputSubject1">
</div>
<div class="form-group">
<label for="message1">Message</label>
<textarea class="form-control" id="message1" rows="3"></textarea>
</div>
<button type="submit" class="btn btn-theme">Submit</button>
</form>
</div><!--/col-lg-8 -->
</div><!--/row -->
</div><!--/container -->