Commit | Line | Data |
---|---|---|
ef72be3e AB |
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" /> | |
ff620ce6 | 6 | <title>Contact Information | Amin Bandali</title> |
ef72be3e AB |
7 | <meta |
8 | name="description" | |
1c986cd7 | 9 | content="Amin Bandali's contact information" /> |
ef72be3e AB |
10 | <link rel="stylesheet" href="/style.css" /> |
11 | </head> | |
12 | <body> | |
ff620ce6 | 13 | <nav><a href="/">bandali.eu.org</a> / contact.html</nav> |
9998ccd0 | 14 | <main> |
ff620ce6 AB |
15 | <h1>Contact information</h1> |
16 | <p> | |
17 | Email is by far my preferred method of communication. I may | |
18 | be contacted at any of the following addresses (choose the | |
19 | most closely related): | |
cb742bb6 | 20 | |
ef72be3e | 21 | <ul> |
ff620ce6 AB |
22 | <li>bandali@gnu.org</li> |
23 | <li>bandali@uwaterloo.ca</li> | |
24 | <li>bandali@csclub.uwaterloo.ca</li> | |
ef72be3e | 25 | </ul> |
ff620ce6 AB |
26 | |
27 | If you want to send me GPG-encrypted mail, you can use my | |
28 | <a href="bandali-pubkey.txt">public key</a> with the | |
29 | fingerprint | |
30 | <code>BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103</code>. | |
31 | </p> | |
32 | ||
33 | <table> | |
34 | <tbody> | |
35 | <tr> | |
36 | <td>IRC</td> | |
37 | <td> | |
38 | bandali on | |
39 | <a href="https://freenode.net">freenode</a> and | |
40 | <a href="https://wiki.mozilla.org/IRC">moznet</a> | |
41 | </td> | |
42 | </tr> | |
43 | <tr> | |
44 | <td>XMPP</td> | |
45 | <td> | |
46 | <a href="xmpp:bandali@member.fsf.org"> | |
47 | bandali@member.fsf.org</a> | |
48 | </td> | |
49 | </tr> | |
50 | <tr> | |
51 | <td>Matrix</td> | |
52 | <td><a href="https://matrix.to/#/@bandali:matrix.org"> | |
53 | @bandali:matrix.org</a> | |
54 | </td> | |
55 | </tr> | |
56 | <tr> | |
57 | <td>Fediverse</td> | |
58 | <td><a href="https://pleroma.site/bandali"> | |
59 | @bandali@pleroma.site</a> | |
60 | </td> | |
61 | </tr> | |
62 | </tbody> | |
63 | </table> | |
64 | ||
65 | <h3>Elsewhere</h3> | |
66 | <p> | |
67 | You may also find me at a few other places online. Stricken | |
68 | through accounts are those I don’t use anymore, unless | |
69 | absolutely necessary. | |
70 | </p> | |
71 | <ul> | |
72 | <li><a href="https://libreplanet.org/wiki/User:Bandali">bandali</a> on LibrePlanet</li> | |
73 | <li><a href="https://emacsconf.org/bandali">bandali</a> on EmacsConf</li> | |
74 | <li><a href="https://savannah.gnu.org/users/bandali">bandali</a> on Savannah</li> | |
75 | <li><a href="https://git.sr.ht/~bandali">bandali</a> on SourceHut</li> | |
76 | <li><a href="https://lobste.rs/u/bandali">bandali</a> on Lobsters</li> | |
77 | <li><a href="https://hackage.haskell.org/user/bandali">bandali</a> on Hackage</li> | |
78 | <li><a href="https://gitlab.com/bandali">bandali</a> on GitLab</li> | |
79 | <li><a href="https://news.ycombinator.com/user?id=bandali">bandali</a> on HN</li> | |
80 | <li><a href="https://www.reddit.com/u/bandali">bandali</a> on reddit</li> | |
81 | <li><del><a href="https://github.com/bandali0">bandali0</a> on GitHub</del></li> | |
82 | <li><del><a href="https://twitter.com/bandali0">bandali0</a> on Twitter</del></li> | |
83 | </ul> | |
9998ccd0 | 84 | </main> |
ef72be3e AB |
85 | </body> |
86 | </html> |