Update page
All checks were successful
Deploy website / deploy (push) Successful in 17s

This commit is contained in:
2025-08-11 14:48:58 +10:00
parent 2176d60f8e
commit e1dc0f17eb
5 changed files with 82 additions and 12 deletions

View File

@@ -3,34 +3,38 @@ import Layout from "@layouts/index.astro";
import Image from "@components/image.astro";
import miku from "@assets/miku.jpg";
import gato from "@assets/gato.jpg";
import pgp from "@assets/pgp.txt";
const links = {
git: { alt: "Git", href: "https://git.lua.re/" },
twt: { alt: "Twitter", href: "https://twitter.com/luanekos" },
mail: { alt: "Email", href: "mailto:lumi(at)lua.re" },
pgp: { alt: "PGP", href: pgp },
// bsky: { alt: "Bluesky", href: "https://bsky.app/profile/lua.re" },
};
---
<Layout class="max-h-screen">
<main
class="px-5 py-3 space-y-2 bg-white rounded-lg shadow-xs leading-tight min-h-0 overflow-scroll"
class="px-5 py-4 space-y-2 bg-white rounded-lg shadow-xs min-h-0 overflow-scroll"
>
<pre>{
` ∧...∧ 𝜗𝜚
( ̳• · • ̳)
/ づ /// ⋆.⁺₊`
}</pre>
<p>miau ?</p>
<p><Image src={miku} class="rounded max-w-80" /></p>
` ∧...∧ 𝜗𝜚
( ̳• · • ̳) ᭢
/ づ //// ⋆.⁺₊`
}</pre>
<p>hi i'm luaneko ^^</p>
<p>this is my site where i put a bunch of random stuff !</p>
<p><Image src={miku} class="rounded-lg max-w-80" /></p>
<pre>{
` へ
૮ - ՛ ) (˚ˎ 。7
/ ⁻ ៸| |、˜〵 ᢉ𐭩
/ ⁻ ៸| |、˜〵 ᢉ𐭩 p&g
乀(ˍ, ل ل じしˍ,)`
}</pre>
<p><Image src={gato} class="rounded max-w-60" /></p>
<p>el gato 🤯 🤯</p>
}</pre>
<p>i love cats they miau miau</p>
<p><Image src={gato} class="rounded-lg max-w-60" /></p>
<p>best way to contact me is by twt or mail {`<3`}</p>
</main>
<footer class="flex flex-row space-x-1 my-2 text-sm">