-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
40 lines (37 loc) · 1.37 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
38
39
40
---
layout: default
title: Contact
menu: Contact
---
<!--page title start-->
<section class="page-title background-title dark banner-contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="text-uppercase">Contact us </h3>
<span class="text-uppercase"> feel free to ask your question any time </span>
<ol class="breadcrumb box">
<li><a href="#">Home</a>
</li>
<li><a href="#">Contact</a>
</li>
<li class="active">Contact us</li>
</ol>
</div>
</div>
</div>
</section>
<!--page title end-->
<!--body content start-->
<section class="body-content">
<div class="page-content">
<div class="container">
<div class="heading-title-alt border-short-bottom text-center ">
<h3 class="text-uppercase">feel free to drop us a line</h3>
<div class="half-txt contact-half-text">Whether you’re looking for answers, would like to solve a problem, or just want to let us know how we did, you’ll find many ways to contact us right here. We’ll help you resolve your issues quickly and easily.</div>
</div>
{% include contact.html %}
</div>
</div>
</section>
<!--body content end-->