diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:24:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-27 01:24:59 -0700 |
| commit | 8116b9121eb22d3bd4f986bbceb53bfea07a4085 (patch) | |
| tree | 51830513a4ac620bf7e445fbb14c5d1e8fcae719 | |
| parent | d35b9b0f4a753d00fca31dcd8f811385e7da7f0e (diff) | |
update project descriptions
| -rw-r--r-- | src/pages/projects.astro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 2758a78..3190be7 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -78,7 +78,7 @@ import Card from "../components/Card.astro"; /> <Card href="https://github.com/pinapelz/IMissVTuber" - title="IMissVtuber" + title="IMissVTuber" body="A boilerplate template application for easily deploying a fansite for any VTuber listed on Holodex" language="Typescript" languageColor="#3178c6" @@ -97,11 +97,11 @@ import Card from "../components/Card.astro"; <Card href="https://blog.pinapelz.com" title="Personal Blog" - body="My personal blog where I ramble about various technical topics, projects, and other things that interest me" + body="My personal blog where I ramble about various technical topics, projects, and other things that interest me. Written in Astro and uses MDX which combines the ease of markdown with the interactivity of React" language="Astro" languageColor="#ff5a03", year="2023" - tags={["Astro", "HTML", "Javascript", "Markdown"]} + tags={["Astro", "HTML", "Javascript", "MDX", "Markdown"]} /> <Card href="https://github.com/pinapelz/Signpost" @@ -115,7 +115,7 @@ import Card from "../components/Card.astro"; <Card href="https://github.com/pinapelz/ffxiv-chronowatcher" title="ffxiv-chronowatcher" - body="A Rust library for calculating Eorzean time and predicting future zone forecasts in Final Fantasy XIV. Published on crates.io" + body="A Rust library for calculating Eorzean time and predicting future zone forecasts in Final Fantasy XIV. Unittested and published on crates.io" language="Rust" languageColor="#dea584", year="2024" |
