work on footer. looks like trash atm

This commit is contained in:
len0rd 2018-07-25 09:10:10 -04:00
parent 0c66c1356a
commit cadb699039
4 changed files with 27 additions and 2 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
*.DS_STORE
node_modules

View file

@ -17,5 +17,7 @@
</div>
</div>
<% include ../partials/footer %>
</body>
</html>

21
views/partials/footer.ejs Normal file
View 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>

View file

@ -5,3 +5,4 @@
<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" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">