personal-website/views/partials/footer.ejs

26 lines
1.1 KiB
Plaintext

<!-- you may need to remove 'fixed-bottom' if the footer is persisting on scroll-->
<footer class="footer bg-dark">
<div class="container-fluid text-center">
<div class="row">
<div class="col-md-12 py-3">
<div class="flex-center">
<a class="li-ic icon-footer" href="https://github.com/len0rd">
<i class="fab fa-github white-text fa-2x" style="color:white"></i>
</a>
<a class="li-ic icon-footer" href="https://www.youtube.com/channel/UCwGDckTCkqqW5W8JcRrxELA">
<i class="fab fa-youtube fa-lg white-text fa-2x" style="color:white"></i>
</a>
<a class="li-ic icon-footer" href="/contact">
<i class="fas fa-at fa-lg white-text fa-2x" style="color:white"></i>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="footer-copyright text-center text-white">lenordsNet 2018</div>
</div>
</div>
</div>
</footer>