diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 15:55:07 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 15:55:07 (EDT) |
commit | f4936dd05b841ca64c19c64b88ec6d5b6c2c6442 (patch) | |
tree | 035943eacfbc49d909f6d0ae52c788d6a99db1ac /contact.html | |
parent | 67c233e9cd532a2e839fd1b13c4bbee2f342c804 (diff) | |
download | www-f4936dd05b841ca64c19c64b88ec6d5b6c2c6442.zip www-f4936dd05b841ca64c19c64b88ec6d5b6c2c6442.tar.gz www-f4936dd05b841ca64c19c64b88ec6d5b6c2c6442.tar.bz2 |
Add 'contact.html'.
Diffstat (limited to 'contact.html')
-rwxr-xr-x | contact.html | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contact.html b/contact.html new file mode 100755 index 0000000..e4bd6e4 --- /dev/null +++ b/contact.html @@ -0,0 +1,38 @@ +<!--#include file="includes/header.html" --> + <h2>Contact Information</h2> + <dl> + <dt> + E-mail + </dt> + <dd> + You can reach me at + <a href="mailto:pjm@nac.net"><mailto:pjm@nac.net></a>. + I try to respond to messages within a few days, depending on + my schedule and priorities. + </dd> + <dt> + IRC + </dt> + <dd> + I use <a href="http://freenode.net/">the Freenode IRC + network</a>, where my nickname is "pehjota". If you need to, + you can query me there. I leave my client connected all the + time, and I'm often away from my workstation, so I might not + reply for at least a few hours. + </dd> + <dt> + XMPP/Jabber + </dt> + <dd> + I have an XMPP ID, but I rarely have my XMPP client running + as few people contact me this way. If you'd like to talk to + me over XMPP, you should first let me know via some other + communication medium. + </dd> + </dl> + <p> + Note that I only use standardized protocols for communication. I + only use client software that respects my freedom as a computer + user, as should you. + </p> +<!--#include file="includes/footer.html" --> |