-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
91 lines (75 loc) · 2.33 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link
rel="stylesheet"
href="/styles.1b8b925727a47aa0b397d2326344c60a14f98d348ccd63b9047f3a72456552ad.css"
type="text/css"
/>
<link
rel="icon"
href="/favicon.1d9d66e8e0f6f92db8c49e54f947c1f74da9a1a71ab0a0749fb43679df437515.svg"
type="image/svg+xml"
/>
<link rel="canonical" href="https://www.anthes.is/contact.html"/>
<title>How to contact me</title>
<meta name="description" content=
"Here are my contact details. Ask questions, voice concerns, or
simply say hello. Please use GPG to encrypt mail if possible."
/>
<meta name="color-scheme" content="light dark"/>
<link rel="alternate" type="application/atom+xml" href="/rss.xml"/>
</head>
<body>
<header>
<nav class="navbar">
<ul>
<li><a href="/" hreflang="en">Home</a></li>
<li><a href="/contact.html" hreflang="en">Contact</a></li>
<li><a href="/src.html" hreflang="en">Source code</a></li>
</ul>
</nav>
</header>
<main>
<h1 id="how-to-contact-me">How to contact me</h1>
<p>
Last updated: <time datetime="2024-08-19">August 19th, 2024</time>
</p>
<section>
<h2 id="email">Email</h2>
<p>
My email address is stored here in plaintext. I avoid
linking to it directly as a basic form of spam
mitigation (otherwise it's too easy for the average bot to scrape
the page contents and try to send me unwanted emails).
</p>
<pre>https://www DOT anthes DOT is/0rxTr6MI48.txt</pre>
<section>
<h3 id="public-gpg-key">My public GPG key</h2>
<p>
I prefer to receive email encrypted with
<a href="https://www.gnupg.org/" title="GNU Privacy Guard">
GPG</a>
when possible so that the contents are
kept private. But you can send unencrypted
email to me as well.
</p>
<p>
Here is the fingerprint for
<a href="/pubkeys/eurydice.asc">my public key</a> in the
event that you know how to use GPG and want to send
me an encrypted email.
</p>
<pre>9096 5AE1 20F8 E848 979D EA48 5367 0DEB CF37 5780</pre>
<p>
Also, please
remember to attach your public key so that I can send an
encrypted reply.
</p>
</section>
</section>
</main>
</body>
</html>