aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/foot.html
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2022-12-27 00:48:42 -0700
committerBryson Steck <brysonsteck@protonmail.com>2022-12-27 00:48:42 -0700
commit199f5ca505ca7392b3e770e83c5150a9f897d6d0 (patch)
treec8a4c1b5576db270b8b73ae848bc0e76e3ad6001 /layouts/partials/foot.html
parent4cd9efaf56b61e86782e13a5b15411b679b5c259 (diff)
downloadwebsite-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar
website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar.gz
website-199f5ca505ca7392b3e770e83c5150a9f897d6d0.tar.bz2
somewhat functional website now
Diffstat (limited to 'layouts/partials/foot.html')
-rw-r--r--layouts/partials/foot.html12
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>&copy; 2022-2023 Bryson Steck. </footer>
+</body>
+</html>