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'"))))))))