From db758dd4071407a01cbe52ed0bd9af7478a71c76 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:00:17 +1100 Subject: [PATCH] added aoc, rust badge --- components/Badge.vue | 1 + pages/index.vue | 15 +++++++++++++++ public/img/adventofcode.png | Bin 0 -> 42993 bytes public/img/badges/rust.png | Bin 0 -> 41818 bytes 4 files changed, 16 insertions(+) create mode 100644 public/img/adventofcode.png create mode 100644 public/img/badges/rust.png diff --git a/components/Badge.vue b/components/Badge.vue index 0446650..618480c 100644 --- a/components/Badge.vue +++ b/components/Badge.vue @@ -48,6 +48,7 @@ "threejs": { name: "Three.js", color:"background-color : white", icon: "img/badges/three.png"}, "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"}, }; // 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 f5c2f33..23674cd 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -83,6 +83,21 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd

Current Projects