summary refs log tree commit diff stats
path: root/contact.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-08-27 23:15:43 +0800
committerAndrew Yu <andrew@andrewyu.org>2022-08-27 23:15:43 +0800
commit713874731dc2b84df5866edacb0b65eb1331985a (patch)
treea64380b5c8f56306a56b20f4e43ebc5d5b01e1f3 /contact.html
parent42c30cf45a3fa025f1586fce6f3dbd1ed009eab3 (diff)
downloadwww-713874731dc2b84df5866edacb0b65eb1331985a.tar.gz
sleep 10h; commitpush
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000..16962e3
--- /dev/null
+++ b/contact.html
@@ -0,0 +1,36 @@
+
+<!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 Andrew Yu</title>
+		<link rel="stylesheet" href="/plain.css" />
+		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+		<meta charset="utf-8" />
+	</head>
+	<body class="indent">
+		<h1>Contact Andrew Yu</h1>
+		<p>There are many ways to contact me.  None of these require proprietary software.</p>
+		<ul>
+			<li>Talk to me in real life.</li>
+			<li>Paper mail.  (I cannot provide my home address to the general public.)</li>
+			<li>Electronic mail to <code>andrew</code> AT <code>andrewyu</code> DOT <code>org</code>.</li>
+			<li>Internet Relay Chat: <code>Andrew</code> on <a href="https://libera.chat/">Libera Chat</a> and <a href="https://irc.andrewyu.org/">LibreIRC</a>.</li>
+			<li>Matrix: <code>@libreirc_Andrew:vern.cc</code> and <code>@Andrew:libera.chat</code>.  May occasionally fail.</li>
+		</ul>
+		<p><a href="/note/wechat.html">Do not contact me via WeChat.</a></p>
+		<p><a href="/note/social-media.html">I do not use social media.</a></p>
+		<h2 id="pgp">OpenPGP</h3>
+		<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://www.andrewyu.org/pgp/andrew-ecc.asc">My ECC key</a> (recommended)</li>
+			<li><a href="https://www.andrewyu.org/pgp/andrew.asc">My RSA key</a></li>
+			<li><a href="https://www.andrewyu.org/pgp/allkeys.asc">My keyring of friends</a></li>
+		</ul>
+		<p>In order to verify the authenticity of the key, check if you've actually downloaded these keys from <code>andrewyu.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="/">Andrew Yu's Website</a></p>
+		</div>
+	</body>
+</html>