Skip to content

Commit

Permalink
card update
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 29, 2024
1 parent 626289d commit c9f4eb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/cards.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ import { Icon } from "@astrojs/starlight/components";
<div class="maincard">
<div class="maincardsubb">
<div class="lecard">
<p class="title sl-flex"><Icon name="rocket" class="icon1" size="1.333em" /><span>Guides</span></p>
<p class="title sl-flex"><Icon name="open-book" class="icon1" size="1.333em" /><span>Guides</span></p>
<p class="textt">All the guides to make Zen an amazing experience!</p>
</div>
<div class="lecard">
<p class="title sl-flex"><Icon name="rocket" class="icon2" size="1.333em" /><span>Guides</span></p>
<p class="title sl-flex"><Icon name="document" class="icon2" size="1.333em" /><span>Contribute</span></p>
<p class="textt">U know a bit of programing and have free time, come and join!<br>
Lets make it amazing</p>
</div>
</div>
<div class="maincardsubb2">
<div class="lecard">
<p class="title sl-flex"><Icon name="rocket" class="icon3" size="1.333em" /><span>Guides</span></p>
<p class="title sl-flex"><Icon name="star" class="icon3" size="1.333em" /><span>Theme-Store</span></p>
<p class="textt">Customize your browser whit a theme?<br>
Lets go!</p>
</div>
<div class="lecard">
<p class="title sl-flex"><Icon name="rocket" class="icon4" size="1.333em" /><span>Guides</span></p>
<p class="title sl-flex"><Icon name="rocket" class="icon4" size="1.333em" /><span>FAQ</span></p>
<p class="textt">Stuck on something check the <a href="/faq">FAQs</a>.</p>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ import Cardme from '../../components/cards.astro';
#### Welcome to Zen Browser's Documentation! Here, you'll find everything you need to get the most out of your browsing experience. Dive in to explore how Zen can make your browsing more secure, private, and efficient.

---

---
---
---
---

<Cardme/>
Expand Down

0 comments on commit c9f4eb7

Please sign in to comment.