Revert "Moved main site to main/, created non-free/"
[www.git] / about.shtml
diff --git a/about.shtml b/about.shtml
new file mode 100755 (executable)
index 0000000..f5c0ceb
--- /dev/null
@@ -0,0 +1,51 @@
+<!--#include virtual="/doctype.txt"-->
+<html>
+
+<!--#include virtual="/head.shtml"-->
+
+<body>
+
+<!--#include virtual="/header.shtml"-->
+
+<!--#include virtual="/navigation.shtml"-->
+
+<div id="content">
+  <h2>
+    About me
+  </h2>
+  <p>
+    I am Steven McDonald, a <a
+    href="http://www.gnu.org/philosophy/free-sw.html">free software</a>
+    enthusiast and musician living in Sydney, Australia.
+  </p>
+  <h3>
+    How to contact me
+  </h3>
+  <ul id="contactme">
+    <li>
+      Email: <a href="mailto:steven@steven-mcdonald.id.au">steven@steven-mcdonald.id.au</a>
+    </li>
+    <li>
+      Identi.ca: <a href="https://identi.ca/parsifal">parsifal</a>
+    </li>
+    <li>
+      IRC: Parsifal on FreeNode
+    </li>
+    <li>
+      XMPP (Jabber): steven@steven-mcdonald.id.au
+    </li>
+  </ul>
+  <h3>
+    PGP key
+  </h3>
+  <p>
+    If contacting me by email, I strongly encourage you to use PGP encryption.
+    My PGP public key may be found <a href="/pgp_public_key.asc">here</a>.
+  </p>
+</div>
+
+<!--#include virtual="/footer.shtml"-->
+
+</body>
+
+</html>