Add GWJ game to portfolio
This commit is contained in:
parent
5613e2f2f9
commit
2d39184d0a
3 changed files with 202 additions and 116 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue