about summary refs log tree commit diff stats
path: root/templates/homepage.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/homepage.html')
-rw-r--r--templates/homepage.html34
1 files changed, 4 insertions, 30 deletions
diff --git a/templates/homepage.html b/templates/homepage.html
index 1138e04..5004340 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -44,39 +44,13 @@
       </section>
       <section>
         <h2>Elsewhere on the Internet</h2>
-        <ul>
+        <ul class="elsewhere">
           <li>
-            <a class="u-email" rel="me" href="mailto:alan@alanpearce.eu"
-              >alan@alanpearce.eu</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://codeberg.org/alanpearce/"
-              >Codeberg</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://github.com/alanpearce/"
-              >GitHub</a
-            >
-          </li>
-          <li>
-            <a class="u-url" rel="me" href="https://gitlab.com/alanpearce/"
-              >GitLab</a
-            >
-          </li>
+            <a class="u-email" rel="me" href="mailto:user@example.com"
+            >user@example.com</a></li>
           <li>
-            <a class="u-url" rel="me" href="https://ieji.de/@alanpearce"
-              >Mastodon</a
-            >
+            <a class="u-url" rel="me" href="http://example.com">Example</a>
           </li>
-          <li>
-            <a
-              class="u-url"
-              rel="me"
-              href="https://bsky.app/profile/alanpearce.eu"
-              >Bluesky</a
-            >
           </li>
         </ul>
       </section>