summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-05-01 11:30:31 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-05-01 11:30:31 (EDT)
commitf537fe4b155673baf096372c7512e5f74d3da1fc (patch)
treed940c71dccf3548c6f4c21a5ceeeb734ac5f2139
parent3ec20dcde7aec073f2331194b3f90df4b49ba912 (diff)
downloadwww-f537fe4b155673baf096372c7512e5f74d3da1fc.zip
www-f537fe4b155673baf096372c7512e5f74d3da1fc.tar.gz
www-f537fe4b155673baf096372c7512e5f74d3da1fc.tar.bz2
Rewrite contact information. TODO: Finish.
-rwxr-xr-xcontact.html31
1 files changed, 29 insertions, 2 deletions
diff --git a/contact.html b/contact.html
index acb42f3..9994fc3 100755
--- a/contact.html
+++ b/contact.html
@@ -1,7 +1,34 @@
<!--#set var="title" value="Contact" -->
<!--#include file="includes/header.html" -->
<h2>Contact Information</h2>
-<table class="contact">
+<p>
+ The following are ways to contact me, listed in order of my preference.
+</p>
+<h4>In Person</h4>
+<p>
+ I always prefer face-to-face communication over any other medium. If we
+ don't normally cross paths and you would like to meet with me, please
+ coordinate a meeting over some other medium (e.g. e-mail).
+</p>
+<h4>IRC</h4>
+<p>
+ I use the <a href="http://freenode.net/">Freenode</a> and
+ <a href="http://www.oftc.net/oftc/">OFTC</a> IRC networks. You can find me
+ in a channel or query me if you'd like. I generally reply within minutes or
+ hours of contact. However, my IRC client runs 24 hours a day on this server.
+ So even though I'm online, I may be asleep, travelling, or otherwise
+ disconnected from my IRC client. I eventually receive all personal messages,
+ so I should respond sometime within 24 hours.
+</p>
+<h4>E-mail</h4>
+<p>
+ The Simple Mail Transfer Protocol (SMTP) works very well for verbose
+ asynchronous communication. You can reach me at
+ <a href="mailto:pjm@nac.net">&lt;mailto:pjm@nac.net&gt;</a>. Depending on
+ the complexity of queries and my schedule, I usually reply to e-mail
+ messages within a couple of hours or days.
+</p>
+<!-- table class="contact">
<tr>
<th scope="row">
E-mail:
@@ -49,5 +76,5 @@
<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>
+</p -->
<!--#include file="includes/footer.html" -->