mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
hello world, again
This commit is contained in:
commit
f479740dd1
133 changed files with 32895 additions and 0 deletions
6
docs/other/contributing.md
Normal file
6
docs/other/contributing.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Contributing
|
||||
description: How to contribute to the project.
|
||||
---
|
||||
|
||||
<!-- @include: ../../CONTRIBUTING.md -->
|
40
docs/other/wallpapers.md
Normal file
40
docs/other/wallpapers.md
Normal 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"
|
||||
/>
|
Loading…
Add table
Add a link
Reference in a new issue