summaryrefslogtreecommitdiffstats
path: root/index.html
blob: e90bbbe81e89156623ba336a9fef86bd6137bfac (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
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="Johannes Löthberg, kyrias, demize, Arch Linux OP" />
<meta name="description" content="Johannes Löthberg's little home on the Internet" />
<meta name="author" content="Johannes Löthberg" />
<title>~/</title>
<link href="main.css" rel="stylesheet">
</head>

<body>
<!--# include file="header.html" -->
<div class="content">
	<section>
		<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>
		<h2>Blog posts</h2>
		<div class="post-list">
			<ul>
				<li>
				<span class="date">2014-02-13 &raquo;</span> <a href="/2014/02/13/in-which-we-die/">In Which We Die</a>
				</li>
				<li>
				<span class="date">2014-01-02 &raquo;</span> <a href="/2014/01/02/hai/">hai there</a>
				</li>
			</ul>
		</div>
	</section>
</div>
<!--# include file="footer.html" -->
</body>
</html>