convert the site back into hand-written html
[~bandali/bndl.org] / contact.html
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1"/>
6 <title>Contact Information &mdash; Amin Bandali</title>
7 <link rel="icon" href="/gnu.ico"/>
8 <link rel="stylesheet" href="/style.css"/>
9 </head>
10 <body>
11 <header>
12 <strong><a href="/">Amin Bandali</a>'s Personal Site</strong>
13 </header>
14 <nav>
15 <ul>
16 <li><a href="/#papers">Publications</a></li>
17 <li><a href="/#projects">Projects</a></li>
18 <li><a href="/#notes">Notes</a></li>
19 <li><a href="/cv" title="curriculum vitae">CV</a></li>
20 <li><a href="/contact">Contact</a></li>
21 </ul>
22 </nav>
23 <main>
24 <article>
25 <h1>Contact information</h1>
26 <p>Email is by far my preferred method of communication. I may be
27 contacted at any of the following addresses (choose the one most
28 closely related):</p>
29
30 <ul>
31 <li>bandali@gnu.org</li>
32 <li>bandali@uwaterloo.ca</li>
33 <li>bandali@csclub.uwaterloo.ca</li>
34 </ul>
35
36 <p>If you want to send me GPG-encrypted mail, you can use my
37 <a href="bandali-pubkey.txt">public key</a> with the
38 fingerprint&nbsp;<code>BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103</code>.</p>
39
40 <table>
41 <tbody>
42 <tr>
43 <td>IRC</td>
44 <td>bandali on <a href="//freenode.net">freenode</a> and
45 <a href="//www.oftc.net">oftc</a></td>
46 </tr>
47
48 <tr>
49 <td>XMPP</td>
50 <td><a href="xmpp:bandali@member.fsf.org">bandali@member.fsf.org</a></td>
51 </tr>
52
53 <tr>
54 <td>Matrix</td>
55 <td><a href="//matrix.to/#/@bandali:matrix.org">@bandali:matrix.org</a></td>
56 </tr>
57
58 <tr>
59 <td>Fediverse</td>
60 <td><a href="//pleroma.site/bandali">@bandali@pleroma.site</a></td>
61 </tr>
62 </tbody>
63 </table>
64
65 <h2>Elsewhere</h2>
66 <p>You may also find me at a few other places online. Stricken
67 through accounts are those I don't use anymore, unless absolutely
68 necessary.</p>
69
70 <ul>
71 <li><a href="//savannah.gnu.org/users/bandali">bandali</a> on GNU Savannah</li>
72 <li><a href="//libreplanet.org/wiki/User:Bandali">bandali</a> on LibrePlanet</li>
73 <li><a href="//emacsconf.org/bandali">bandali</a> on EmacsConf</li>
74 <li><a href="//git.sr.ht/~bandali">bandali</a> on Sourcehut</li>
75 <li><a href="//gitlab.com/bandali">bandali</a> on GitLab</li>
76 <li><a href="//lobste.rs/u/bandali">bandali</a> on Lobsters</li>
77 <li><a href="//hackage.haskell.org/user/bandali">bandali</a> on Hackage</li>
78 <li><a href="//news.ycombinator.com/user?id=bandali">bandali</a> on HN</li>
79 <li><a href="//www.reddit.com/u/bandali">bandali</a> on reddit</li>
80 <li><del><a href="//github.com/notbandali">notbandali</a> on GitHub</del></li>
81 <li><del><a href="//twitter.com/notbandali">notbandali</a> on Twitter</del></li>
82 </ul>
83 </article>
84 </main>
85 <footer>
86 <p>Copyright &copy; 2020 Amin Bandali. See the
87 <a href="/license">license conditions</a>. Please copy and share.</p>
88 </footer>
89 </body>
90 </html>