diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-08-16 10:49:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-16 10:49:17 -0700 |
| commit | 6df68e4b247ce73c94f4654f539adfcf01a0d621 (patch) | |
| tree | 382f391fba18c83f1c5d936aefb569d6824e6f7c | |
| parent | 51070a2f9881db81dd9488a358484cca4b429d95 (diff) | |
Update projects.astro
| -rw-r--r-- | src/pages/projects.astro | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 1946640..3913e24 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -86,13 +86,13 @@ import Card from "../components/Card.astro"; tags={["Next", "Typescript", "React"]} /> <Card - href="https://github.com/pinapelz/pinapelz.github.io" - title="Blog" - body="My personal blog. A lot of technical rambling and random stuff that I wanted to get written down somewhere" - language="Astro" - languageColor="#ff5a03", - year="2023" - tags={["Astro", "Blog", "Writing"]} + href="https://github.com/pinapelz/Signpost" + title="Signpost" + body="A KV storage solution designed for hosting plaintext data for whatever purpose you need. Designed to host announcements/data for web aplications" + language="Typescript" + languageColor="#3178c6", + year="2024" + tags={["Vite", "React", "Typescript"]} /> </ul> </main> |
