home: add welcome text

This commit is contained in:
Agahnim 2026-03-19 17:01:44 +01:00
parent bd9f8a6da8
commit b7b866834b
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
2 changed files with 13 additions and 26 deletions

View file

@ -71,6 +71,13 @@ navbar {
color: inherit;
}
}
}
/* Home */
home-content {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

View file

@ -1,25 +1,5 @@
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<home-content>
<welcome>
<img src="/static/assets/images/welcome.webp" alt="A welcome text in pink" />
</welcome>
</home-content>