main page fixes and styling

This commit is contained in:
Xanazf 2024-10-13 16:37:48 +03:00
parent d42b26f0b6
commit 2d68d8b526
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 75 additions and 17 deletions

View file

@ -1,11 +1,14 @@
---
import BaseLayout from "@layouts/BaseLayout.astro";
const title = "Quickshell";
---
<BaseLayout title="Quickshell" description="A fully user customizable desktop shell" image="/quickshell.png">
<BaseLayout title={title} description="A fully user customizable desktop shell" image="/quickshell.png">
<div class="main-page_hero" data-pagefind-ignore>
<h1>Quick<em>shell</em></h1>
<section class="main-page_hero-text">
<h2>A fully <em>user-customizable</em> desktop <em>shell</em></h2>
<h3>Based on QtQuick</h3>
<h2>A fully <em class="green">user-customizable</em> desktop <em class="navy">shell</em></h2>
<h3>Based on <em class="green">QtQuick</em></h3>
</section>
<section class="main-page_links">
<a href="/docs/configuration" class="main-page_link-card">