xxxxxxxxxx
1
<!-- Remove the container if you want to extend the Footer to full width. -->
2
<div class="container my-5">
3
<!-- Footer -->
4
<footer
5
class="text-center text-lg-start text-dark"
6
style="background-color: #ECEFF1"
7
>
8
<!-- Section: Social media -->
9
<section
10
class="d-flex justify-content-between p-4 text-white"
11
style="background-color: #21D192"
12
>
13
<!-- Left -->
14
<div class="me-5">
15
<span>Get connected with us on social networks:</span>
16
</div>
17
<!-- Left -->
18
19
<!-- Right -->
20
<div>
21
<a href="" class="text-white me-4">
22
<i class="fab fa-facebook-f"></i>
23
</a>
24
<a href="" class="text-white me-4">
25
<i class="fab fa-twitter"></i>
26
</a>
27
<a href="" class="text-white me-4">
28
<i class="fab fa-google"></i>
29
</a>
30
<a href="" class="text-white me-4">
31
<i class="fab fa-instagram"></i>
32
</a>
33
<a href="" class="text-white me-4">
34
<i class="fab fa-linkedin"></i>
35
</a>
36
<a href="" class="text-white me-4">
37
<i class="fab fa-github"></i>
38
</a>
39
</div>
40
<!-- Right -->
41
</section>
42
<!-- Section: Social media -->
43
44
<!-- Section: Links -->
45
<section class="">
46
<div class="container text-center text-md-start mt-5">
47
<!-- Grid row -->
48
<div class="row mt-3">
49
<!-- Grid column -->
50
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
51
<!-- Content -->
52
<h6 class="text-uppercase fw-bold">Company name</h6>
53
<hr
54
class="mb-4 mt-0 d-inline-block mx-auto"
55
style="width: 60px; background-color: #7c4dff; height: 2px"
56
/>
57
<p>
58
Here you can use rows and columns to organize your footer
59
content. Lorem ipsum dolor sit amet, consectetur adipisicing
60
elit.
61
</p>
62
</div>
63
<!-- Grid column -->
64
65
<!-- Grid column -->
66
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
67
<!-- Links -->
68
<h6 class="text-uppercase fw-bold">Products</h6>
69
<hr
70
class="mb-4 mt-0 d-inline-block mx-auto"
71
style="width: 60px; background-color: #7c4dff; height: 2px"
72
/>
73
<p>
74
<a href="#!" class="text-dark">MDBootstrap</a>
75
</p>
76
<p>
77
<a href="#!" class="text-dark">MDWordPress</a>
78
</p>
79
<p>
80
<a href="#!" class="text-dark">BrandFlow</a>
81
</p>
82
<p>
83
<a href="#!" class="text-dark">Bootstrap Angular</a>
84
</p>
85
</div>
86
<!-- Grid column -->
87
88
<!-- Grid column -->
89
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
90
<!-- Links -->
91
<h6 class="text-uppercase fw-bold">Useful links</h6>
92
<hr
93
class="mb-4 mt-0 d-inline-block mx-auto"
94
style="width: 60px; background-color: #7c4dff; height: 2px"
95
/>
96
<p>
97
<a href="#!" class="text-dark">Your Account</a>
98
</p>
99
<p>
100
<a href="#!" class="text-dark">Become an Affiliate</a>
101
</p>
102
<p>
103
<a href="#!" class="text-dark">Shipping Rates</a>
104
</p>
105
<p>
106
<a href="#!" class="text-dark">Help</a>
107
</p>
108
</div>
109
<!-- Grid column -->
110
111
<!-- Grid column -->
112
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
113
<!-- Links -->
114
<h6 class="text-uppercase fw-bold">Contact</h6>
115
<hr
116
class="mb-4 mt-0 d-inline-block mx-auto"
117
style="width: 60px; background-color: #7c4dff; height: 2px"
118
/>
119
<p><i class="fas fa-home mr-3"></i> New York, NY 10012, US</p>
120
<p><i class="fas fa-envelope mr-3"></i> info@example.com</p>
121
<p><i class="fas fa-phone mr-3"></i> + 01 234 567 88</p>
122
<p><i class="fas fa-print mr-3"></i> + 01 234 567 89</p>
123
</div>
124
<!-- Grid column -->
125
</div>
126
<!-- Grid row -->
127
</div>
128
</section>
129
<!-- Section: Links -->
130
131
<!-- Copyright -->
132
<div
133
class="text-center p-3"
134
style="background-color: rgba(0, 0, 0, 0.2)"
135
>
136
© 2020 Copyright:
137
<a class="text-dark" href="https://mdbootstrap.com/"
138
>MDBootstrap.com</a
139
>
140
</div>
141
<!-- Copyright -->
142
</footer>
143
<!-- Footer -->
144
</div>
145
<!-- End of .container -->
1
1
1
1
Console errors: 0