summaryrefslogtreecommitdiffstats
path: root/src/about.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-14 01:22:31 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-14 01:27:05 +0200
commitd9ae9febd9668f89c8694b66d7a0323027d416b2 (patch)
tree20d40d7b9e939c90eb7cd8b09fb7f076722c3443 /src/about.html
parentfd1c56a9763ab2da0edcfdfbafc51db369c3950f (diff)
downloadwebsite-d9ae9febd9668f89c8694b66d7a0323027d416b2.tar.xz
redo website using bupa, ReST, and jinja templates
Diffstat (limited to 'src/about.html')
-rw-r--r--src/about.html44
1 files changed, 0 insertions, 44 deletions
diff --git a/src/about.html b/src/about.html
deleted file mode 100644
index c90458f..0000000
--- a/src/about.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <title>~/about</title>
-%include partials/meta.html
-</head>
-<body itemscope itemtype="http://schema.org/WebPage">
- <header>
-%include partials/nav.html
- <h1>About me</h1>
- </header>
-
- <article id="about" class="botborder" itemprop="mainContentOfPage">
- <p>
- I'm “kyrias”, also commonly known online as “demize”, but you can call me “Johannes Löthberg” if you’d like. Though if you ask my local government my last name doesn’t actually contain an ‘h’, which I find quite annoying. Anyway, I’m currently 18 years old, and I come from Sweden and have lived here my whole life.
- </p>
-
- <p>
- Online you can find me in various places under different names, though in almost all cases under one of the previously mentioned ones. I’m most commonly found on <a href="http://tools.ietf.org/html/rfc1459">IRC</a> as “demize”, and tend to hang out in the <a href="https://archlinux.org/">Arch Linux</a> <a href="ircs://chat.freenode.net/archlinux">channels</a> on the <a href="https://freenode.net/">freenode</a> IRC network, where I somehow ended up as a channel operator, but you will also sometimes find me in different places like on <a href="https://unix.stackexchange.com/">unix.SE</a> where I go by the name <a href="http://unix.stackexchange.com/users/33521" rel="me">kyrias</a>.
- </p>
-
- <p>
- I also have a few <a href="http://git-scm.com/">Git</a> repositories hosted on <a href="https://github.com/">GitHub</a>, where I go by the nick <a href="https://github.com/kyrias" rel="me">kyrias</a>, in addition to the ones hosted on the kyriasis <a href="http://git.kyriasis.com/">git hosting</a> service, though you likely won’t find anything interesting in either place since I haven’t really made anything interesting to put up there. <sup><span class="small-text">(yet?)</span></sup>
- </p>
-
- <p>
- I also maintain a couple of packages in the <a href="https://aur.archlinux.org/">AUR</a>, the Arch User Repository, which is a repository of community contributed PKGBUILDs for the Arch Linux distribution. Some of the packages are for software I use myself, others are packages that other maintainers haven’t taken care of, and the rest are packages that other people have requested to be created.
- </p>
-
- <h3>Contact</h3>
- <p>
- You can contact me through email at <a href="mailto:johannes@kyriasis.com">johannes@kyriasis.com</a>, through my <a href="https://plus.google.com/+JohannesLothberg">Google+ profile</a>, or through IRC where I tend to hang out as demize, mainly on the <a href="https://freenode.net/">freenode</a> but sometimes also on the <a href="http://foonetic.net/">Foonetic</a> IRC networks.
- <p>
- Before contacting me through email consider getting my PGP key from either <a href="pgp-key.txt">this link</a> or fetching it from a keyserver using the key ID 0x50FB9B273A9D0BB5 and signing and/or encrypting your email to me.
- </p>
- <p id="last-upd">Last updated <time itemprop="dateModified" datetime="2014-10-12">2014-10-12</time></p>
- <p id="author"><a rel="author" href="about.html">Johannes Löthberg</a></p>
-
- </article>
-
-%include partials/footer.html
-</body>
-</html>