diff options
author | Runxi Yu <me@runxiyu.org> | 2024-05-04 11:50:12 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-05-04 11:50:12 +0800 |
commit | f7a54e5907fde4408f4984ec2ddd0ffe62204d7d (patch) | |
tree | 6a7fee3285121ad6a487807122e5f64a9dc9e4ec /contact.html | |
parent | 75637c555e5cd6b96687ad79e78883c94df28bc0 (diff) | |
download | www-f7a54e5907fde4408f4984ec2ddd0ffe62204d7d.tar.gz |
A multitude of migration-related changes
Diffstat (limited to 'contact.html')
-rw-r--r-- | contact.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/contact.html b/contact.html deleted file mode 100644 index 5daec8d..0000000 --- a/contact.html +++ /dev/null @@ -1,33 +0,0 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> - <head> - <title>Contact Runxi Yu</title> - <link rel="stylesheet" href="/style.css" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> - <meta charset="utf-8" /> - </head> - <body class="indent"> - <h1>Contact Runxi Yu</h1> - <p>There are many ways to contact me. None of these require proprietary software.</p> - <ul> - <li id="email">Electronic mail to <code>me</code> AT <code>runxiyu</code> DOT <code>org</code>. (Please sign and encrypt messages if possible. See below.)</li> - <li id="irc">Internet Relay Chat to <code>runxiyu</code> on <a href="https://libera.chat/">Libera.Chat</a> and <code>irc.runxiyu.org</code>.</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> - <h2 id="pgp">OpenPGP</h2> - <p>If you have no idea what these mean, read <a href="https://emailselfdefense.org/">the Email Self Defense tutorial</a>.</p> - <p>Usually, electronic mail that I send are signed with my OpenPGP key. Please use OpenPGP when contacting me through electronic mail. The following are available.</p> - <ul> - <li><a href="https://runxiyu.org/runxiyu.asc">My ED448 key</a> (recommended)</li> - </ul> - <p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>runxiyu.org</code>, and also check the fingerprints with me elsewhere (email, IRC, in real life, etc) before trusting or signing it.</p> - <p>Once confirmed, please sign and share my key in order to build the OpenPGP Web of Trust.</p> - <div id="footer"> - <hr /> - <p><a href="/">Runxi Yu's Website</a></p> - <p>Unless otherwise specified with the "<span class="copyright">copyright</span>" HTML/CSS class, works hosted on this subdomain (<code>runxiyu.org</code>) served with the HTTP(S) protocol is available under <a href="https://runxiyu.org/note/pubdom.html">Runxi Yu's Public Domain Dedication</a>.</p> - </div> - </body> -</html> |