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