summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-03-17 16:44:51 -0400
committerBen Harris <ben@tilde.team>2021-03-17 16:44:51 -0400
commite04f510fd009d23f4d8d4a1f18169505dda700b2 (patch)
treec7e9ee30ff39788410aee486d923ddb2f28985e7
parent6e97aaf9ea201b5d5703bed960eaf59c854561fa (diff)
fix accessibility warnings
-rw-r--r--index.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index b6bcc10..ca18aad 100644
--- a/index.html
+++ b/index.html
@@ -46,7 +46,7 @@
       <h1>i'm a computer person</h1>
       <p>i write code and do stuff on the internet</p>
 
-      <h3>about me</h3>
+      <h2>about me</h2>
       <p>
         i grew up in the upper peninsula of michigan, received a
         bachelor's in computer science from northern michigan university,
@@ -100,7 +100,7 @@
         <li><a href="https://hashbang.sh">hashbang</a></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>
-        <li>this site. you can find the source code <a href="https://tildegit.org/ben/site">here</a>.</li>
+        <li>this site. you can find the <a href="https://tildegit.org/ben/site">source code here</a>.</li>
       </ul>
 
     </section>
@@ -108,7 +108,7 @@
     <section id="contact">
       <h1>contact</h1>
 
-      <h3>chat</h3>
+      <h2>chat</h2>
       <p>
         the best way to get ahold of me is irc (if i'm not around, i'll see it soon™). i'm <code>benharri</code>
         on <a href="https://freenode.net/">freenode</a> and <code>ben</code> on
@@ -119,14 +119,14 @@
       <p>if you don't have an xmpp account, you can register one on my <a href="https://hmm.st">server</a>. there's even
         a <a href="https://hmm.st/converse.html">web chat</a>!</p>
 
-      <h3>email</h3>
+      <h2>email</h2>
       <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>
+      <h2>social media?</h2>
       <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>
+      <h2>resume</h2>
       <p>if you're curious, here's my <a href="https://tildegit.org/ben/resume/raw/branch/master/resume.pdf">resume</a>.</p>
     </section>