-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.php
47 lines (42 loc) · 1.94 KB
/
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
<div class="hero-wrap js-fullheight"
style="background-image: url('<?php echo web_root; ?>plugins/jobportal/images/bg_2.jpg');"
data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row no-gutters slider-text js-fullheight align-items-end justify-content-start"
data-scrollax-parent="true">
<div class="col-md-8 ftco-animate text-center text-md-left mb-5"
data-scrollax=" properties: { translateY: '70%' }">
<p class="breadcrumbs" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }"><span
class="mr-3"><a href="index.html">Home <i class="ion-ios-arrow-forward"></i></a></span>
<span>Contact</span>
</p>
<h1 class="mb-3 bread" data-scrollax="properties: { translateY: '30%', opacity: 1.6 }">Contact Us</h1>
</div>
</div>
</div>
</div>
<section class="ftco-section contact-section bg-light">
<div class="container">
<div class="row d-flex mb-5 contact-info">
<div class="col-md-12 mb-4">
<h2 class="h3">Contact Information</h2>
</div>
<div class="w-100"></div>
<div class="col-md-3">
<p><span>Address:</span>559, avenue Al Boustane , Hay Riad, 10100 Rabat</p>
</div>
<div class="col-md-3">
<p><span>Phone:</span> <a href="tel://21255667788">+212 55 66 77 88</a></p>
</div>
<div class="col-md-3">
<p><span>Email:</span> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-md-3">
<p><span>Website</span> <a href="#">Justfind.com</a></p>
</div>
</div>
</div>
</div>
</div>
</section>