add logo to homepage

This commit is contained in:
outfoxxed 2025-07-06 03:00:15 -07:00
parent ff316cdcd8
commit 6e83304d5e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 31 additions and 7 deletions

View file

@ -8,7 +8,10 @@ const title = "Quickshell";
---
<BaseLayout title={title} description="A fully user customizable desktop shell" image="/quickshell.png">
<div class="main-page_hero" data-pagefind-ignore>
<h1 class="gradient-text">Quickshell</h1>
<div class="titlebox">
<img src="/favicon.svg" alt="Quickshell"/>
<h1 class="gradient-text">Quickshell</h1>
</div>
<section class="main-page_hero-text">
<h2>building blocks for your desktop</h2>
</section>