summaryrefslogtreecommitdiff
path: root/haunt
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-23 20:47:46 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.org>2022-08-28 11:43:07 -0400
commit5bceffc9295a7dc7356a9d38a6f2d6cd85a93544 (patch)
treebfb72c69d5745447293951b7800bf90f8a3b49d1 /haunt
parent93f008254d3f6f16f9f7ba4d406ba3f39106550d (diff)
[about] Add portrait
Diffstat (limited to 'haunt')
-rw-r--r--haunt/pages/about.sxml2
-rw-r--r--haunt/static/image/portrait.pngbin0 -> 331269 bytes
2 files changed, 2 insertions, 0 deletions
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
--- /dev/null
+++ b/haunt/static/image/portrait.png
Binary files differ