summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJJ2024-08-30 19:52:18 +0000
committerJJ2024-08-30 19:52:18 +0000
commit5d38fcaa1fb994bec9907a660f794eab08fc7b1d (patch)
tree7c26994058bb166a34211b0132dcf4f66c07df29
parent1caf031ca2aa2ec93c74a0ed53caa3d16e9b4370 (diff)
remove direct links to pii
-rw-r--r--_templates/header.html11
-rw-r--r--about.md2
2 files changed, 5 insertions, 8 deletions
diff --git a/_templates/header.html b/_templates/header.html
index 8ddb638..d6547e7 100644
--- a/_templates/header.html
+++ b/_templates/header.html
@@ -3,11 +3,10 @@
<a href="/">apropos</a>
</h1>
<nav>
- <a href="/about">about</a>
- <a href="/posts">blog</a>
- <a href="/notes">notes</a>
- <a href="/resume">resume</a>
- <a href="/writeups">writeups</a>
- <a href="/wiki">wiki</a>
+ <a id="about" href="/about">about</a>
+ <a id="posts" href="/posts">blog</a>
+ <a id="notes" href="/notes">notes</a>
+ <a id="writeups" href="/writeups">writeups</a>
+ <a id="wiki" href="/wiki">wiki</a>
</nav>
</header>
diff --git a/about.md b/about.md
index d4a633a..7d58615 100644
--- a/about.md
+++ b/about.md
@@ -13,8 +13,6 @@ I'm also a hobbyist programmer, skilled at [Nim], [Rust], [Lean], and [Java], su
If you're looking to contact me, feel free to reach out over email / XMPP to jj [at] toki.la.
-If you're looking to hire me, you may be interested in [my resume](/resume) (also available as a [PDF](/resume/resume.pdf)).
-
## Credits
This website is based off of the websites of [Cat Zeng](https://web.archive.org/web/20200113180710/https://czeng.org/), [Leonora Tindall](https://web.archive.org/web/20201101025228/https://nora.codes/), and [Simon HĂžjberg](https://hojberg.xyz).<br>