added tinywebsite to current projects, new badge
This commit is contained in:
parent
736823ebc7
commit
a44e76def4
5 changed files with 27 additions and 11 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
"steam": { name: "Steam API", color:"background-color : white", icon: "img/badges/steam.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"},
|
"prototype":{name: "Prototype", color:"background-color : CornflowerBlue", icon:"img/badges/prototype.png"},
|
||||||
"rust":{name: "Rust", color:"background-color : White", icon:"img/badges/rust.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
|
// 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
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,19 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd
|
||||||
<h1>Current Projects</h1>
|
<h1>Current Projects</h1>
|
||||||
<div class="featured-container">
|
<div class="featured-container">
|
||||||
|
|
||||||
|
<ProjectCardV2
|
||||||
|
src="img\tinyweb.png"
|
||||||
|
title="Server Charms"
|
||||||
|
description="Making a little tiny webserver out of an ESP32"
|
||||||
|
long-description=
|
||||||
|
"armed with a processor, wifi antenna and a total of 4mb of flash storage I'm running a tiny web server off an ESP32, so small I plan to carry it around with me while it broadcasts an open wifi hotspot, anyone who joins will be sent to the tiny website through a captive portal"
|
||||||
|
:buttons='[
|
||||||
|
// {link:"https://tabby-cat-nya.itch.io/rust-hacker",text:"Play Game"},
|
||||||
|
// {link:"https://github.com/tabby-cat-nya/RustHacker",text:"Project Github"},
|
||||||
|
|
||||||
|
]'
|
||||||
|
:badges='["esp32"]'
|
||||||
|
/>
|
||||||
|
|
||||||
<ProjectCardV2
|
<ProjectCardV2
|
||||||
src="https://img.itch.zone/aW1nLzI1MDU1OTEyLnBuZw==/315x250%23c/6xbLLl.png"
|
src="https://img.itch.zone/aW1nLzI1MDU1OTEyLnBuZw==/315x250%23c/6xbLLl.png"
|
||||||
|
|
@ -112,17 +125,7 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
||||||
<ProjectCardV2
|
|
||||||
src="img\lunar.png"
|
|
||||||
title="Super Lunar (Working Title)"
|
|
||||||
description="Cross between lunar lander and balloon trip breeze"
|
|
||||||
long-description=
|
|
||||||
"Im working on a new prototype game idea, no idea if it will come to anything but figured i might aswell try it out. Basically its a cross between balloon Trip Breeze from Nintendo Land and Lunar Lander - the arcade game. Players will have to navigate their fragile little ship around obstacles with limited fuel reserves to reach the end. "
|
|
||||||
:buttons='[
|
|
||||||
|
|
||||||
]'
|
|
||||||
:badges='["godot4","prototype"]'
|
|
||||||
/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,18 @@
|
||||||
<h1 class="no-margin">My Projects</h1>
|
<h1 class="no-margin">My Projects</h1>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="featured-container">
|
<div class="featured-container">
|
||||||
|
<ProjectCardV2
|
||||||
|
src="img\lunar.png"
|
||||||
|
title="Super Lunar (Working Title)"
|
||||||
|
description="Cross between lunar lander and balloon trip breeze"
|
||||||
|
long-description=
|
||||||
|
"Im working on a new prototype game idea, no idea if it will come to anything but figured i might aswell try it out. Basically its a cross between balloon Trip Breeze from Nintendo Land and Lunar Lander - the arcade game. Players will have to navigate their fragile little ship around obstacles with limited fuel reserves to reach the end. "
|
||||||
|
:buttons='[
|
||||||
|
|
||||||
|
]'
|
||||||
|
:badges='["godot4","prototype"]'
|
||||||
|
/>
|
||||||
|
|
||||||
<ProjectCardV2
|
<ProjectCardV2
|
||||||
src="img\adventofcode.png"
|
src="img\adventofcode.png"
|
||||||
title="Advent of Code 2025"
|
title="Advent of Code 2025"
|
||||||
|
|
|
||||||
BIN
public/img/badges/micro.png
Normal file
BIN
public/img/badges/micro.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
BIN
public/img/tinyweb.png
Normal file
BIN
public/img/tinyweb.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
Loading…
Add table
Add a link
Reference in a new issue