Update content
This commit is contained in:
parent
e3a6ec2bed
commit
4b97b2a354
2 changed files with 2 additions and 4 deletions
src
|
@ -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")
|
||||
|
|
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue