aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2023-10-23 16:16:28 -0700
committerPinapelz <yukais@pinapelz.com>2023-10-23 16:16:28 -0700
commit68435459a178ca4fb45e1474f637156b9f9ab7cf (patch)
tree6b405f77514f0567dd2ba9809eeff37ffab43f00
parentba0a00ef17d3a75f0a9079a378fcd040bf69e0d9 (diff)
remove minor projects
-rw-r--r--src/components/Card.astro2
-rw-r--r--src/pages/projects.astro19
2 files changed, 3 insertions, 18 deletions
diff --git a/src/components/Card.astro b/src/components/Card.astro
index 4de0a1b..7bad586 100644
--- a/src/components/Card.astro
+++ b/src/components/Card.astro
@@ -10,7 +10,7 @@ interface Props {
contribution?: string;
}
-const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="Contributor" } = Astro.props;
+const { href, title, body, language, languageColor, logoSrc, logoWidth = '60%', contribution="" } = Astro.props;
---
<li class="link-card">
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage