lrl layout done
This commit is contained in:
parent
16ac71a311
commit
09302ad58e
7 changed files with 202 additions and 17 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
import BaseLayout from "@layouts/BaseLayout.astro";
|
||||
import Marquee from "@components/marquee/Marquee.astro";
|
||||
import FeatureList from "@src/components/featurelist/FeatureList.astro";
|
||||
|
||||
const title = "Quickshell";
|
||||
const subtitle = "A framework for building fully custom";
|
||||
|
@ -16,6 +17,11 @@ const subtitle = "A framework for building fully custom";
|
|||
<span class="call-button call-install"><a href="/docs/intro">Install</a></span>
|
||||
<span class="call-button call-get-started"><a href="/docs/intro">Get Started</a></span>
|
||||
</section>
|
||||
<div class="separator-el"/>
|
||||
<section class="featurelist-section">
|
||||
<FeatureList/>
|
||||
</section>
|
||||
<div class="separator-el"/>
|
||||
<section class="main-page_links">
|
||||
<a href="/docs/configuration" class="main-page_link-card">
|
||||
<h3>Configuration</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue