Update content

This commit is contained in:
Akira Tempaku 2025-06-08 02:04:57 +09:00
parent e3a6ec2bed
commit 4b97b2a354
Signed by: paku
GPG key ID: 5B4E8402BCC50607
2 changed files with 2 additions and 4 deletions
src
components
routes

View file

@ -50,7 +50,7 @@
:class "h-1 w-8 rounded-full bg-black transition duration-400"
:data-class "{'-rotate-45 -translate-y-2.5': $open}")))
(nav
:|data-show.duration_300ms| "$open"
:data-show.duration_300ms "$open"
:class (clsx "fixed flex flex-col items-center justify-center"
"z-10 top-0 right-0 w-full h-full gap-16 bg-gray-200"
"transition duration-300 opacity-0")

View file

@ -36,9 +36,7 @@
:alt "avatar" :class "size-40 rounded-xl shadow-sm")
(div :class "flex flex-col items-center gap-2 py-6"
(h1 :class "font-bold text-2xl text-center"
"Akira Tempaku")
(p :class "text-xl"
"Web developer"))
"Akira Tempaku"))
(div :class "flex flex-col gap-2 items-left"
(loop
:for (name url icon) :in *links*