revamp the website
[~bandali/bndl.org] / contact.m4
CommitLineData
505a9419 1dnl -*- html -*-
29f0d7b9 2define(__title, `contact information')dnl
505a9419 3define(__slug, `contact')dnl
c08732dd
AB
4include(header.html)dnl
5
4927af92 6<article>
29f0d7b9
AB
7<h1>__title</h1>
8<p>Email is by far my preferred method of communication, and you can
9write to me at bandali at gnu dot org. For GPG-encrypted mail, you
10can use my <a href="bandali-pubkey.txt">public key</a> with the
11fingerprint
12<code>BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103</code>.</p>
13
14<p>Besides email, I can also usually be reached via IRC, particularly
15the <a href="https://freenode.net">freenode</a> and
16<a href="https://www.oftc.net">oftc</a> networks, where I idle
17as <code>bandali</code>. For other means of communication, please
18send me an email and we can figure something out if needed.</p>
c08732dd
AB
19
20include(footer.html)dnl