summaryrefslogtreecommitdiffstats
path: root/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/contact.html b/contact.html
deleted file mode 100644
index cf549fd..0000000
--- a/contact.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-%include partials/head.html
-<title>~/contact/</title>
-<link href="main.css" rel="stylesheet">
-</head>
-
-<body>
-%include partials/header.html
-<div class="content">
- <section id="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>
- </section>
-
- <section id="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>
- </section>
-</div>
-%include partials/footer.html
-</body>
-</html>