docs: change projects

better descriptions, remove some projects
This commit is contained in:
xHyroM 2023-07-15 15:01:12 +02:00
parent 00e77c1dba
commit 10823cbcd6
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -140,29 +140,44 @@ export const SKILLS = [
export const PROJECTS = [ export const PROJECTS = [
{ {
name: "HyLib", name: "Discord Datamining",
link: "https://github.com/xHyroM/HyLib", link: "https://github.com/xHyroM/discord-datamining",
desc: "Source code for HyLib, a paper plugin and powerful library.", desc: "Uncover Insights and Trends in Discord's Ecosystem. Explore, Analyze, Discover.",
}, },
{ {
name: "HyChat", name: "hykord",
link: "https://github.com/xHyroM/HyChat", link: "https://github.com/xHyroM/hykord",
desc: "Source code for HyChat, a paper plugin.", desc: "My @discord client modification. Currently out of date but prepare for a new version soon.",
}, },
{ {
name: "HyX", name: "lsx",
link: "https://github.com/xHyroM/HyX", link: "https://github.com/xHyroM/lsx",
desc: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Cumque, quaerat.", desc: "My attempt to create alternatives for **ls** and **dir**, mainly for windows. Using Rust.",
}, },
{ {
name: "Mashe", name: "Mashe",
link: "https://github.com/xHyroM/mashe", link: "https://github.com/xHyroM/mashe",
desc: "Simple, fast, and easy to use Event Handling for Java.", desc: "Simple event bus written in Java. Using LambdaMetafactory and also Reflections.",
}, },
{ {
name: "Mumblum", name: "Message Scraper",
link: "https://github.com/xHyroM/mumblum", link: "https://github.com/xHyroM/message-scraper",
desc: "Mumblum is a simple, modern discord bot in JDA.", desc: "Fast and versatile tool to extract discord channel messages into HTML, Markdown, or TXT.",
},
{
name: "Peddler's Pocket",
link: "https://github.com/xHyroM/peddlerspocket",
desc: "A user-friendly plugin that makes the process of selling items easier and boosts your server's economy.",
},
{
name: "Roles Bot",
link: "https://github.com/xHyroM/roles-bot",
desc: "Simplify role assignment with interactive buttons and dropdowns in Discord. Using Cloudflare Workers.",
},
{
name: "Roomblom",
link: "https://github.com/xHyroM/roomblom",
desc: "Roomblom is a simple discord bot for music. Built on top of LavaPlayer, JDA and Kotlin.",
}, },
{ {
name: "setup-bun", name: "setup-bun",
@ -170,50 +185,15 @@ export const PROJECTS = [
desc: "Set up your GitHub Actions workflow with a specific version of Bun.", desc: "Set up your GitHub Actions workflow with a specific version of Bun.",
}, },
{ {
name: "Roles Bot", name: "shortener",
link: "https://github.com/xHyroM/roles-bot", link: "https://github.com/xHyroM/shortener",
desc: 'Discord bot for "button" roles, using Cloudflare Workers.', desc: "Modern shortener using Astro, Svelte, TypeScript built on top of Cloudflare Pages, Page Functions, D1 and KV",
},
{
name: "Bun Discord Bot",
link: "https://github.com/xHyroM/bun-discord-bot",
desc: "Official serverless discord bot for bun discord server.",
},
{
name: "hykord",
link: "https://github.com/xHyroM/hykord",
desc: "My @discord client modification.",
},
{
name: "frog",
link: "https://github.com/xHyroM/frog",
desc: "Frog is an extremely simple language based on the monkey language.",
},
{
name: "lsx",
link: "https://github.com/xHyroM/lsx",
desc: "Lsx is a simple, fast, and easy to use ls implementation in Rust.",
}, },
{ {
name: "Slovensko v Grafoch", name: "Slovensko v Grafoch",
link: "https://github.com/xHyroM/slovensko-v-grafoch", link: "https://github.com/xHyroM/slovensko-v-grafoch",
desc: "Slovensko v Grafoch is a website that shows data about Slovakia in graphs.", desc: "Slovensko v Grafoch is a website that shows data about Slovakia in graphs.",
}, },
{
name: "Peddler's Pocket",
link: "https://github.com/xHyroM/peddlerspocket",
desc: "/sell command that allows you to put things into GUI and then sell them by closing",
},
{
name: "Peak Pursuit",
link: "https://github.com/xHyroM/peakpursuit",
desc: "PeakPursuit is a plugin for King of the Hill events that adds a competitive edge to your server gameplay. Conquer the hill and claim the crown!",
},
{
name: "Spawner Genz",
link: "https://github.com/xHyroM/spawnergenz",
desc: "Spawner Genz is a plugin that modifies the functionality of spawners so that they don't spawn entities, but instead store drops in a virtual storag in which you can then sell or move everything to your inventory.",
},
] as { ] as {
name: string; name: string;
link: string; link: string;