diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 02:21:05 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-10 01:23:03 +0100 |
commit | af1a4ea4533762f617b1ae894ffe9bbdaf3427f5 (patch) | |
tree | b4032ba6b88db62ec4f139328f5a44000c07834f /index.html | |
parent | ced51aa57c06445dfac130ae975a612dff820b8b (diff) | |
download | website-af1a4ea4533762f617b1ae894ffe9bbdaf3427f5.tar.xz |
remove old files, foaf, moved sitemap
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 6def314..0000000 --- a/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -%include partials/head.html -<title>~/</title> -<link href="main.css" rel="stylesheet"> -<meta name=viewport content="width=device-width, initial-scale=1"> -</head> - -<body> -%include partials/header.html -<div class="content"> - <section id="about"> - <h2>About me</h2> - <p> - Hey there, my name is Johannes Löthberg. I am 18 years old, gay and come from Sweden. - <br /><br /> - Online I go by a lot of different names, of which “demize” seems to be the most common right now. - On my free-time I do various things, mostly just consisting of hanging out on IRC and reading random things online. - <br /><br /> - In the <a href="https://aur.archlinux.org/">AUR</a>, the Arch User Repository, I maintain a couple of packages, some being things I use myself and the rest being either packages that others haven't taken care of, or packages requested by other people to be created. - <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> - </section> - - <section id="blog"> - <h2>Blog posts</h2> - <div class="post-list"> - <ul> - <li> - <span class="date">2014-02-13 »</span> <a href="#">In Which We Die</a> - </li> - <li> - <span class="date">2014-01-02 »</span> <a href="#">hai there</a> - </li> - </ul> - </div> - </section> -</div> -%include partials/footer.html -</body> -</html> |