redesign and major overhaul
[~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 <meta name="description"
7 content="Amin Bandali&rsquo;s contact information"/>
8 <title>Contact - Amin Bandali</title>
9 <link rel="stylesheet" href="/style.css" />
10 </head>
11 <body>
12 <header>
13 <h1>Amin Bandali&rsquo;s personal site</h1>
14 <span id="sub">
15 <a href="/">Home</a> &rarr; Contact
16 </span>
17 </header>
18
19 <main>
20 <section>
21 <h2 id="contact">Contact</h2>
22 <p>
23 Email is my preferred method of communication. Feel free to
24 write to me at my academic or personal address listed on my
25 <a href="/#contact">home page</a>. Besides email, you could
26 try reaching me via
27 </p>
28
29 <table class="btable">
30 <tbody>
31 <tr>
32 <td>irc</td>
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>
40 <td>xmpp</td>
41 <td><a href="xmpp:bandali@member.fsf.org">
42 <code>bandali@member.fsf.org</code></a>
43 </td>
44 </tr>
45 <tr>
46 <td>matrix</td>
47 <td><a href="https://matrix.to/#/@bandali:matrix.org">
48 <code>@bandali:matrix.org</code></a>
49 </td>
50 </tr>
51 <tr>
52 <td>fediverse</td>
53 <td><a href="https://pleroma.site/aminb">
54 <code>aminb@pleroma.site</code></a>
55 </td>
56 </tr>
57 </tbody>
58 </table>
59
60 <p>
61 You can also find me at a few other places online. Stricken
62 through accounts are those I don&rsquo;t use anymore, unless
63 absolutely necessary.
64 </p>
65 <ul>
66 <li><a href="https://savannah.gnu.org/users/bandali">bandali</a> on Savannah</li>
67 <li><a href="https://lobste.rs/u/bandali">bandali</a> on Lobsters</li>
68 <li><a href="https://hackage.haskell.org/user/bandali">bandali</a> on Hackage</li>
69 <li><a href="https://gitlab.com/bandali">bandali</a> on GitLab</li>
70 <li><a href="https://keybase.io/bandali">bandali</a> on Keybase</li>
71 <li><a href="https://news.ycombinator.com/user?id=bandali">bandali</a> on HN</li>
72 <li><a href="https://www.reddit.com/u/bandali">bandali</a> on reddit</li>
73 <li><strike><a href="https://www.reddit.com/u/aminb">aminb</a> on reddit</strike></li>
74 <li><strike><a href="https://github.com/aminb">aminb</a> on GitHub</strike></li>
75 <li><strike><a href="https://twitter.com/aminban">aminban</a> on Twitter</strike></li>
76 </ul>
77 </section>
78 </main>
79 <footer>
80 <p>
81 Copyright (c) 2018 Amin Bandali<br>
82 Verbatim copying and redistribution of this entire page are
83 permitted provided this notice is preserved.<br>
84 The <a href="https://www.gnu.org/graphics/gnu-inside.html">
85 GNU Inside</a> banner is available under the
86 <a href="https://creativecommons.org/licenses/by-sa/2.0/">
87 Creative Commons Attribution-ShareAlike 2.0 License</a>.
88 </p>
89 <div id="gnu-inside">
90 <a href="https://www.gnu.org">
91 <img src="images/gnu-inside.png"
92 alt="GNU Inside!" title="GNU Inside!"/>
93 </a>
94 </div>
95 </footer>
96 </body>
97 </html>