Add GWJ game to portfolio

This commit is contained in:
Aria 2025-04-25 23:44:39 +10:00
parent 5613e2f2f9
commit 2d39184d0a
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
3 changed files with 202 additions and 116 deletions

View file

@ -6,7 +6,7 @@ const { name, date, tags, link } = Astro.props;
<Partition>
<h2><a class="nav-btn text-2xl" href={link} target="_blank">{name}</a></h2>
<p>Date: {date}</p>
<p><sub>{tags}</sub></p>
<p>Tags: <sub>{tags}</sub></p>
<hr/>
<p><slot /></p>
</Partition>