summaryrefslogtreecommitdiffstats
path: root/contact.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-28 16:44:20 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2014-04-28 16:44:20 +0000
commit08c3ad1f9b27994d843c7e4c0c7090baae8d62e2 (patch)
tree831dfc6bd6cec19e6b4dd346d5251e532e3526c1 /contact.html
parent199fec1136566548bd224c2e0472b4d86584082b (diff)
downloadwebsite-08c3ad1f9b27994d843c7e4c0c7090baae8d62e2.tar.xz
Add contact page
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/contact.html b/contact.html
new file mode 100644
index 0000000..011362d
--- /dev/null
+++ b/contact.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta name="author" content="Johannes Löthberg" />
+ <title>contact/</title>
+ <link href="main.css" rel="stylesheet">
+</head>
+<body>
+ <!--# include file="header.html" -->
+ <div class="contact">
+ <h2>Contact</h2>
+ <p>
+ Contacting me can easily be done either through email at <a href="mailto:johannes@kyriasis.com">johannes@kyriasis.com</a> or through IRC on freenode where I usually go by the nick “demize”.<br/>
+ </p>
+ </div>
+
+ <div class="pgp">
+ <h2>Pretty Good Privacy</h2>
+ <p>
+ If you want to contact me more securely, do feel free to either just sign or even encrypt the email. To get my key you can either pull it down from your pgp key server of choice or get it from <a href="https://theos.kyriasis.com/~kyrias/pgp-key.txt">here</a>.
+ </p>
+ <p>
+ PGP Key ID: 0x3A9D0BB5<br />
+ Fingerprint: 5134 EF9E AF65 F95B 6BB1 &nbsp;608E 50FB 9B27 3A9D 0BB5
+ </p>
+ </div>
+
+ <!--# include file="footer.html" -->
+</body>
+</html>