diff options
| -rw-r--r-- | src/data/user.json | 74 |
1 files changed, 40 insertions, 34 deletions
diff --git a/src/data/user.json b/src/data/user.json index e42d503..0385003 100644 --- a/src/data/user.json +++ b/src/data/user.json @@ -1,36 +1,42 @@ { - "name": "moekyun.me", - "profession": "providing only the most moe of web services", - "links": [ - { - "url": "https://patchwork.moekyun.me", - "icon": "video-line", - "title": "Patchwork Archive", - "description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time" - }, - { - "url": "https://patchwork.moekyun.me", - "icon": "music-2-line", - "title": "Patchwork Radio", - "description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads" - }, - { - "url": "https://link.moekyun.me", - "icon": "link", - "title": "Moekyun Link Shortener", - "description": "Make your links a whole lot cuter (and more fun)" - }, - { - "url": "https://karaoke.moekyun.me", - "icon": "mic-line", - "title": "Moekyun Karaoke", - "description": "A karaoke player that can play back lyric (LRC) files in sync with video and backing audio. Also supports YouTube Timed Text. More to come!" - }, - { - "url": "https://github.com/pinapelz/vtuber-captcha", - "icon": "robot-line", - "title": "VTuber Captcha", - "description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans" - } - ] + "name": "moekyun.me", + "profession": "providing only the most moe of web services", + "links": [ + { + "url": "https://patchwork.moekyun.me", + "icon": "video-line", + "title": "Patchwork Archive", + "description": "An ongoing archival effort of songs and covers created by VTubers Preserving rhythm, one video at a time" + }, + { + "url": "https://patchwork.moekyun.me", + "icon": "music-2-line", + "title": "Patchwork Radio", + "description": "A (usually) 24/7 internet radio stream of VTubers songs and covers, forever free and without Ads" + }, + { + "url": "https://social.moekyun.me", + "icon": "fediverse-fill", + "title": "Moekyun Social", + "description": "A general Sharkey (Misskey fork) instance for anything you want to share with the world. Invite-only ask if you're cool" + }, + { + "url": "https://link.moekyun.me", + "icon": "link", + "title": "Moekyun Link Shortener", + "description": "Make your links a whole lot cuter (and more fun)" + }, + { + "url": "https://karaoke.moekyun.me", + "icon": "mic-line", + "title": "Moekyun Karaoke", + "description": "A karaoke player that can play back lyric (LRC) files in sync with video and backing audio. Also supports YouTube Timed Text. More to come!" + }, + { + "url": "https://github.com/pinapelz/vtuber-captcha", + "icon": "robot-line", + "title": "VTuber Captcha", + "description": "A bring your own user interface CAPTCHA service to test if users are true VTuber fans" + } + ] } |
