diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-08 13:43:02 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-05-08 13:43:02 +0200 |
commit | f01e0c72f78e7618a422ec9e25c7712e8ca551ae (patch) | |
tree | 4d069c2cf92652fd8a0244aa3fd5612afe72a698 /index.html | |
parent | 14e5ead1d12939d3c40cdf6d3f06e53abfa6703c (diff) | |
download | website-f01e0c72f78e7618a422ec9e25c7712e8ca551ae.tar.xz |
Redid menu, reindented, flex all the things™
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -1,16 +1,18 @@ <!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="author" content="Johannes Löthberg" /> +<title>~/</title> +<link href="main.css" rel="stylesheet"> </head> + <body> - <!--# include file="header.html" --> +<!--# include file="header.html" --> +<div class="content"> <div class="about"> - <h2>About me</h2> - <p> + <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. @@ -19,7 +21,7 @@ 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> + </p> </div> <div class="blog"> @@ -35,7 +37,7 @@ </ul> </div> </div> - - <!--# include file="footer.html" --> +</div> +<!--# include file="header.html" --> </body> </html> |