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