added aoc, rust badge

This commit is contained in:
Tabby 2025-12-02 11:00:17 +11:00
parent a23dcbe25c
commit db758dd407
4 changed files with 16 additions and 0 deletions

View file

@ -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

View file

@ -83,6 +83,21 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd
<hr/>
<h1>Current Projects</h1>
<div class="featured-container">
<ProjectCardV2
src="img\adventofcode.png"
title="Advent of Code 2025"
description="Annual programming challenge"
long-description=
"Advent of Code is an Annual programming challenge, you can use whatever language you want to try and solve each days puzzle.
This year I'm attempting the challenge in Rust"
:buttons='[
{link:"https://github.com/tabby-cat-nya/advent-of-code-2025",text:"Visit Reposity"},
]'
:badges='["rust"]'
/>
<ProjectCardV2
src="img\fabcatAlpha.png"
title="Fabcat"

BIN
public/img/adventofcode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
public/img/badges/rust.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB