-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-contact.php
63 lines (59 loc) · 2.4 KB
/
page-contact.php
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
<?php // Template Name: Contact?>
<?php get_header(); ?>
<div id="page-head" class="container-fluid inner-page">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="page-title"><?php echo the_title(); ?></div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<div class="text">We are in Herat and serving globally.
Shoot us an email, give us a call, or fill out our Project Brief if you’re interested in getting started.
We look forward to learning more about you !</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact-info" class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="row-title">Contact Us !</div>
<div class="row-subtitle"></div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="info-box">
<div class="info-title phone-icon">Call Us</div>
<div class="info-details"><p>Customer service 24/7
Call Free On <a href="tel:+93 793 725 403">+93 793 725 403 </a></p>
<p>Enjoy a free consultation with Pardazish’s
best web experts.</p></div>
</div>
</div>
<div class="col-md-4">
<div class="info-box">
<div class="info-title chat-icon">Chat now</div>
<div class="info-details"><p>We're ready to answer any and all
questions.</p>
<p>Start chatting with our representative
by clicking the chat icon</p></div>
</div>
</div>
<div class="col-md-4">
<div class="info-box">
<div class="info-title location-icon">Visit us</div>
<div class="info-details"><p>We are located in Herat
Come and have a nice cup of coffee!</p>
<p>The Shahr-e-Naw Avenue, Fahim Super Market, New Market , 2<sup>nd</sup> Floor
</p></div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>