feat: link to my git website
This commit is contained in:
parent
fbcf51617a
commit
c8d088cb33
3 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ class SiteFooter extends HTMLElement {
|
||||||
<footer>
|
<footer>
|
||||||
<span class="greek-delta">Δ</span>
|
<span class="greek-delta">Δ</span>
|
||||||
<div class="footer-links">
|
<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="https://www.linkedin.com/in/barrett-ruth/">linkedin</a>
|
||||||
<a target="_blank" href="mailto:br.barrettruth@gmail.com">email</a>
|
<a target="_blank" href="mailto:br.barrettruth@gmail.com">email</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -2,10 +2,10 @@ const postMapping = new Map([
|
||||||
[
|
[
|
||||||
"software",
|
"software",
|
||||||
[
|
[
|
||||||
|
"hosting a git server",
|
||||||
"my cp setup",
|
"my cp setup",
|
||||||
"from github pages to aws",
|
"from github pages to aws",
|
||||||
"designing this website",
|
"designing this website",
|
||||||
// "working in the terminal",
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
["operating systems", ["building an os"]],
|
["operating systems", ["building an os"]],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue