-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
38 lines (38 loc) · 1.58 KB
/
footer.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
<!-- Start Footer section -->
<footer class="footer">
<!-- start container -->
<div class="container">
<!-- start row -->
<div class="row">
<!-- start phone number -->
<div class="col-xs-12 col-sm-6 col-lg-3">
<a href="tel:+91 8291751617" class="hover-animate">
<span class="ukie-icons hover-animate"><i class="fa fa-phone"></i></span> +91 8291751617
</a>
</div>
<!-- end phone number -->
<!-- start email -->
<div class="col-xs-12 col-sm-6 col-lg-3">
<a href="mailto:[email protected]?Subject=New%20Project" class="hover-animate">
<span class="ukie-icons hover-animate"><i class="fa fa-paper-plane"></i></span> [email protected]
</a>
</div>
<!-- end email -->
<!-- start address -->
<div class="col-xs-12 col-sm-6 col-lg-3">
<a href="#" class="hover-animate">
<span class="ukie-icons hover-animate"><i class="fa fa-map-marker"></i></span> Mumbai Maharashtra
</a>
</div>
<!-- end address -->
<!-- start Copyright -->
<div class="col-xs-12 col-sm-6 col-lg-3 text-right">
<span class="copyright">Copyright © 2018 All right reserved</span>
</div>
<!-- end Copyright -->
</div>
<!-- end row -->
</div>
<!-- end container -->
</footer>
<!-- End Footer section -->