mirror of
https://github.com/len0rd/personal-website.git
synced 2025-11-05 11:02:19 -05:00
work on footer. looks like trash atm
This commit is contained in:
parent
0c66c1356a
commit
cadb699039
4 changed files with 27 additions and 2 deletions
21
views/partials/footer.ejs
Normal file
21
views/partials/footer.ejs
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<footer class="page-footer container-fluid">
|
||||
<div class="container text-center bg-secondary">
|
||||
<div class="row">
|
||||
<div class="col-md-12 py-5">
|
||||
<div class="mb-5 flex-center">
|
||||
<a class="li-ic" href="https://github.com/len0rd">
|
||||
<i class="fab fa-github white-text fa-2x" style="color:white"></i>
|
||||
</a>
|
||||
<a class="li-ic" 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" href="/contact">
|
||||
<i class="fas fa-at fa-lg white-text fa-2x" style="color:white"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-copyright text-center text-white bg-dark py-3">len0rdsNet 2018</div>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue