<code> doesn't excuse me from putting HTML in my HTML
[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 systems administrator and musician living in Sydney, Australia.
18   </p>
19   <h3>
20     How to contact me
21   </h3>
22   <ul id="contactme">
23     <li>
24       Email: <a href="mailto:steven@steven-mcdonald.id.au">steven@steven-mcdonald.id.au</a>
25     </li>
26     <li>
27       XMPP (Jabber): steven@steven-mcdonald.id.au
28     </li>
29   </ul>
30   <h3>
31     PGP key
32   </h3>
33   <p>
34     If contacting me by email, I strongly encourage you to use PGP encryption.
35     My PGP public key may be found <a href="/pgp_public_key.asc">here</a>.
36   </p>
37 </div>
38
39 <!--#include virtual="/footer.shtml"-->
40
41 </body>
42
43 </html>