-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontent.html
More file actions
35 lines (33 loc) · 1.21 KB
/
content.html
File metadata and controls
35 lines (33 loc) · 1.21 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
---
layout: contact
title: Contact
permalink: /contact/
---
<!--<div id="emailwrap"></div>-->
<div class="container mb">
<div class="row">
<div class="col-lg-12">
<h4>Got A Question? Submit It Here!</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-12-->
</div> <!--/row-->
</div> <!--/container-->