home: page done

This commit is contained in:
Agahnim 2026-03-23 18:02:34 +01:00
parent 7648b2773c
commit e8768265fb
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
2 changed files with 24 additions and 0 deletions

View file

@ -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 */

View file

@ -83,6 +83,10 @@
</website-news>
</box>
</boxes>
<chibis>
<img id="me" src="/static/assets/images/boubouille.webp" />
<img id="raplapla" src="/static/assets/images/rapla.webp" />
</chibis>
</home-content>
<!-- I know I know but I need it for this pretty rainbow flagish animation -->