contact.html
3.03 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<div>
<div class="map-contact">
<div class="map" id="contact-map"></div>
</div>
<div class="row">
<div class="col-sm-8">
<h2>Have a question? <br> Don't hesitate to send us a message. Our team will be happy to help you.</h2>
</div>
</div>
<div class="row m-b-30">
<div class="col-sm-6">
<form>
<div class="row">
<div class="col-sm-6">
<label for="firstname" class="h6">First Name</label>
<input type="text" id="firstname" class="form-control form-white">
</div>
<div class="col-sm-6">
<label for="lastname" class="h6">Last Name</label>
<input type="text" id="lastname" class="form-control form-white">
</div>
</div>
<div class="row">
<div class="col-sm-6">
<label for="email" class="h6">E-mail</label>
<input type="text" id="email" class="form-control form-white">
</div>
<div class="col-sm-6">
<label for="website" class="h6">Website</label>
<input type="text" id="website" class="form-control form-white">
</div>
</div>
<label for="message" class="h6">Message</label>
<textarea rows="7" id="message" class="form-control form-white"></textarea>
<button type="submit" class="btn btn-primary m-t-20">Send message</button>
</form>
</div>
<div class="col-sm-4 col-sm-offset-1">
<div class="additional">
<h3>Need Help?</h3>
<p>Don’t hesitate to ask us something. Email us directly <a href="#">support@themes-lab.com</a> or call us at <b>1-254-752-254</b>. You can checkout our <a href="#">FAQ</a> and <a href="#">Forum</a> page to get more information about our products.</p>
</div>
<div class="additional">
<h3>FAQ</h3>
<p>As a Harvard professor, he was one of the first to explore the relationship between chemical equilibrium and the reaction rate of chemical processes.</p>
</div>
<div class="phone">
<h1 class="c-primary">542 578 20 88</h1>
AVAILABLE AT 12PM - 18PM
</div>
</div>
</div>
<div class="footer">
<div class="copyright">
<p class="pull-left sm-pull-reset">
<span>Copyright <span class="copyright">©</span> 2015 </span>
<span>THEMES LAB</span>.
<span>All rights reserved. </span>
</p>
<p class="pull-right sm-pull-reset">
<span><a href="#" class="m-r-10">Support</a> | <a href="#" class="m-l-10 m-r-10">Terms of use</a> | <a href="#" class="m-l-10">Privacy Policy</a></span>
</p>
</div>
</div>
</div>