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