summary refs log tree commit diff
path: root/index.html
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-15 14:36:23 -0500
committerBen Harris <ben@tilde.team>2020-12-15 14:36:23 -0500
commit31abcf84e759aeb3e2384c6b82e6147d2579bf15 (patch)
treeecaf36aafc8cafe26f96cfb0ef3cbcf3f5656d65 /index.html
parent3e85a971d1bc6cef859b66198bee05058e313cba (diff)
tidy external link decorations
Diffstat (limited to 'index.html')
-rw-r--r--index.html15
1 files changed, 10 insertions, 5 deletions
diff --git a/index.html b/index.html
index e124255..bb08527 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,6 @@
       <a href="#now">now</a>
       <a href="#contact">contact me</a>
       <a href="https://tilde.team/~ben/">tilde page</a>
-      <a href="https://tildegit.org/ben/resume/raw/branch/master/resume.pdf">resume</a>
     </nav>
   </header>
 
@@ -96,8 +95,8 @@
         <li><a href="https://tildeverse.org">the tildeverse</a></li>
         <li>the original <a href="https://tilde.club"><em>tilde</em></a>, reborn</li>
         <li><a href="https://hashbang.sh">hashbang</a></li>
-        <li>some random projects on my <a href="https://tildegit.org/ben">tildegit account</a></li>
-        <li>also <a href="https://github.com/benharri">github</a> but i don't publish everything there</li>
+        <li>some random projects on my <a href="https://tildegit.org/ben" rel="me">tildegit account</a></li>
+        <li>also <a href="https://github.com/benharri" rel="me">github</a> but i don't publish everything there</li>
       </ul>
 
     </section>
@@ -117,11 +116,17 @@
         a <a href="https://hmm.st/converse.html">web chat</a>!</p>
 
       <h3>email</h3>
-      <p>i have too many email addresses (eg <code>*@bhh.sh</code>), but i mainly use <a href="mailto:ben@tilde.team">ben@tilde.team</a> or <a href="mailto:mail@benharr.is">mail@benharr.is</a>.
+      <p>i have too many email addresses (eg <code>*@bhh.sh</code>), but i mainly use <a href="mailto:ben@tilde.team" rel="me">ben@tilde.team</a> or <a href="mailto:mail@benharr.is" rel="me">mail@benharr.is</a>.
         if you use gpg, make sure to use my tilde.team address. here's <a href="/benharri.asc">my pubkey</a>.</p>
+
+      <h3>social media?</h3>
+      <p>i'm on <a href="https://twitter.com/nebsirrah" rel="me">twitter</a> and <a href="https://tilde.zone/@ben" rel="me">mastodon</a>, but i try not to check them all that much.</p>
+
+      <h3>resume</h3>
+      <p>if you're curious, here's my <a href="https://tildegit.org/ben/resume/raw/branch/master/resume.pdf">resume</a>.</p>
     </section>
 
   </main>
 </body>
 
-</html>
\ No newline at end of file
+</html>