diff options
-rwxr-xr-x | contact.html | 101 | ||||
-rwxr-xr-x | index.html | 34 | ||||
-rwxr-xr-x | terms.html | 28 |
3 files changed, 81 insertions, 82 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" --> @@ -1,20 +1,20 @@ <!--#set var="title" value="" --> <!--#include file="includes/header.html" --> - <img src="oponop-portrait-1x1-right-240x240.png" alt="P. J. McDermott" class="photo"> - <p> - Watch this space. It performs tricks every hour, on the - hour, except on Tuesdays. - </p> - <p> - It should be quite obvious that my name is P. J. - M<span class="super">c</span>Dermott and that this is my - personal Web site. - </p> - <p> - I enjoy designing and writing software and listening to freely- - and semi-freely-licensed heavy metal music. - </p> - <p> - This is not a sentence. - </p> +<img src="oponop-portrait-1x1-right-240x240.png" alt="P. J. McDermott" class="photo"> +<p> + Watch this space. It performs tricks every hour, on the + hour, except on Tuesdays. +</p> +<p> + It should be quite obvious that my name is P. J. + M<span class="super">c</span>Dermott and that this is my + personal Web site. +</p> +<p> + I enjoy designing and writing software and listening to freely- + and semi-freely-licensed heavy metal music. +</p> +<p> + This is not a sentence. +</p> <!--#include file="includes/footer.html" --> @@ -1,17 +1,17 @@ <!--#set var="title" value="Terms of Service" --> <!--#include file="includes/header.html" --> - <h2>Terms of Service</h2> - <p> - The following terms and conditions govern your use of this Web - site. By using this Web site, you agree to be bound by the terms - and conditions of this agreement. - </p> - <p> - <strong>1. Affirmation terms.</strong> - You agree that the statements made in section 2 below are true. - </p> - <p> - <strong>2. Denial terms.</strong> - You agree that the statements made in section 1 above are false. - </p> +<h2>Terms of Service</h2> +<p> + The following terms and conditions govern your use of this Web site. By + using this Web site, you agree to be bound by the terms and conditions of + this agreement. +</p> +<p> + <strong>1. Affirmation terms.</strong> + You agree that the statements made in section 2 below are true. +</p> +<p> + <strong>2. Denial terms.</strong> + You agree that the statements made in section 1 above are false. +</p> <!--#include file="includes/footer.html" --> |