diff options
Diffstat (limited to 'layouts/partials/foot.html')
-rw-r--r-- | layouts/partials/foot.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html new file mode 100644 index 0000000..ebcd07e --- /dev/null +++ b/layouts/partials/foot.html @@ -0,0 +1,12 @@ +</div> +<div class="col-lg-3 box rounded-3 sidebar"> + <img class="pfp m-auto d-block mt-3 img-fluid img-circle" src="/bryson.jpg"> + <br> + <span>Codeberg/Github: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span> + <span>Email: <a href="mailto:brysonsteck@protonmail.com">brysonsteck@pm.me</a><br></span> +</div> +</div> +</div> +<footer>© 2022-2023 Bryson Steck. </footer> +</body> +</html> |