diff options
author | Alan Pearce | 2023-11-10 12:35:22 +0100 |
---|---|---|
committer | Alan Pearce | 2023-11-10 12:48:10 +0100 |
commit | 95e3c528594f6137d7d8310c8e4231283c35933b (patch) | |
tree | 70dd3e8ba5c1da9f570d842d41b5cc5cb80ddfd7 /templates | |
parent | 9803beaca39fbccd38ab3a461a5e29d6e6d45c47 (diff) | |
download | website-95e3c528594f6137d7d8310c8e4231283c35933b.tar.lz website-95e3c528594f6137d7d8310c8e4231283c35933b.tar.zst website-95e3c528594f6137d7d8310c8e4231283c35933b.zip |
Template "elsewhere on the internet" links
Diffstat (limited to 'templates')
-rw-r--r-- | templates/homepage.html | 34 |
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> |