summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-08-02 11:36:58 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-08-02 11:36:58 +0200
commitb14e33198c74a940105e00e16178e00d121b082f (patch)
tree6c49d242a64212acdc8537b877f850743d2288e5
parentd4b622bf85da0fa2d6ae46378772dab98345a057 (diff)
downloadwebsite-b14e33198c74a940105e00e16178e00d121b082f.tar.xz
about: Add SE flair
-rw-r--r--src/about.rst5
-rw-r--r--src/style.css6
2 files changed, 11 insertions, 0 deletions
diff --git a/src/about.rst b/src/about.rst
index 5b9ee50..165d156 100644
--- a/src/about.rst
+++ b/src/about.rst
@@ -19,6 +19,11 @@ last name doesn’t actually contain an ‘h’, which I find quite annoying. An
I’m currently 19 years old, and I come from Sweden and have lived here my whole
life.
+.. image:: http://stackexchange.com/users/flair/425023.png
+ :alt: Profile for kyrias on Stack Exchange
+ :class: picture-right
+ :target: http://stackexchange.com/users/425023
+
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 IRC_ as “demize”, and tend to hang out in the `Arch Linux`_ channels_
diff --git a/src/style.css b/src/style.css
index 21606c0..795ef89 100644
--- a/src/style.css
+++ b/src/style.css
@@ -174,6 +174,12 @@ img.picture-me {
margin-right: 0.1rem;
}
+img.picture-right {
+ float: right;
+ margin-top: 0.25rem;
+ margin-left: 0.45rem;
+}
+
tt.literal,
pre.code {
font-size: 0.9em;