forked from hngi/team-horme-net-worth-web-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
86 lines (71 loc) · 2.96 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<style>
/* footer section start here */
.footer-section {
background: rgb(38, 155, 120);
}
.my-list a,
.footer-copyright a{
text-decoration: none;
color: #fff;
}
.footer-copyright a:hover {
text-decoration: underline !important;
}
</style>
<section class="footer-section clearfix">
<div class="container">
<!-- Footer -->
<footer class="page-footer font-small blue pt-4">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left clearfix">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-3 mt-md-0 mt-3">
<!-- Content -->
<ul class="list-unstyled text-cap ">
<li class="my-list">
<a href="#!" class="title-color">About Us</a>
</li>
</ul>
</div>
<!-- Grid column -->
<div class="col-md-3 mt-md-0 mt-3">
<!-- Content -->
<ul class="list-unstyled text-cap ">
<li class="my-list">
<a href="#!" class="title-color">Contact Us</a>
</li>
</ul>
</div>
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<ul class="list-unstyled text-cap ">
<li class="my-list">
<a href="#!" class="title-color">Faq</a>
</li>
</ul>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<ul class="list-unstyled text-cap ">
<li class="my-list">
<a href="#!" class="title-color">Subscribe</a>
</li>
</ul>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2019 Copyright:
<a href="www.hngteamhorme.diaticine.com" class="title-color">
<i class="fa fa-envelope-o"></i>
contact@hngteamhorme
</a>
</div>
<!-- Copyright -->
</footer>
</div>
</section>