home page

This commit is contained in:
Akira Tempaku 2024-11-17 00:59:06 +09:00
commit ebfb0c6c87
10 changed files with 73 additions and 34 deletions
src/routes

View file

@ -6,9 +6,14 @@
(defcomp page ()
(hsx
(div :class "h-full grid place-items-center"
(h1 :class "text-pink-600"
"Hello World"))))
(section :class "h-[100svh] bg-[url('/fv.jpg')] bg-cover bg-center flex items-end pb-12"
(div :class "container flex justify-between items-end"
(h1 :class "flex flex-col text-6xl font-bold italic leading-normal"
(span :class "block"
"Bridging Minds,")
(span :class "block"
"Building Futures."))
(p "© 2025 skyizwhite")))))
(defun handle-get (params)
(declare (ignore params))