-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
57 lines (51 loc) · 2.1 KB
/
footer.php
File metadata and controls
57 lines (51 loc) · 2.1 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
49
50
51
52
53
54
55
56
57
<footer class="footer-59391 mt-0 pt-5 bg-dark">
<div class="container">
<div class="row mb-5">
<div class="col-md-4">
<div class="site-logo">
<a href="#" style='color: white;'>SEO Planner</a>
</div>
</div>
<div class="col-md-8 text-md-right">
<ul class="list-unstyled social-icons">
<li><a href="#" class="fb"><span class="icon-facebook"></span></a></li>
<li><a href="#" class="tw"><span class="icon-twitter"></span></a></li>
<li><a href="#" class="in"><span class="icon-instagram"></span></a></li>
<li><a href="#" class="be"><span class="icon-behance"></span></a></li>
<li><a href="#" class="dr"><span class="icon-dribbble"></span></a></li>
<li><a href="#" class="yt"><span class="icon-play"></span></a></li>
</ul>
</div>
</div>
<div class="row mb-5">
<div class="col-md-6 ">
<ul class="nav-links list-unstyled nav-left">
<li><a href="#">Privacy</a></li>
<li><a href="#">Policy</a></li>
</ul>
</div>
<div class="col-md-6 text-md-right">
<ul class="nav-links list-unstyled nav-right">
<li><a href="#">Home</a></li>
<li><a href="#">Our works</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col ">
<div class="copyright">
<p style='color: white;'><small>Copyright 2021. All Rights Reserved [ SEO Planner ]</small></p>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>