added project n5 to games page; added dates to game page banners; added link to copyparty on main page

This commit is contained in:
2025-08-16 16:42:16 +02:00
parent 35ec418adc
commit 71cb69a290
5 changed files with 69 additions and 8 deletions

View File

@@ -41,7 +41,12 @@
<p class="project-subtitle">» {game.subtitle}</p>
{/if}
{#if game.banner}
<img class="project-banner" src="{game.banner}">
<div class="project-banner-container">
<img class="project-banner" src="{game.banner}">
{#if game.date}
<p class="project-date">{game.date}</p>
{/if}
</div>
{/if}
{#if game.icon}
<img class="project-icon" src="{game.icon}">