about summary refs log tree commit diff stats
path: root/templates/homepage.html
diff options
context:
space:
mode:
authorAlan Pearce2023-11-10 12:35:22 +0100
committerAlan Pearce2023-11-10 12:48:10 +0100
commit95e3c528594f6137d7d8310c8e4231283c35933b (patch)
tree70dd3e8ba5c1da9f570d842d41b5cc5cb80ddfd7 /templates/homepage.html
parent9803beaca39fbccd38ab3a461a5e29d6e6d45c47 (diff)
downloadwebsite-95e3c528594f6137d7d8310c8e4231283c35933b.tar.lz
website-95e3c528594f6137d7d8310c8e4231283c35933b.tar.zst
website-95e3c528594f6137d7d8310c8e4231283c35933b.zip
Template "elsewhere on the internet" links
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>