summaryrefslogtreecommitdiffstats
path: root/contact.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-05-08 14:01:20 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-05-08 14:01:20 +0200
commitcfc70b8f2662e49ddf334621f42eebe3ee23828d (patch)
treebd9c0c2e8bc0ec37864674d75dcd95e6cfefcb42 /contact.html
parentc2b23cb19174a22d82b44104483affc00c52b602 (diff)
downloadwebsite-cfc70b8f2662e49ddf334621f42eebe3ee23828d.tar.xz
Reindent everything, add more meta, use section tags
Diffstat (limited to 'contact.html')
-rw-r--r--contact.html44
1 files changed, 24 insertions, 20 deletions
diff --git a/contact.html b/contact.html
index 011362d..0d27cd7 100644
--- a/contact.html
+++ b/contact.html
@@ -1,31 +1,35 @@
<!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">
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" />
+<meta name="description" content="Johannes Löthberg's little home on the Internet" />
+<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>
+<!--# include file="header.html" -->
+<div class="content">
+ <section>
+ <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>
+ </p>
+ </section>
- <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>
+ <section>
+ <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" -->
+ </p>
+ </section>
+</div>
+<!--# include file="footer.html" -->
</body>
</html>