mirror of
https://github.com/len0rd/personal-website.git
synced 2025-11-05 19:12:19 -05:00
small adjustments and changes to visuals
This commit is contained in:
parent
5abcc940ce
commit
3c6c9bbb50
7 changed files with 19 additions and 42 deletions
|
|
@ -1,24 +1,24 @@
|
|||
<!-- you may need to remove 'fixed-bottom' if the footer is persisting on scroll-->
|
||||
<footer class="footer bg-dark">
|
||||
<footer class="footer bg-black">
|
||||
<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>
|
||||
<div class="col-md-12">
|
||||
<div class="flex-center py-1">
|
||||
<a class="li-ic icon-footer" style="color:black" href="https://github.com/len0rd">
|
||||
<i class="fab fa-github fa-lg" 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 class="li-ic icon-footer" style="color:black" href="https://www.youtube.com/channel/UCwGDckTCkqqW5W8JcRrxELA">
|
||||
<i class="fab fa-youtube fa-lg" 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>
|
||||
<i class="fas fa-at fa-lg" style="color:white"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-12 mb-2">
|
||||
<div class="footer-copyright text-center text-white">lenordsNet <%= new Date().getFullYear();%></div>
|
||||
<div class="footer-copyright text-center text-white">© lenordsNet <%= new Date().getFullYear();%></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue