Commit | Line | Data |
---|---|---|
505a9419 | 1 | dnl -*- html -*- |
29f0d7b9 | 2 | define(__title, `contact information')dnl |
505a9419 | 3 | define(__slug, `contact')dnl |
c08732dd AB |
4 | include(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 | |
9 | write to me at bandali at gnu dot org. For GPG-encrypted mail, you | |
10 | can use my <a href="bandali-pubkey.txt">public key</a> with the | |
11 | fingerprint | |
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 | |
15 | the <a href="https://freenode.net">freenode</a> and | |
16 | <a href="https://www.oftc.net">oftc</a> networks, where I idle | |
17 | as <code>bandali</code>. For other means of communication, please | |
18 | send me an email and we can figure something out if needed.</p> | |
c08732dd AB |
19 | |
20 | include(footer.html)dnl |