add logo to homepage
This commit is contained in:
parent
ff316cdcd8
commit
6e83304d5e
2 changed files with 31 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue