From a44e76def42e00e6007b563ab2d7b5c241f0f3b6 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Sat, 31 Jan 2026 05:50:14 +0000 Subject: [PATCH] added tinywebsite to current projects, new badge --- components/Badge.vue | 1 + pages/index.vue | 25 ++++++++++++++----------- pages/projects.vue | 12 ++++++++++++ public/img/badges/micro.png | Bin 0 -> 8656 bytes public/img/tinyweb.png | Bin 0 -> 78314 bytes 5 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 public/img/badges/micro.png create mode 100644 public/img/tinyweb.png diff --git a/components/Badge.vue b/components/Badge.vue index 618480c..e9a6e64 100644 --- a/components/Badge.vue +++ b/components/Badge.vue @@ -49,6 +49,7 @@ "steam": { name: "Steam API", color:"background-color : white", icon: "img/badges/steam.png"}, "prototype":{name: "Prototype", color:"background-color : CornflowerBlue", icon:"img/badges/prototype.png"}, "rust":{name: "Rust", color:"background-color : White", icon:"img/badges/rust.png"}, + "esp32":{name: "ESP32", color:"background-color : White", icon:"img/badges/micro.png"}, }; // i wanna add some sort of data here, likely a dictionary, that matches a string to a Display name, Icon and Color for a badge diff --git a/pages/index.vue b/pages/index.vue index 2545a89..1443eb6 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -84,6 +84,19 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd

Current Projects