diff options
Diffstat (limited to 'about')
| -rw-r--r-- | about/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/about/index.html b/about/index.html index 9b58299..71a8cd0 100644 --- a/about/index.html +++ b/about/index.html @@ -14,10 +14,10 @@ <h1 class="brand"><a href="../index.html">~tjp<span class="cur"> $_</span></a></h1> <nav class="main"> <a href="../weblog/index.html">weblog</a> - <a href="../notes/index.html">notes</a> + <!-- <a href="../notes/index.html">notes</a> --> <a href="../projects/index.html">projects</a> <a href="../about/index.html" aria-current="page">about</a> - <a href="../feed.xml">rss</a> + <a href="../feed.xml">feed</a> </nav> </header> @@ -28,7 +28,7 @@ </div> <div class="note-body"> <p>I'm tjp — an elder-millennial software engineer living in Salt Lake City, Utah. I write mostly Python, spend too long in the terminal, and care about software that's small, legible, and built to last.</p> - <p>This site is where I keep my <a href="../weblog/index.html">writing</a> and a public cut of my <a href="../notes/index.html">notes</a>. If you want to reach me, <a href="mailto:t@tjp.lol">t@tjp.lol</a> is the best way.</p> + <p>This site is where I keep my <a href="../weblog/index.html">writing</a>. If you want to reach me, <a href="mailto:t@tjp.lol">t@tjp.lol</a> is the best way.</p> <h2>Elsewhere</h2> <ul> @@ -57,10 +57,10 @@ </main> <footer> - <div class="ring"> + <!-- <div class="ring"> <span>webring:</span> <a href="#">← prev</a><a href="#">rand</a><a href="#">next →</a> - </div> + </div> --> <p>hand-written in slc · ©2026 tjp · <a href="../feed.xml">feed</a></p> </footer> |
