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 | |
parent | 7e0c55051c2c07aa7709f768f92f67bb79f3d66e (diff) | |
download | www-8e0ed2be90f5763e49b644406ee707f34f096db0.tar.gz |
Fix contact links
-rw-r--r-- | contact.html | 6 | ||||
-rw-r--r-- | index.html | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/contact.html b/contact.html index dfcec9f..719c12b 100644 --- a/contact.html +++ b/contact.html @@ -11,9 +11,9 @@ <h1>Contact Runxi Yu</h1> <p>There are many ways to contact me. None of these require proprietary software.</p> <ul> - <li>Electronic mail to <code>lareina</code> AT <code>andrewyu</code> DOT <code>org</code>. (Please sign and encrypt messages if possible. See below.)</li> - <li>Internet Relay Chat to <code>Lareina</code> on <a href="https://libera.chat/">Libera.Chat</a> and <code>irc.andrewyu.org</code>.</li> - <li><a rel="me" href="https://social.treehouse.systems/@RunxiYu"><code>@RunxiYu@social.treehouse.systems</code> on Mastodon</a></li> + <li>Electronic mail to <code>runxi</code> AT <code>andrewyu</code> DOT <code>org</code>. (Please sign and encrypt messages if possible. See below.)</li> + <li>Internet Relay Chat to <code>Harriet</code> on <a href="https://libera.chat/">Libera.Chat</a> and <code>irc.andrewyu.org</code>.</li> + <li><a rel="me" href="https://social.treehouse.systems/@AndrewYu"><code>@AndrewYu@social.treehouse.systems</code> on Mastodon</a></li> <li>Paper mail to <code>Yu, Runxi (Run Xi 于润熙, s22537%29, 1800, Lane 900 North Sanxin Road, Songjiang District, Shanghai, China 201620</code>. (Note that I do not check school mail daily and I can't check it during vacations. Please do not attempt to use OpenPGP encryption or such for paper mail.)</li> </ul> <p><a href="/note/wechat.html">Please do not contact me via WeChat. (Same for other proprietary stuff like Discord.)</a><br /><a href="/note/social-media.html">I do not use modern ``social media'' like Twitter or Weibo, here's why.</a><br /><a href="/note/comms.html">Please follow these communication guidelines when applicable.</a><br /><a href="/school/contact.html">If you are a student of YK Pao School and would like to contact me for school-related purposes, use this.</a></p> 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> |