Skip to content

Commit

Permalink
feat: add new gamejam competitions
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren committed Oct 24, 2024
1 parent 0812be4 commit 90be6fd
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/pages/competitions/creative.astro
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,38 @@ const boxStyles = "p-6 rounded-3xl sm:mx-auto sm:rounded-2xl";
beste hackeren vinne!
</p>
</CreativeBox>
<CreativeBox
title="GameJam"
class={`${boxStyles}`}
prizes={[{}, {}, {}]}
category="utvikling"
>
<p>
Lag det beste spillet i løpet av 48 timer. Få med deg noen venner og
utfordre dere selv til å jobbe hardt for å lage et råkult spill!
</p>
</CreativeBox>
<CreativeBox
title="Roblox GameJam"
class={`${boxStyles}`}
prizes={[
{
price: 2000,
},
{
price: 1000,
},
{
price: 500,
},
]}
category="utvikling"
>
<p>
Lag det beste Roblox spillet i løpet av 36 timer, alene eller med
venner. Jobb hardt for å lage det mest imponerende spillet!
</p>
</CreativeBox>
</div>
</ContentContainer>
</Main>
Expand Down

0 comments on commit 90be6fd

Please sign in to comment.