29 lines
856 B
Markdown
29 lines
856 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: 'Kvaesitso'
|
|
tagline: A search-focused, free and open source launcher for Android
|
|
image: /icon.png
|
|
actions:
|
|
- theme: brand
|
|
text: Get started
|
|
link: /docs/user-guide/
|
|
---
|
|
|
|
<script setup>
|
|
import Footer from '.vitepress/theme/Footer.vue'
|
|
</script>
|
|
<div class="home-screenshots">
|
|
<img src="/img/screenshot-1.png"></img>
|
|
<img src="/img/screenshot-2.png"></img>
|
|
<img src="/img/screenshot-3.png"></img>
|
|
<img src="/img/screenshot-4.png"></img>
|
|
<img src="/img/screenshot-5.png"></img>
|
|
<img src="/img/screenshot-6.png"></img>
|
|
|
|
<div class="credits">Wallpaper by Allec Gomes on <a href="https://unsplash.com/de/fotos/ein-grunes-blatt-das-auf-einem-gewasser-schwimmt-UcWUMqIsld8" target="_blank">Unspash.com</a></div>
|
|
</div>
|
|
<Footer></Footer>
|