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