-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
51 lines (50 loc) · 2.93 KB
/
footer.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
41
42
43
44
45
46
47
48
49
50
51
<!-- Footer Start -->
<div class="container-fluid bg-dark footer mt-5 pt-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container py-5">
<div class="row g-5">
<div class="col-lg-3 col-md-6">
<img src="img/logo.png" style="width: 8rem;">
<p>Diam dolor diam ipsum sit. Aliqu diam amet diam et eos. Clita erat ipsum et lorem et sit, sed stet lorem sit clita</p>
<div class="d-flex pt-2">
<a class="btn btn-square btn-outline-primary me-1" href=""><i class="fab fa-twitter"></i></a>
<a class="btn btn-square btn-outline-primary me-1" href=""><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-square btn-outline-primary me-1" href=""><i class="fab fa-youtube"></i></a>
<a class="btn btn-square btn-outline-primary me-0" href=""><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Address</h4>
<p><i class="fa fa-map-marker-alt me-3"></i>Address : House: 267, Road 3, Baridhara DOHS</p>
<p><i class="fa fa-phone-alt me-3"></i>+88017********</p>
<p><i class="fa fa-envelope me-3"></i>info@nde***.com</p>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Quick Links</h4>
<a class="btn btn-link" href="index.html">Home</a>
<a class="btn btn-link" href="about.html">About</a>
<a class="btn btn-link" href="service.html">Services</a>
</div>
<div class="col-lg-3 col-md-6">
<h4 class="text-light mb-4">Quick Links</h4>
<a class="btn btn-link" href="project.html">Projects</a>
<a class="btn btn-link" href="contact.html">Contact Us</a>
</div>
</div>
</div>
<div class="container-fluid copyright">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
2023 © <a href="#">NDE Real Estate</a>, All Right Reserved.
</div>
<div class="col-md-6 text-center text-md-end">
<!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
Developed By <a href="https://ndeinfratech.com/">NDE Infratech Ltd.</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>