various changes
This commit is contained in:
parent
8495215748
commit
733a6d46c4
5 changed files with 75 additions and 53 deletions
|
|
@ -4,6 +4,49 @@
|
|||
<h1 class="no-margin">My Projects</h1>
|
||||
<hr>
|
||||
<div class="featured-container">
|
||||
|
||||
<ProjectCardV2
|
||||
src="img\projects\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
|
||||
src="https://img.itch.zone/aW1nLzI1MDU1OTEyLnBuZw==/315x250%23c/6xbLLl.png"
|
||||
title="Rust Hacker"
|
||||
description="Scavenge parts from the ewaste bin to build your botnet"
|
||||
long-description=
|
||||
""
|
||||
: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='["godot4", "gamejam"]'
|
||||
/>
|
||||
<ProjectCardV2
|
||||
src="https://img.itch.zone/aW1nLzE2NTkxMzEyLnBuZw==/315x250%23c/0Y7BUi.png"
|
||||
href="https://clevertop.itch.io/kitten-calamity"
|
||||
title="Kitten Calamity"
|
||||
description="Cute little game made in about 29 hours for the UTS Tech Fest game jam! Grab a friend and find out who can be the most destructive little kitten in one minute :3"
|
||||
long-description=
|
||||
"This little project was made with a team of 3 for the UTS Tech Fest Game Jam. Using Godot, my main focus was on the player controls, the overall game logic and the user interface.
|
||||
|
||||
At the end of the game jam our game received the Most Intuitive Game award."
|
||||
:buttons='[
|
||||
{ link: "https://clevertop.itch.io/kitten-calamity", text: "Play on Itch.io" }
|
||||
]'
|
||||
:badges='["godot4","gamejam"]'
|
||||
/>
|
||||
|
||||
<ProjectCardV2
|
||||
src="img\projects\lunar.png"
|
||||
title="Super Lunar (Working Title)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue