site/static/index.sxml
2026-02-11 13:36:33 +01:00

13 lines
356 B
Scheme

;; -*- scheme -*-
`((title . "about")
(content
(p "hi i'm afiw/emily (she/her), i'm some sort of linuxposter")
(p "my interests include:")
(ul
(li "C programming")
(li "Scheme programming")
(li "Standard ML programming")
(li "compiler theory")
(li "linguistics and conlanging")
(li "music"))
(p "i use gentoo and openbsd btw")))