added games page

This commit is contained in:
ROEvGABE 2022-10-08 20:34:49 -04:00
parent 3a9824add8
commit c50e881046
4 changed files with 21 additions and 4 deletions

View File

@ -62,7 +62,7 @@
<div class="mobile-compatible scrolling-background text-lg py-1 text-white">
<div class="container flex items-center">
<p>"I'm lazy as fuck" -calones</p>
<p>"I'm racist" -calones</p>
</div>
</div>

View File

@ -3,4 +3,4 @@
</svelte:head>
<p class="text-4xl text-left font-['Helvetica'] mt-32 font-bold">Hello, User!</p>
<p class="text-4xl text-left font-['Helvetica'] mt-32 font-bold">Wassup, User!</p>

View File

@ -6,7 +6,24 @@
<p class="text-4xl text-left font-['Helvetica'] font-bold mt-20 py-5">Games</p>
<div class="text-xl text-blue-500">
<a class="px-5 py-1 rounded shadow-lg border-2 border-blue-500 hover:bg-blue-300" href="/my/places">Create a game</a>
</div>
</div>
<div class="rounded-lg border border-gray-400 w-52 mt-10 h-60 flex-auto">
<div class="p-2">
<h1 class="mb-2 text-xl font-bold">ORC Court</h1>
<img class="w-44 h-32 mx-auto" src="/img/worker.png" alt="" />
<p class="text-bold">Welcome to Court!</p>
</div>
<div class="text-xl text-white">
<a class="px-5 py-1 rounded shadow-lg border-2 bg-green-500 mx-2" href="/game/id">Play</a>
</div>
</div>

BIN
static/img/worker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB