update se212-f19 page and files
[~bandali/bndl.org] / contact.m4
CommitLineData
505a9419
AB
1dnl -*- html -*-
2define(__title, `Contact Information')dnl
3define(__slug, `contact')dnl
4include(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
8contacted at any of the following addresses (choose the one most
9closely 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
19fingerprint&nbsp;<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
48through accounts are those I don't use anymore, unless absolutely
49necessary.</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 65include(footer.html)