mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 03:51:57 -05:00
work on footer. looks like trash atm
This commit is contained in:
parent
0c66c1356a
commit
cadb699039
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
*.DS_STORE
|
||||
*.DS_STORE
|
||||
node_modules
|
|
@ -17,5 +17,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<% include ../partials/footer %>
|
||||
|
||||
</body>
|
||||
</html>
|
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>
|
|
@ -4,4 +4,5 @@
|
|||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/js/bootstrap.min.js" integrity="sha384-o+RDsa0aLu++PJvFqy8fFScvbHFLtbvScb8AjopnFD+iEQ7wo/CG0xlczd+2O/em" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.2/css/bootstrap.min.css" integrity="sha384-Smlep5jCw/wG7hdkwQ/Z5nLIefveQRIY9nfy6xoR1uRYBtpZgI6339F5dgvm/e9B" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="css/site.css">
|
||||
<link rel="stylesheet" type="text/css" href="css/site.css">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
|
Loading…
Reference in a new issue