-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
41 lines (41 loc) · 1.79 KB
/
footer.php
File metadata and controls
41 lines (41 loc) · 1.79 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
<footer>
<div class="row">
<div class="col">
<img src="src-image/logo-white.png" alt="site-logo" class="footer-logo">
<p>Your trusted destination, for finding the perfect home away from home!</p>
</div>
<div class="col">
<h3>Office</h3>
<p>No 93, Dalugama,</p>
<p>Kelaniya, Sri Lanka, PIN 11300</p>
<p class="e-mail-id">stayfinder@gmail.com</p>
<h4>+94 55 122 2333</h4>
</div>
<div class="col">
<h3>Links</h3>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="pages/aboutus.php">About Us</a></li>
<li><a href="pages/contactus.php">Contact Us</a></li>
<li><a href="pages/privacy-policy.php">Privacy Policy</a></li>
<li><a href="pages/terms-cond.php">Terms and Conditions</a></li>
</ul>
</div>
<div class="col">
<h3>Newsletter</h3>
<form>
<i class="fa-regular fa-envelope"></i>
<input type="email" placeholder="Enter your email id" required>
<button type="submit"><i class="fa-solid fa-arrow-right"></i></button>
</form>
<div class="social-icons">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-instagram"></i>
<i class="fa-brands fa-pinterest-p"></i>
<i class="fa-brands fa-x-twitter"></i>
</div>
</div>
</div>
<hr>
<p class="copyright">STAYFINDER © 2024 - All RIGHTS RESERVED</p>
</footer>