summaryrefslogtreecommitdiffstats
path: root/src/about.html
blob: aa751f313e5cb4b2d285b5ec35e4f50410542873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!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”, though 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>. I also have a couple repositories on <a href="https://github.com">GitHub</a> where I got by <a href="https://github.com/kyrias" rel="me">kyrias</a>, though you likely won't find anything interesting there.
		</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>

		<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>