hello world, again

This commit is contained in:
taskylizard 2024-08-07 12:23:35 +00:00
commit f479740dd1
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
133 changed files with 32895 additions and 0 deletions

40
docs/other/wallpapers.md Normal file
View file

@ -0,0 +1,40 @@
---
title: Wallpapers
description: Elevate yourself to the next level with our beautiful wallpapers.
next: false
---
<script setup>
import WallpaperCard from '../.vitepress/theme/components/WallpaperCard.vue'
</script>
# Wallpapers
Elevate yourself to the next level with our beautiful wallpapers.
All of these wallpapers were made by [taskylizard](https://github.com/taskylizard).
<WallpaperCard
title="Arc"
description="A rounded arc design with a pleasing fade."
mobile="https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/arc_mobile.png"
desktop="https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/arc_desktop.png"
/>
---
<WallpaperCard
title="Rays"
description="A gradient background with a soft, rounded arc."
mobile="https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/rays_mobile.png"
desktop="https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/rays_desktop.png"
/>
---
<WallpaperCard
title="Tinted Rays"
description="A gradient background with a soft, rounded arc. Tinted white at the bottom corner."
mobile="https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/tinted_rays_mobile.png"
desktop="https://cdn.jsdelivr.net/gh/fmhy/design-system/branding/tinted_rays_desktop.png"
/>