feat: link to my git website

This commit is contained in:
Barrett Ruth 2025-05-13 12:34:07 -04:00
parent fbcf51617a
commit c8d088cb33
3 changed files with 2 additions and 2 deletions

View file

View file

@ -46,7 +46,7 @@ class SiteFooter extends HTMLElement {
<footer>
<span class="greek-delta">&Delta;</span>
<div class="footer-links">
<a target="_blank" href="https://github.com/barrett-ruth/">github</a>
<a target="_blank" href="https://git.barrettruth.com">git</a>
<a target="_blank" href="https://www.linkedin.com/in/barrett-ruth/">linkedin</a>
<a target="_blank" href="mailto:br.barrettruth@gmail.com">email</a>
</div>

View file

@ -2,10 +2,10 @@ const postMapping = new Map([
[
"software",
[
"hosting a git server",
"my cp setup",
"from github pages to aws",
"designing this website",
// "working in the terminal",
],
],
["operating systems", ["building an os"]],