xxxxxxxxxx
1
<div class="container my-5">
2
<p class="font-weight-bold">A footer is an additional navigation method for websites. It can hold links, buttons, company info, copyrights, forms and many other elements.</p>
3
4
<p><strong>Detailed documentation and more examples you can find in our <a href="https://mdbootstrap.com/docs/jquery/navigation/footer/"
5
target="_blank">Bootstrap Footer Docs</a> </p>
6
7
8
<hr class="mt-5">
9
10
<p>Built with <a target="_blank" href="https://mdbootstrap.com/docs/standard/">Material Design for Bootstrap</a> - free and powerful Bootstrap UI KIT</p>
11
12
<a class="btn btn-primary me-2" href="https://mdbootstrap.com/docs/standard/getting-started/installation/" target="_blank" role="button">Download MDB UI KIT <i class="fas fa-download ms-2"></i></a>
13
<a class="btn btn-danger me-2" target="_blank" href="https://mdbootstrap.com/docs/standard/" role="button">Learn more</a>
14
<a class="btn btn-success me-2" target="_blank" href="https://mdbootstrap.com/docs/standard/getting-started/" role="button">Tutorials</a>
15
<a class="btn btn-dark me-2" target="_blank" href="https://github.com/mdbootstrap/mdb-ui-kit" role="button">GitHub <i class="fab fa-github ms-2"></i></a>
16
17
<hr>
18
19
</div>
20
21
<!-- Footer -->
22
<footer class="page-footer font-small blue pt-4">
23
24
<!-- Footer Links -->
25
<div class="container-fluid text-center text-md-left">
26
27
<!-- Grid row -->
28
<div class="row">
29
30
<!-- Grid column -->
31
<div class="col-md-6 mt-md-0 mt-3">
32
33
<!-- Content -->
34
<h5 class="text-uppercase">Footer Content</h5>
35
<p>Here you can use rows and columns to organize your footer content.</p>
36
37
</div>
38
<!-- Grid column -->
39
40
<hr class="clearfix w-100 d-md-none pb-3">
41
42
<!-- Grid column -->
43
<div class="col-md-3 mb-md-0 mb-3">
44
45
<!-- Links -->
46
<h5 class="text-uppercase">Links</h5>
47
48
<ul class="list-unstyled">
49
<li>
50
<a href="#!">Link 1</a>
51
</li>
52
<li>
53
<a href="#!">Link 2</a>
54
</li>
55
<li>
56
<a href="#!">Link 3</a>
57
</li>
58
<li>
59
<a href="#!">Link 4</a>
60
</li>
61
</ul>
62
63
</div>
64
<!-- Grid column -->
65
66
<!-- Grid column -->
67
<div class="col-md-3 mb-md-0 mb-3">
68
69
<!-- Links -->
70
<h5 class="text-uppercase">Links</h5>
71
72
<ul class="list-unstyled">
73
<li>
74
<a href="#!">Link 1</a>
75
</li>
76
<li>
77
<a href="#!">Link 2</a>
78
</li>
79
<li>
80
<a href="#!">Link 3</a>
81
</li>
82
<li>
83
<a href="#!">Link 4</a>
84
</li>
85
</ul>
86
87
</div>
88
<!-- Grid column -->
89
90
</div>
91
<!-- Grid row -->
92
93
</div>
94
<!-- Footer Links -->
95
96
<!-- Copyright -->
97
<div class="footer-copyright text-center py-3">© 2018 Copyright:
98
<a href="https://mdbootstrap.com/education/bootstrap/"> MDBootstrap.com</a>
99
</div>
100
<!-- Copyright -->
101
102
</footer>
103
<!-- Footer -->
1
1
1
1
Console errors: 0