revise button grid
This commit is contained in:
parent
b608c936b3
commit
bf3f86372e
2 changed files with 50 additions and 61 deletions
|
@ -13,23 +13,25 @@ const title = "Quickshell";
|
|||
<h2>building blocks for your desktop</h2>
|
||||
</section>
|
||||
<Marquee/>
|
||||
<section class="main-page_links">
|
||||
<section class="main-page_links_set">
|
||||
<section class="about">
|
||||
<div class="about-txt">
|
||||
<p>
|
||||
Quickshell is a toolkit for building status bars, widgets, lockscreens,
|
||||
and other desktop components using QtQuick. It can be used alongside your
|
||||
wayland compositor or window manager to build a complete desktop environment.
|
||||
<br class="about-break">
|
||||
<br class="about-break">
|
||||
<a href="/docs/about">More information</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="about-buttons">
|
||||
<a href="/docs/guide/install-setup" class="main-page_link-card">
|
||||
<h3>Install</h3>
|
||||
</a>
|
||||
<a href="/docs/types" class="main-page_link-card">
|
||||
<a href="/docs/types" class="main-page_link-card main-page_bluecard">
|
||||
<h3>Documentation</h3>
|
||||
</a>
|
||||
</section>
|
||||
<section class="main-page_links_set">
|
||||
<a href="https://git.outfoxxed.me/quickshell/quickshell-examples" class="main-page_link-card main-page_bluecard">
|
||||
<h3>Examples</h3>
|
||||
</a>
|
||||
<a href="https://git.outfoxxed.me/quickshell/quickshell" class="main-page_link-card main-page_bluecard">
|
||||
<h3>Source Code</h3>
|
||||
</a>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
<section class="featurelist-section">
|
||||
<FeatureList/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue