diff options
-rw-r--r-- | _templates/header.html | 11 | ||||
-rw-r--r-- | about.md | 2 |
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> @@ -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> |