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 indigo darken-4 py-4">
23
24
<!-- Footer Elements -->
25
<div class="container">
26
27
<div class="row">
28
<div class="col-md-6 d-flex justify-content-start">
29
<!-- Copyright -->
30
<div class="footer-copyright text-center bg-transparent">© 2019 Copyright:
31
<a href="https://mdbootstrap.com/education/bootstrap/"> MDBootstrap.com</a>
32
</div>
33
<!-- Copyright -->
34
</div>
35
<div class="col-md-6 d-flex justify-content-end">
36
<ul class="list-unstyled d-flex mb-0">
37
<li>
38
<a class="mr-3" role="button"><i class="fab fa-facebook-f"></i></a>
39
</li>
40
<li>
41
<a class="mr-3" role="button"><i class="fab fa-twitter"></i></a>
42
</li>
43
<li>
44
<a class="mr-3" role="button"><i class="fab fa-instagram"></i></a>
45
</li>
46
<li>
47
<a class="" role="button"><i class="fab fa-youtube"></i></a>
48
</li>
49
</ul>
50
</div>
51
</div>
52
53
</div>
54
<!-- Footer Elements -->
55
56
</footer>
57
<!-- Footer -->
1
1
1
1
Console errors: 0