From 3de9ef9ea5a4d46cbf99e83342df216cf7b48bfd Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 13 Dec 2014 00:28:18 +0100 Subject: Add picture of myself to about page --- src/about.rst | 4 ++++ src/resources/me.jpg | Bin 0 -> 148845 bytes src/style.css | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 src/resources/me.jpg (limited to 'src') diff --git a/src/about.rst b/src/about.rst index 07687e2..8ff8488 100644 --- a/src/about.rst +++ b/src/about.rst @@ -4,6 +4,10 @@ date: 2014-10-14 author: Johannes Löthberg +.. image:: resources/me.jpg + :class: picture-me + :height: 6em + 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, diff --git a/src/resources/me.jpg b/src/resources/me.jpg new file mode 100644 index 0000000..6dd50a0 Binary files /dev/null and b/src/resources/me.jpg differ diff --git a/src/style.css b/src/style.css index 6753c86..ffcf93f 100644 --- a/src/style.css +++ b/src/style.css @@ -114,6 +114,14 @@ blockquote:after { color: #ccc; } +img.picture-me { + float: right; + border: 2px solid; + border-color: black; + margin-left: 0.45rem; + margin-right: 0.1rem; +} + tt.literal { font-size: 0.75rem; } -- cgit v1.2.3-54-g00ecf