summaryrefslogtreecommitdiffstats
path: root/src/about.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 01:27:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 01:27:31 +0200
commitdb560a8f1398915fb8ea90ca349ccb4b91310b03 (patch)
treef99f6055249996abb2a6a1e6dd26d3fc8a7cf74a /src/about.html
parent26cfd7a72c5f368670fffbe899da05ef3a5a2bc3 (diff)
downloadwebsite-db560a8f1398915fb8ea90ca349ccb4b91310b03.tar.xz
redo website with the new_journal style
Diffstat (limited to 'src/about.html')
-rw-r--r--src/about.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/about.html b/src/about.html
new file mode 100644
index 0000000..346bb47
--- /dev/null
+++ b/src/about.html
@@ -0,0 +1,29 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>~/about</title>
+%include partials/meta.html
+</head>
+<body>
+ <header>
+%include partials/nav.html
+ <h1>About me</h1>
+ </header>
+
+ <article id="about">
+ <p>
+ I'm “kyrias”, also commonly known as “demize”, tho you can also call me “Johannes Löthberg” if you’d like. Tho if you ask my local government my last name doesn’t actually contain an ‘h’, which is quite annoying. Anyway, I happen to currently be 18 years of age and I come from and have lived in Sweden my whole life.
+ </p>
+
+ <p>
+ Online you can find me in various places in almost all cases under one of the previously mentioned names. I’m most commonly in the <a href="https://archlinux.org">Arch Linux</a> IRC channels on <a href="https://freenode.net">freenode</a> as “demize”, where I somehow ended up as a channel operator, but you will also sometimes find me on <a href="https://unix.stackexchange.org">unix.SE</a> as <a href="http://unix.stackexchange.com/users/33521" rel="me">kyrias</a>.
+ </p>
+
+ <p id="last-upd">Last updated <time datetime="2014-10-10">2014-10-10</time></p>
+ <p id="author"><a rel="author" href="about.html">Johannes Löthberg</a></p>
+ </article>
+
+%include partials/footer.html
+</body>
+</html>