From e8768265fbdc06e8f786ca4b05e5c88c428e0c34 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Mon, 23 Mar 2026 18:02:34 +0100 Subject: [PATCH] home: page done --- static/style.css | 20 ++++++++++++++++++++ templates/partials/home.html | 4 ++++ 2 files changed, 24 insertions(+) diff --git a/static/style.css b/static/style.css index 4f0d49f..17a7a0a 100644 --- a/static/style.css +++ b/static/style.css @@ -600,6 +600,26 @@ home-content { background-clip: text; animation: woopwoop 1.2s ease-in-out infinite, woopwoopmove 2s linear infinite; } + + chibis { + img { + position: fixed; + z-index: 999; + pointer-events: none; + + &#me { + bottom: 0; + left: 0; + width: 10svw; + } + + &#raplapla { + right: 0; + bottom: 0; + width: 15svw; + } + } + } } /* 404 */ diff --git a/templates/partials/home.html b/templates/partials/home.html index 8eb4934..e0642c8 100644 --- a/templates/partials/home.html +++ b/templates/partials/home.html @@ -83,6 +83,10 @@ + + + +