Commit | Line | Data |
---|---|---|
7b376474 AB |
1 | <!doctype html> |
2 | <html lang="en"> | |
3 | <head> | |
4 | <meta charset="utf-8" /> | |
5 | <meta name="author" content="bandali" /> | |
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | |
7 | <title>contact information — bandali</title> | |
8 | <link rel="canonical" href="https://bndl.org/contact.html" /> | |
9 | <link rel="alternate" href="bandali-contact.txt" title="plain text" type="text/plain" /> | |
10 | <style> | |
11 | body { | |
12 | line-height: 1.6; | |
13 | max-width: 37.5em; | |
14 | margin: 0 auto; | |
15 | padding: 0 1em; | |
16 | } | |
17 | code { white-space: pre; } | |
18 | @media (prefers-color-scheme: dark) { | |
19 | body { background: #1c1c1c; color: white; } | |
20 | a:link { color: #acdeff; } | |
21 | a:visited { color: #f8f; } | |
22 | a:active { color: #e00; } | |
23 | } | |
24 | </style> | |
25 | </head> | |
26 | <body> | |
27 | <h1><a href=".">bandali</a>'s contact information</h1> | |
28 | ||
29 | <p>Email is by far my preferred method of communication, and you can | |
30 | write to me at bandali@gnu.org. For GPG-encrypted mail, you can use | |
31 | my <a href="bandali-pubkey.txt">public key</a> with the fingerprint | |
32 | <code>BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103</code>. | |
33 | To learn how to send encrypted email, see | |
34 | the <a href="https://emailselfdefense.fsf.org/en/">email | |
35 | self-defense</a> guide by the Free Software Foundation.</p> | |
36 | ||
37 | <p>Besides email, I can also usually be reached via IRC, particularly | |
38 | the <a href="https://libera.chat">libera</a> | |
39 | and <a href="https://www.oftc.net">oftc</a> networks, where I idle | |
40 | as <code>bandali</code>. For other means of communication, please | |
41 | send me an email and we can figure something out if needed.</p> | |
42 | </body> | |
43 | </html> |