diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-03 21:54:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-03 21:54:25 (EDT) |
commit | eec3ba363d95ddeae44e12df05637e3e6ebabddd (patch) | |
tree | d2823e5c6f175a75f4b0b2b5d4563158904cd19f /contact.html | |
parent | b0fb67512b0c30e00d5b1837c92a029c2b0e2b4b (diff) | |
download | www-eec3ba363d95ddeae44e12df05637e3e6ebabddd.zip www-eec3ba363d95ddeae44e12df05637e3e6ebabddd.tar.gz www-eec3ba363d95ddeae44e12df05637e3e6ebabddd.tar.bz2 |
Decrease indent in body files.
Diffstat (limited to 'contact.html')
-rwxr-xr-x | contact.html | 101 |
1 files changed, 50 insertions, 51 deletions
diff --git a/contact.html b/contact.html index a6c26a2..acb42f3 100755 --- a/contact.html +++ b/contact.html @@ -1,54 +1,53 @@ <!--#set var="title" value="Contact" --> <!--#include file="includes/header.html" --> - <h2>Contact Information</h2> - <table class="contact"> - <tr> - <th scope="row"> - E-mail: - </th> - <td> - 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. - </td> - </tr> - <tr> - <th scope="row"> - IRC: - </th> - <td> - 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. - </td> - </tr> - <tr> - <th scope="row"> - XMPP/Jabber: - </th> - <td> - 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. - </td> - </tr> - <tr> - <th scope="row"> - Microblogging: - </th> - <td> - You can also find me using the free and federated - StatusNet microblogging software. My profile is at - <a href="http://identi.ca/pehjota"><http://identi.ca/pehjota></a>. - </td> - </table> - <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> +<h2>Contact Information</h2> +<table class="contact"> + <tr> + <th scope="row"> + E-mail: + </th> + <td> + 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. + </td> + </tr> + <tr> + <th scope="row"> + IRC: + </th> + <td> + 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. + </td> + </tr> + <tr> + <th scope="row"> + XMPP/Jabber: + </th> + <td> + My JID is + <a href="xmpp:PehJota@jabber.org"><xmpp:PehJota@jabber.org></a>, + 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. + </td> + </tr> + <tr> + <th scope="row"> + Microblogging: + </th> + <td> + You can also find me using the free and federated StatusNet + microblogging software. My profile is at + <a href="http://identi.ca/pehjota"><http://identi.ca/pehjota></a>. + </td> +</table> +<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" --> |