summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-10 14:48:10 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-10 14:48:10 +0200
commit2491b2ad2bb67daf1ca26523e89f6bac90cea2e8 (patch)
tree2a1c2fc9ec50a4b8a62b9d31d0c85287f3396346
parent44bad3cddd7457281ee54e543a2035e7b7e85acd (diff)
downloadwebsite-2491b2ad2bb67daf1ca26523e89f6bac90cea2e8.tar.xz
Rewrite about page text a bit
-rw-r--r--src/about.html8
-rw-r--r--src/style.css4
2 files changed, 10 insertions, 2 deletions
diff --git a/src/about.html b/src/about.html
index 3e1d62c..6f42712 100644
--- a/src/about.html
+++ b/src/about.html
@@ -13,11 +13,15 @@
<article id="about" class="botborder" itemprop="mainContentOfPage">
<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.
+ 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 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 go by the nick <a href="https://github.com/kyrias" rel="me">kyrias</a>, though you likely won’t find anything that interests you there since I haven't really <strong>made</strong> anything interesting yet.
+ 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.org">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>
diff --git a/src/style.css b/src/style.css
index d6dc8bf..203c56b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -137,3 +137,7 @@ footer #emblem img {
width: 40px;
height: 40px;
}
+
+.small-text {
+ font-size: 10px;
+}