diff options
| author | Pinapelz <yukais@pinapelz.com> | 2023-10-23 16:16:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2023-10-23 16:16:28 -0700 |
| commit | 68435459a178ca4fb45e1474f637156b9f9ab7cf (patch) | |
| tree | 6b405f77514f0567dd2ba9809eeff37ffab43f00 /src/pages/projects.astro | |
| parent | ba0a00ef17d3a75f0a9079a378fcd040bf69e0d9 (diff) | |
remove minor projects
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 554a3df..7074cb8 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -30,13 +30,6 @@ import Card from "../components/Card.astro"; languageColor="#b07219" /> <Card - href="https://github.com/pinapelz/VTScheduleXIV" - title="VTScheduleXIV" - body="FFXIV Dalamud plugin that displays the schedule of upcoming VTuber streams in-game" - language="C#" - languageColor="#178600" - /> - <Card href="https://github.com/pinapelz/NijiTrack" title="Nijitrack" body="Python scripts that records historical subscriber data of YouTube channels and generates HTML reports of the data" @@ -47,8 +40,8 @@ import Card from "../components/Card.astro"; href="https://github.com/Patchwork-Archive" title="Patchwork Archive" body="An archival project for music created by Virtual YouTubers" - language="HTML" - languageColor="#e34c26" + language="Javascript" + languageColor="#f1e05a" /> <Card href="https://github.com/pinapelz/yet-another-lavaplayer-bot" @@ -71,14 +64,6 @@ import Card from "../components/Card.astro"; language="Python" languageColor="#3572A5" /> - - <Card - href="https://github.com/pinapelz/ffxiv-macro-time-counter" - title="FFXIV Macro Time Counter" - body="Calculator that determines the time it takes to execute a given macro in Final Fantasy XIV with options for consumables" - language="Typescript" - languageColor="#2b7489" - /> <Card href="https://github.com/pinapelz/cloudflare-worker-d1-url-shortener" title="Cloudflare D1 Link Shortener" |
