Merge branch 'sitetest' of github.com:Rowblox/rowblox into sitetest

This commit is contained in:
I-Have-An-Issue 2022-10-08 21:17:51 -04:00
commit bc275d0194
No known key found for this signature in database
GPG Key ID: E55435DEA0825091
4 changed files with 37 additions and 2 deletions

View File

@ -55,14 +55,14 @@
<a class="mr-6" href="/my/money">Money</a>
<a class="mr-6" href="/groups">Groups</a>
<a class="mr-6" href="/people">People</a>
<a class="mr-6" href="/my/blogs">Blogs</a>
<a class="mr-6" href="/blogs">Blogs</a>
<a class="mr-6" href="/my/invites">Invites</a>
</div>
</div>
<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

@ -0,0 +1,6 @@
<svelte:head>
<title>Home - Rowblox</title>
</svelte:head>
<p class="text-4xl text-left font-['Helvetica'] mt-32 font-bold">Wassup, User!</p>

View File

@ -0,0 +1,29 @@
<svelte:head>
<title>Games - Rowblox</title>
</svelte:head>
<div class="max-w-lg text-left text-black">
<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