diff options
author | 1337 h4xx0r <1337.h4xx0r@localhost> | 2023-07-30 09:17:37 +0000 |
---|---|---|
committer | 1337 h4xx0r <1337.h4xx0r@localhost> | 2023-07-30 09:17:37 +0000 |
commit | 8e0ed2be90f5763e49b644406ee707f34f096db0 (patch) | |
tree | 2239844917e5d6bf22d1d638c989b626a65805f8 /index.html | |
parent | 7e0c55051c2c07aa7709f768f92f67bb79f3d66e (diff) | |
download | www-8e0ed2be90f5763e49b644406ee707f34f096db0.tar.gz |
Fix contact links
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html index d606c1f..d2d1140 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> <style>#now {font-weight: bold;}</style> - <link rel="me" href="https://social.treehouse.systems/@RunxiYu" /> + <link rel="me" href="https://social.treehouse.systems/@AndrewYu" /> </head> <body> <h1>Runxi Yu</h1> @@ -27,10 +27,10 @@ <li><a href="/microblog/">Microblog</a></li> <li><a href="/contact.html">Contact</a> and Accounts <ul> - <li>Email <code>lareina</code> AT <code>andrewyu</code> DOT <code>org</code></li> + <li>Email <code>runxi</code> AT <code>andrewyu</code> DOT <code>org</code></li> <li><a href="/contact.html#pgp">OpenPGP</a> <a href="https://www.andrewyu.org/pgp/andrew-ecc.asc"><code>ACF28DC0A2E8D76446B33A2D545412166A37189B</code></a></li> - <li>IRC <code>Lareina</code> on <a href="https://libera.chat">Libera.Chat</a> or <code>irc.andrewyu.org</code></li> - <li>Mastodon <a rel="me" href="https://social.treehouse.systems/@RunxiYu"><code>@RunxiYu@social.treehouse.systems</code></a></li> + <li>IRC <code>Harriet</code> on <a href="https://libera.chat">Libera.Chat</a> or <code>irc.andrewyu.org</code></li> + <li>Mastodon <a rel="me" href="https://social.treehouse.systems/@AndrewYu"><code>@AndrewYu@social.treehouse.systems</code></a></li> <li>sr.ht <a href="https://sr.ht/~andrewyu"><code>~andrewyu</code></a></li> <li>GitHub <a href="https://github.com/andrewrunxiyu"><code>@andrewrunxiyu</code></a> (deprecated)</li> </ul> |