From 5bceffc9295a7dc7356a9d38a6f2d6cd85a93544 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Tue, 23 Aug 2022 20:47:46 -0400 Subject: [about] Add portrait --- haunt/pages/about.sxml | 2 ++ haunt/static/image/portrait.png | Bin 0 -> 331269 bytes 2 files changed, 2 insertions(+) create mode 100644 haunt/static/image/portrait.png diff --git a/haunt/pages/about.sxml b/haunt/pages/about.sxml index de60f5e..88dece2 100644 --- a/haunt/pages/about.sxml +++ b/haunt/pages/about.sxml @@ -308,6 +308,8 @@ If `end' is specified, return `#t' iff `date' is prior to `end'." (li ,(hyperlink "http://zerodaysfordays.sdf.org/" "sdf")) (li ,(hyperlink "https://lobste.rs/u/jakob" "lobste.rs"))) (main (@ (class "overline")) + (div (@ (class "portrait")) + ,(image "portrait.png" "A portrait of myself, done by @scolastiko on Twitter.")) (p "My name's Jakob, and I'm a self-taught " ,(hyperlink "https://www.gnu.org/philosophy/free-sw.html" "free software") ,(hyperlink "https://en.wikipedia.org/wiki/Hacker_culture#Definition" " hacker") diff --git a/haunt/static/image/portrait.png b/haunt/static/image/portrait.png new file mode 100644 index 0000000..dfaee55 Binary files /dev/null and b/haunt/static/image/portrait.png differ -- cgit v1.3