summaryrefslogtreecommitdiffstats
path: root/index.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 /index.html
parentc2b23cb19174a22d82b44104483affc00c52b602 (diff)
downloadwebsite-cfc70b8f2662e49ddf334621f42eebe3ee23828d.tar.xz
Reindent everything, add more meta, use section tags
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 6 insertions, 4 deletions
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>