From b14e33198c74a940105e00e16178e00d121b082f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 2 Aug 2015 11:36:58 +0200 Subject: about: Add SE flair --- src/about.rst | 5 +++++ src/style.css | 6 ++++++ 2 files changed, 11 insertions(+) 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; -- cgit v1.2.3-54-g00ecf