-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
48 lines (48 loc) · 1.99 KB
/
footer.php
File metadata and controls
48 lines (48 loc) · 1.99 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
<footer class="footer ">
<div class="container bottom_border">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col">
<h5 class="headin5_amrc col_white_amrc pt2">Find us</h5>
<!--headin5_amrc-->
<p class="mb10">Shinas, Al Batinah North Governorate, Sultanate of Oman</p>
<p><i class="fa fa-location-arrow"></i>420-69 Shinas st, road 489</p>
<p><i class="fa fa-phone"></i> +968 9560 6442</p>
<p><i class="fa fa fa-envelope"></i> bayaderell@gmail.com </p>
</div>
<div class="col-lg-3 col-md-6 col-sm-6 col">
<h5 class="headin5_amrc col_white_amrc pt2">Follow us</h5>
<!--headin5_amrc ends here-->
<ul class="footer_ul2_amrc">
<li>
<a href="#"><i class="fab fa-twitter fleft padding-right"></i> </a>
<p>Bayadere, an eco-care company...<a href="#">https://www.bayadere.com/</a></p>
</li>
</ul>
<!--footer_ul2_amrc ends here-->
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<h5 class="headin5_amrc col_white_amrc pt2">Quick links</h5>
<!--headin5_amrc-->
<ul class="footer_ul_amrc">
<li><a href="about.php">About Us</a></li>
<li><a href="services.php"> Services US</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
<!--footer_ul_amrc ends here-->
</div>
</div>
</div>
<div class="container">
<div class="footer-logo">
<a href="#"><img src="images/cover2.png" alt="" /></a>
</div>
<!--foote_bottom_ul_amrc ends here-->
<p class="copyright text-center">All Rights Reserved. © 2024 <a href="#">Bayadere Farm Services</a>
</p>
<ul class="social_footer_ul">
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/byader.om?igsh=MWFydGY1bHJnMTE5aw=="><i class="fab fa-instagram"></i></a></li>
</ul>
<!--social_footer_ul ends here-->
</div>
</footer>