Optimize image
This commit is contained in:
parent
cb50ff863b
commit
840da7beff
3 changed files with 2 additions and 1 deletions
Binary file not shown.
Before ![]() (image error) Size: 263 KiB |
BIN
public/img/me.webp
Normal file
BIN
public/img/me.webp
Normal file
Binary file not shown.
After ![]() (image error) Size: 26 KiB |
|
@ -15,7 +15,7 @@
|
||||||
(defcomp ~page ()
|
(defcomp ~page ()
|
||||||
(hsx
|
(hsx
|
||||||
(section :class "flex flex-col items-center justify-center h-full"
|
(section :class "flex flex-col items-center justify-center h-full"
|
||||||
(img :src "/img/me.jpg" :alt "Profile Picture" :class "size-40 rounded rounded-full border shadow-lg")
|
(img :src "/img/me.webp" :alt "Profile Picture" :class "size-40 rounded rounded-full border shadow-lg")
|
||||||
(div :class "flex flex-col items-center gap-2 py-6"
|
(div :class "flex flex-col items-center gap-2 py-6"
|
||||||
(h1 :class "font-bold text-2xl"
|
(h1 :class "font-bold text-2xl"
|
||||||
"Akira Tempaku")
|
"Akira Tempaku")
|
||||||
|
@ -26,6 +26,7 @@
|
||||||
:for (name url) :in *links*
|
:for (name url) :in *links*
|
||||||
:collect (hsx (a :href url :target "_blank" :class "text-lg hover:underline"
|
:collect (hsx (a :href url :target "_blank" :class "text-lg hover:underline"
|
||||||
name)))))))
|
name)))))))
|
||||||
|
|
||||||
(defun handle-get (params)
|
(defun handle-get (params)
|
||||||
(declare (ignore params))
|
(declare (ignore params))
|
||||||
(~page))
|
(~page))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue