added cards for my GDS2 and SGS projects

This commit is contained in:
Tabby 2025-08-03 18:32:29 +10:00
parent 9c45b47745
commit 5bfb3260a7

View file

@ -80,6 +80,26 @@ var { data } = await useAsyncData('home', () => queryContent('blog').where({hidd
<hr/>
<h1>Current Projects</h1>
<div class="featured-container">
<ProjectCardV2
src="img\newProject.png"
title="Upcoming GDS2 Project"
description="Game Design Studio 2 Project"
long-description=
"I'll be working with a group to make a game over the duration of the Spring session at UTS"
/>
<ProjectCardV2
src="img\newProject.png"
title="Upcoming SGS Project"
description="Serious Games and Gamification Studio Project"
long-description=
"I'll be making a game that is designed to be more than just entertaining to play, Will update with more details as I hone in on my project but currently thinking about doing some sort of game focused on walking around in the real world to earn you resources/discoveries you can use in-game. Something like the 3DS play coin system!
Will be working on it throughout the Spring session at UTS"
/>
<ProjectCardV2