diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-07-28 06:45:46 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-07-28 06:45:46 -0700 |
| commit | d38b6aab34f9b0a9569d4d8cf3c4d7a3d4a0476d (patch) | |
| tree | fca81d8aca4946bd0bd301975aa861a49c710fd0 /src/pages/projects.astro | |
| parent | 04b9ceb3f175352648cac245b2333cb4acb5e7ea (diff) | |
personal page -> mojibaka
Diffstat (limited to 'src/pages/projects.astro')
| -rw-r--r-- | src/pages/projects.astro | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/pages/projects.astro b/src/pages/projects.astro index 86122e9..91c9c4a 100644 --- a/src/pages/projects.astro +++ b/src/pages/projects.astro @@ -86,13 +86,13 @@ import Card from "../components/Card.astro"; tags={["Python", "Flask", "Postgres", "Redis"]} /> <Card - href="https://github.com/pinapelz.com" - title="Personal Website" - body="This website! Fully built using Astro, a superset of HTML (and so is my blog linked in the buttons down below)" - language="Astro" - languageColor="#ff5a03", + href="https://github.com/pinapelz/mojibaka" + title="Mojibaka" + body="A simple to use web app that fixes corrupted texts due to encoding/decoding in incorrect charsets." + language="Python" + languageColor="#3572A5", year="2023" - tags={["Astro", "HTML", "Tailwind", "Javascript"]} + tags={["Flask", "Tailwind", "Python"]} /> </ul> </main> |
