mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 23:32:17 +10:00
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
---
|
|
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"
|
|
/>
|