summaryrefslogtreecommitdiffstats
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
parentc2b23cb19174a22d82b44104483affc00c52b602 (diff)
downloadwebsite-cfc70b8f2662e49ddf334621f42eebe3ee23828d.tar.xz
Reindent everything, add more meta, use section tags
-rw-r--r--blog.html22
-rw-r--r--contact.html44
-rw-r--r--index.html10
3 files changed, 45 insertions, 31 deletions
diff --git a/blog.html b/blog.html
index fc52e81..570a67a 100644
--- a/blog.html
+++ b/blog.html
@@ -1,14 +1,22 @@
<!DOCTYPE html>
<html>
<head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <meta name="author" content="Johannes Löthberg" />
- <title>~/</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>~/blog/</title>
+<link href="main.css" rel="stylesheet">
</head>
+
<body>
- <!--# include file="header.html" -->
- <h2>These are not the droids you are looking for.</h2>
- <!--# include file="footer.html" -->
+<!--# include file="header.html" -->
+<div class="content">
+ <section>
+ <h2>Blog</h2>
+ <p>These are not the droids you are looking for.</p>
+ </section>
+</div>
+<!--# include file="footer.html" -->
</body>
</html>
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>
diff --git a/index.html b/index.html
index 8bc97db..e90bbbe 100644
--- a/index.html
+++ b/index.html
@@ -2,6 +2,8 @@
<html>
<head>
<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>~/</title>
<link href="main.css" rel="stylesheet">
@@ -10,7 +12,7 @@
<body>
<!--# include file="header.html" -->
<div class="content">
- <div class="about">
+ <section>
<h2>About me</h2>
<p>
Hey there, my name is Johannes Löthberg. I am 18 years old, gay and come from Sweden.
@@ -22,9 +24,9 @@
<br /><br />
Somehow I also recently ended up becoming an OP in the Arch Linux IRC channels on freenode, tho I'm still not exactly sure how that came to be.
</p>
- </div>
+ </section>
- <div class="blog">
+ <section>
<h2>Blog posts</h2>
<div class="post-list">
<ul>
@@ -36,7 +38,7 @@
</li>
</ul>
</div>
- </div>
+ </section>
</div>
<!--# include file="footer.html" -->
</body>