Initial commit.
[www.git] / about.shtml
1 <!--#include virtual="/doctype.txt"-->
2 <html>
3
4 <!--#include virtual="/head.shtml"-->
5
6 <body>
7
8 <!--#include virtual="/header.shtml"-->
9
10 <!--#include virtual="/navigation.shtml"-->
11
12 <div id="content">
13   <h2>
14     About Me
15   </h2>
16   <p>
17     I am Steven McDonald, a <a
18     href="http://www.gnu.org/philosophy/free-sw.html">free software</a>
19     enthusiast and musician living in Sydney, Australia.
20   </p>
21   <h3>
22     How to contact me
23   </h3>
24   <ul id="contactme">
25     <li>
26       Email: steven DOT mcdonald AT libremail DOT me
27     </li>
28     <li>
29       IRC: Parsifal on FreeNode
30     </li>
31     <li>
32       XMPP (Jabber): steven-mcdonald AT mcdonald DOT dyndns DOT info
33     </li>
34   </ul>
35   <h3>
36     PGP key
37   </h3>
38   <p>
39     If contacting me by email, I strongly encourage you to use PGP encryption.
40     My PGP public key may be found <a href="/pgp_public_key.asc">here</a>.
41   </p>
42 </div>
43
44 <!--#include virtual="/footer.shtml"-->
45
46 </body>
47
48 </html>