Footer on all pages
This commit is contained in:
parent
23ed521d9e
commit
1881de9698
4 changed files with 21 additions and 0 deletions
|
@ -119,6 +119,7 @@ a {
|
||||||
.index-top em {
|
.index-top em {
|
||||||
color: #B8CCE3;
|
color: #B8CCE3;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.index .name {
|
.index .name {
|
||||||
|
@ -253,3 +254,13 @@ a {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
font-size: 75%;
|
||||||
|
margin-top: 3rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer a {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -63,5 +63,7 @@
|
||||||
</li>
|
</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
{{> footer}}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -61,6 +61,9 @@
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
|
{{> footer}}
|
||||||
|
|
||||||
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/highlight.min.js"></script>
|
||||||
<script>hljs.initHighlightingOnLoad();</script>
|
<script>hljs.initHighlightingOnLoad();</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
5
src/templates/partials/footer.hbs
Normal file
5
src/templates/partials/footer.hbs
Normal 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>
|
Loading…
Add table
Reference in a new issue