FMHY-Website/docs/other/wallpapers.md
2024-08-31 18:17:28 +00:00

41 lines
1.2 KiB
Markdown

---
title: Wallpapers
description: Elevate yourself to the next level with our beautiful wallpapers.
next: false
prev: 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"
/>