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 mdb-color darken-3 pt-4">
23
24
<!-- Footer Elements -->
25
<div class="container">
26
27
<!--Grid row-->
28
<div class="row d-flex justify-content-center">
29
30
<!--Grid column-->
31
<div class="col-md-6">
32
33
<!-- Video -->
34
<div class="embed-responsive embed-responsive-16by9 mb-4">
35
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/vlDzYIIOYmM"
36
allowfullscreen></iframe>
37
</div>
38
39
</div>
40
<!--Grid column-->
41
42
</div>
43
<!--Grid row-->
44
45
</div>
46
<!-- Footer Elements -->
47
48
<!-- Copyright -->
49
<div class="footer-copyright text-center py-3">© 2018 Copyright:
50
<a href="https://mdbootstrap.com/education/bootstrap/"> MDBootstrap.com</a>
51
</div>
52
<!-- Copyright -->
53
54
</footer>
55
<!-- Footer -->
1
1
1
1
Console errors: 0