From 1add155a93c250f4d57a679ea72826bb6eb1f61e Mon Sep 17 00:00:00 2001 From: gnat Date: Fri, 4 Oct 2024 23:24:30 -0700 Subject: [PATCH] add computer section to natalie info page --- src/html/natalie-info.lisp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/html/natalie-info.lisp b/src/html/natalie-info.lisp index f408816..790fc6c 100644 --- a/src/html/natalie-info.lisp +++ b/src/html/natalie-info.lisp @@ -42,4 +42,11 @@ (h2 () "contact information") (a (:href "/html/discord.html") "discord: _natalieeee_") "email: natalie at natalieee.net" (br) - "xmpp: nat@natalieee.net")))) + "xmpp: nat@natalieee.net") + (section () + (h2 () "some of my computers") + (p () "I own many computers, none of them are normal. particularly notable instances of this phenomenon will be noted below:") + (ul () + (li () ,(exec-command "make-link /html/my-laptop.html 'my framework 16'") + (li () ,(exec-command "make-link /html/my-old-laptop.html 'my old {w,t}530'")) + (li () ,(exec-command "make-link /html/server-migration.html 'the server this runs on'"))))))))