November 2018
Intermediate to advanced
404 pages
10h 16m
English
Like the header template in header.leaf, the footer template in footer.leaf is used in every web page in this project. Change the footer template to the following:
<!--footer--><section class="footer" id="footer"><div class="container"><div class="row"><div class="col-sm"> <!-- [1] --><ul><li><i class="fas fa-envelope"></i></li><li><i class="fab fa-facebook"></i></li><li><i class="fab fa-google-plus-g"></i></li><li><i class="fab fa-linkedin"></i></li><li><i class="fab fa-twitter"></i></li></ul><p>© 2018 - #(title) Application by #(author)<br></p></div></div></div></section></div><!--wrapper end--><!-- Optional JavaScript --> <-- [2] --><!-- jQuery first, then Popper.js, then Bootstrap JavaScript --><script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" ...
Read now
Unlock full access