diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-25 18:11:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-25 18:11:56 (EDT) |
commit | e75ee5893e92f358389935b8f98995bbf2cca58e (patch) | |
tree | 3d31a84aea61e39b5daa715ddfaba2e3dcc3fe4d | |
parent | ff1278852c53e7ff44e5598ae633ea2d29b68c0a (diff) | |
download | www-e75ee5893e92f358389935b8f98995bbf2cca58e.zip www-e75ee5893e92f358389935b8f98995bbf2cca58e.tar.gz www-e75ee5893e92f358389935b8f98995bbf2cca58e.tar.bz2 |
contact.mdwn: New file.
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | contact.mdwn | 60 |
2 files changed, 62 insertions, 1 deletions
@@ -15,7 +15,8 @@ srcs = \ essays/social-networking.mdwn \ guides/shell-workshop/index.mdwn \ guides/index.mdwn \ - server.mdwn + server.mdwn \ + contact.mdwn objs = $(srcs:.mdwn=.html) .SUFFIXES: diff --git a/contact.mdwn b/contact.mdwn new file mode 100644 index 0000000..ecb7cd3 --- /dev/null +++ b/contact.mdwn @@ -0,0 +1,60 @@ +<!--#set var="title" value="Contact" --> +<!--#include virtual="/includes/header.html" --> + +Contact Information +=================== + +The following are ways to contact me, listed in order of my preference. + +In Person +--------- + +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). + +IRC +--- + +I use the [Freenode](http://freenode.net/) and [OFTC](http://www.oftc.net/oftc/) +IRC networks. My nick on both is "pehjota". 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. + +E-mail +------ + +The Simple Mail Transfer Protocol (SMTP) works very well for verbose +asynchronous communication. You can reach me at <<mailto:pjm@nac.net>>. +Depending on the complexity of queries and my schedule, I usually reply to +e-mail messages within a couple of hours or days. + +Microblogging +------------- + +You can also find me using the free and federated StatusNet microblogging +software. My profile is at <<http://identi.ca/pehjota>>. + +SMS/MMS and Voice +----------------- + +I have a mobile phone and use it to send and receive SMS ("text") messages, MMS +("picture") messages, and voice calls. I don't publish my phone number, but I +may provide it on request. + +I often find phone calls rather distracting, especially while working. I do +submit, however, that they are useful and often time-saving for collaborative +work, personal arrangements, and business communications. + +XMPP/Jabber +----------- + +My JID is <[xmpp:PehJota@jabber.org](xmpp:PehJota@jabber.org)>, 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. + +<!--#include file="includes/footer.html" --> |