1
1
Fork 0

Footer on all pages

This commit is contained in:
Joe Wroten 2019-01-08 22:56:17 -06:00
parent 23ed521d9e
commit 1881de9698
4 changed files with 21 additions and 0 deletions

View file

@ -119,6 +119,7 @@ a {
.index-top em {
color: #B8CCE3;
font-style: normal;
text-decoration: none;
}
.index .name {
@ -253,3 +254,13 @@ a {
overflow: hidden;
}
.footer {
font-size: 75%;
margin-top: 3rem;
margin-bottom: 1rem;
}
.footer a {
color: inherit;
}

View file

@ -63,5 +63,7 @@
</li>
{{/each}}
</ol>
{{> footer}}
</body>
</html>

View file

@ -61,6 +61,9 @@
</article>
</main>
{{> footer}}
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>

View file

@ -0,0 +1,5 @@
<footer class="footer -container -pad-h">
Portfolio designed and coded by Joe Wroten |
<a href="mailto:joe@wroten.me">joe@wroten.me</a> |
<a href="https://github.com/sharpshark28/portfolio">Project Repo</a>
</footer>