-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name=viewport content="width=device-width, initial-scale=1">
- <meta name="description"
- content="Amin Bandali’s contact information"/>
- <title>Contact - Amin Bandali</title>
- <link rel="stylesheet" href="/style.css" />
- </head>
- <body>
- <header>
- <h1>Amin Bandali’s personal site</h1>
- <span id="sub">
- <a href="/">Home</a> → Contact
- </span>
- </header>
+<!--# include virtual="/common/header.html" -->
+<meta
+ name="description"
+ content="Amin Bandali’s contact information"/>
+<title>Contact - Amin Bandali</title>
+<!--#set var="bpage" value="Contact" -->
+<!--# include virtual="/common/banner.html" -->
+<main>
+ <section>
+ <h2 id="contact">Contact</h2>
+ <p>
+ Email is my preferred method of communication. Feel free to
+ write to me at any of the addresses listed on either of my
+ <a href="/#contact">home</a> or <a href="gpg">gpg</a> pages.
+ Besides email, you could also try reaching me via
+ </p>
- <main>
- <section>
- <h2 id="contact">Contact</h2>
- <p>
- Email is my preferred method of communication. Feel free to
- write to me at my academic or personal address listed on my
- <a href="/#contact">home page</a>. Besides email, you could
- try reaching me via
- </p>
+ <table class="btable">
+ <tbody>
+ <tr>
+ <td>irc</td>
+ <td>
+ <code>bandali</code> on
+ <a href="https://freenode.net">freenode</a> and
+ <a href="https://wiki.mozilla.org/IRC">moznet</a>
+ </td>
+ </tr>
+ <tr>
+ <td>xmpp</td>
+ <td><a href="xmpp:bandali@member.fsf.org">
+ <code>bandali@member.fsf.org</code></a>
+ </td>
+ </tr>
+ <tr>
+ <td>matrix</td>
+ <td><a href="https://matrix.to/#/@bandali:matrix.org">
+ <code>@bandali:matrix.org</code></a>
+ </td>
+ </tr>
+ <tr>
+ <td>fediverse</td>
+ <td><a href="https://pleroma.site/aminb">
+ <code>aminb@pleroma.site</code></a>
+ </td>
+ </tr>
+ </tbody>
+ </table>
- <table class="btable">
- <tbody>
- <tr>
- <td>irc</td>
- <td>
- <code>bandali</code> on
- <a href="https://freenode.net">freenode</a> and
- <a href="https://wiki.mozilla.org/IRC">moznet</a>
- </td>
- </tr>
- <tr>
- <td>xmpp</td>
- <td><a href="xmpp:bandali@member.fsf.org">
- <code>bandali@member.fsf.org</code></a>
- </td>
- </tr>
- <tr>
- <td>matrix</td>
- <td><a href="https://matrix.to/#/@bandali:matrix.org">
- <code>@bandali:matrix.org</code></a>
- </td>
- </tr>
- <tr>
- <td>fediverse</td>
- <td><a href="https://pleroma.site/aminb">
- <code>aminb@pleroma.site</code></a>
- </td>
- </tr>
- </tbody>
- </table>
-
- <p>
- You can also find me at a few other places online. Stricken
- through accounts are those I don’t use anymore, unless
- absolutely necessary.
- </p>
- <ul>
- <li><a href="https://savannah.gnu.org/users/bandali">bandali</a> on Savannah</li>
- <li><a href="https://lobste.rs/u/bandali">bandali</a> on Lobsters</li>
- <li><a href="https://hackage.haskell.org/user/bandali">bandali</a> on Hackage</li>
- <li><a href="https://gitlab.com/bandali">bandali</a> on GitLab</li>
- <li><a href="https://keybase.io/bandali">bandali</a> on Keybase</li>
- <li><a href="https://news.ycombinator.com/user?id=bandali">bandali</a> on HN</li>
- <li><a href="https://www.reddit.com/u/bandali">bandali</a> on reddit</li>
- <li><strike><a href="https://www.reddit.com/u/aminb">aminb</a> on reddit</strike></li>
- <li><strike><a href="https://github.com/aminb">aminb</a> on GitHub</strike></li>
- <li><strike><a href="https://twitter.com/aminban">aminban</a> on Twitter</strike></li>
- </ul>
- </section>
- </main>
- <footer>
- <p>
- Copyright (c) 2018 Amin Bandali<br>
- Verbatim copying and redistribution of this entire page are
- permitted provided this notice is preserved.
- </p>
- </footer>
- </body>
-</html>
+ <p>
+ You can also find me at a few other places online. Stricken
+ through accounts are those I don’t use anymore, unless
+ absolutely necessary.
+ </p>
+ <ul>
+ <li><a href="https://libreplanet.org/wiki/User:Bandali">Bandali</a> on LibrePlanet</li>
+ <li><a href="https://savannah.gnu.org/users/bandali">bandali</a> on Savannah</li>
+ <li><a href="https://git.sr.ht/~bandali">bandali</a> on Sourcehut</li>
+ <li><a href="https://lobste.rs/u/bandali">bandali</a> on Lobsters</li>
+ <li><a href="https://hackage.haskell.org/user/bandali">bandali</a> on Hackage</li>
+ <li><a href="https://gitlab.com/bandali">bandali</a> on GitLab</li>
+ <li><a href="https://keybase.io/bandali">bandali</a> on Keybase</li>
+ <li><a href="https://news.ycombinator.com/user?id=bandali">bandali</a> on HN</li>
+ <li><a href="https://www.reddit.com/u/bandali">bandali</a> on reddit</li>
+ <li><strike><a href="https://www.reddit.com/u/aminb">aminb</a> on reddit</strike></li>
+ <li><strike><a href="https://github.com/aminb">aminb</a> on GitHub</strike></li>
+ <li><strike><a href="https://twitter.com/aminban">aminban</a> on Twitter</strike></li>
+ </ul>
+ </section>
+</main>
+<!--# include virtual="/common/footer.html" -->