HTML
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 text-center font-small info-color-dark">
23
24
<div class="rgba-stylish-strong">
25
26
<!--Call to action-->
27
<div class="pt-4">
28
<a class="btn btn-outline-white"
29
href="https://mdbootstrap.com/docs/jquery/getting-started/download/" target="_blank" role="button">Download
30
MDB
31
<i class="fas fa-download ml-2"></i>
32
</a>
33
<a class="btn btn-outline-white" href="https://mdbootstrap.com/education/bootstrap/"
34
target="_blank" role="button">Start
35
free tutorial
36
<i class="fas fa-graduation-cap ml-2"></i>
37
</a>
38
</div>
39
<!--/.Call to action-->
40
41
<hr class="my-4">
42
43
<!-- Social icons -->
44
<div class="pb-4">
45
<a href="https://www.facebook.com/mdbootstrap" target="_blank">
46
<i class="fab fa-facebook-f mr-3"></i>
47
</a>
48
49
<a href="https://twitter.com/MDBootstrap" target="_blank">
50
<i class="fab fa-twitter mr-3"></i>
51
</a>
52
53
<a href="https://www.youtube.com/watch?v=7MUISDJ5ZZ4" target="_blank">
54
<i class="fab fa-youtube mr-3"></i>
55
</a>
56
57
<a href="https://plus.google.com/u/0/b/107863090883699620484" target="_blank">
58
<i class="fab fa-google-plus-g mr-3"></i>
59
</a>
60
61
<a href="https://dribbble.com/mdbootstrap" target="_blank">
62
<i class="fab fa-dribbble mr-3"></i>
63
</a>
64
65
<a href="https://pinterest.com/mdbootstrap" target="_blank">
66
<i class="fab fa-pinterest mr-3"></i>
67
</a>
68
69
<a href="https://github.com/mdbootstrap/bootstrap-material-design" target="_blank">
70
<i class="fab fa-github mr-3"></i>
71
</a>
72
73
<a href="http://codepen.io/mdbootstrap/" target="_blank">
74
<i class="fab fa-codepen mr-3"></i>
75
</a>
76
</div>
77
<!-- Social icons -->
78
79
<!--Copyright-->
80
<div class="footer-copyright py-3">
81
© 2019 Copyright:
82
<a href="https://mdbootstrap.com/education/bootstrap/" target="_blank"> MDBootstrap.com </a>
83
</div>
84
<!--/.Copyright-->
85
86
</div>
87
88
</footer>
89
<!--Footer-->
CSS
1
1
JS
1
1
Console errors: 0