From 5e494a2977f77abe9cfefac9d7b83da45f73f9ab Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Mon, 21 Jul 2025 15:01:31 +1000 Subject: [PATCH] update projects --- pages/hi.vue | 8 +++----- pages/index.vue | 23 +++-------------------- pages/projects.vue | 28 +++++++++++++--------------- public/img/artfight.png | Bin 0 -> 101131 bytes public/img/lunar.png | Bin 0 -> 14393 bytes 5 files changed, 19 insertions(+), 40 deletions(-) create mode 100644 public/img/artfight.png create mode 100644 public/img/lunar.png diff --git a/pages/hi.vue b/pages/hi.vue index 0036912..455776d 100644 --- a/pages/hi.vue +++ b/pages/hi.vue @@ -27,12 +27,10 @@ useSeoMeta({ 'The Chronos Terminal is a powerful device that executes command blocks based into it as soon as you unseal the chamber. Use it to your advantage to escape the time loop you've been caught in!' - Winner of the Playmakers August Game Jam! - - I'll also be showcasing this at the Playmakers booth at Smash anime convention 2025 in Sydney!" + - Winner of the Playmakers August Game Jam! + - Showcased at the playmakers booth for Smash 2025!" :buttons='[ - { link: "https://tabby-cat-nya.itch.io/chronochamber", text: "Play on Itch.io" }, - { link: "/chrono-chamber", text: "Landing page for Smash" } + { link: "https://tabby-cat-nya.itch.io/chronochamber", text: "Play on Itch.io" } ]' :badges='["godot4","gamejam"]' /> diff --git a/pages/index.vue b/pages/index.vue index 9cb40f5..5636e07 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -81,7 +81,7 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd

Current Projects