Commit | Line | Data |
---|---|---|
505a9419 AB |
1 | dnl -*- html -*- |
2 | define(__title, `Contact Information')dnl | |
3 | define(__slug, `contact')dnl | |
4 | include(header.html) | |
4927af92 AB |
5 | <article> |
6 | <h1>Contact information</h1> | |
7 | <p>Email is by far my preferred method of communication. I may be | |
8 | contacted at any of the following addresses (choose the one most | |
9 | closely related):</p> | |
10 | ||
11 | <ul> | |
12 | <li>bandali@gnu.org</li> | |
13 | <li>bandali@uwaterloo.ca</li> | |
14 | <li>bandali@csclub.uwaterloo.ca</li> | |
15 | </ul> | |
16 | ||
17 | <p>If you want to send me GPG-encrypted mail, you can use my | |
18 | <a href="bandali-pubkey.txt">public key</a> with the | |
19 | fingerprint <code>BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103</code>.</p> | |
20 | ||
21 | <table> | |
22 | <tbody> | |
23 | <tr> | |
24 | <td>IRC</td> | |
25 | <td>bandali on <a href="//freenode.net">freenode</a> and | |
26 | <a href="//www.oftc.net">oftc</a></td> | |
27 | </tr> | |
28 | ||
29 | <tr> | |
30 | <td>XMPP</td> | |
31 | <td><a href="xmpp:bandali@member.fsf.org">bandali@member.fsf.org</a></td> | |
32 | </tr> | |
33 | ||
34 | <tr> | |
35 | <td>Matrix</td> | |
36 | <td><a href="//matrix.to/#/@bandali:matrix.org">@bandali:matrix.org</a></td> | |
37 | </tr> | |
38 | ||
39 | <tr> | |
40 | <td>Fediverse</td> | |
41 | <td><a href="//pleroma.site/bandali">@bandali@pleroma.site</a></td> | |
42 | </tr> | |
43 | </tbody> | |
44 | </table> | |
45 | ||
46 | <h2>Elsewhere</h2> | |
47 | <p>You may also find me at a few other places online. Stricken | |
48 | through accounts are those I don't use anymore, unless absolutely | |
49 | necessary.</p> | |
50 | ||
51 | <ul> | |
52 | <li><a href="//savannah.gnu.org/users/bandali">bandali</a> on GNU Savannah</li> | |
53 | <li><a href="//libreplanet.org/wiki/User:Bandali">bandali</a> on LibrePlanet</li> | |
54 | <li><a href="//emacsconf.org/bandali">bandali</a> on EmacsConf</li> | |
55 | <li><a href="//git.sr.ht/~bandali">bandali</a> on Sourcehut</li> | |
56 | <li><a href="//gitlab.com/bandali">bandali</a> on GitLab</li> | |
57 | <li><a href="//lobste.rs/u/bandali">bandali</a> on Lobsters</li> | |
58 | <li><a href="//hackage.haskell.org/user/bandali">bandali</a> on Hackage</li> | |
59 | <li><a href="//news.ycombinator.com/user?id=bandali">bandali</a> on HN</li> | |
60 | <li><a href="//www.reddit.com/u/bandali">bandali</a> on reddit</li> | |
61 | <li><del><a href="//github.com/notbandali">notbandali</a> on GitHub</del></li> | |
62 | <li><del><a href="//twitter.com/notbandali">notbandali</a> on Twitter</del></li> | |
63 | </ul> | |
64 | </article> | |
505a9419 | 65 | include(footer.html) |