added footer text and links
This commit is contained in:
parent
c66b80e818
commit
51db0f1fab
|
|
@ -1,6 +1,6 @@
|
|||
<a href="/games/1">
|
||||
<img
|
||||
class="w-full min-h-28 max-h-28 mb-2"
|
||||
class="w-full min-h-28 max-h-28 mb-4"
|
||||
src="https://cdn.discordapp.com/attachments/1025864353452400812/1028718186700480513/058f09be8a19b8607d6fe50baa6659a1-AdBannerTemplate.png"
|
||||
alt="Your ad here."
|
||||
/>
|
||||
|
|
|
|||
|
|
@ -59,17 +59,17 @@
|
|||
<slot />
|
||||
</div>
|
||||
|
||||
<div class="flex text-white items-center justify-start bg-blue-700 mt-4">
|
||||
<div class="flex text-white items-center justify-start scrolling-background mt-4">
|
||||
<div class="container">
|
||||
<div class="flex text-center py-2 border-b border-blue-400">
|
||||
<a class="text-lg flex-auto" href="/#">Terms of Service</a>
|
||||
<a class="text-lg flex-auto" href="/#">Rules</a>
|
||||
<a class="text-lg flex-auto" href="/#">Privacy Policy</a>
|
||||
<a class="text-lg flex-auto" href="/#">Credits</a>
|
||||
<a class="text-lg flex-auto" href="/#">Statistics</a>
|
||||
<div class="flex text-center py-2 border-b border-blue-500">
|
||||
<a class="text-lg flex-auto" href="/about/tos">Terms of Service</a>
|
||||
<a class="text-lg flex-auto" href="/about/rules">Rules</a>
|
||||
<a class="text-lg flex-auto" href="/about/privacy">Privacy Policy</a>
|
||||
<a class="text-lg flex-auto" href="/about/credits">Credits</a>
|
||||
</div>
|
||||
<div class="p-2">
|
||||
<img class="w-72 mr-6" src="/img/banner.png" alt="" />
|
||||
<img class="w-72 mr-6 justify-start inline saturate-150" src="/img/banner.png" alt="" />
|
||||
<h1 class="justify-end inline">© Rowblox {new Date().getFullYear()} | Rowblox is sponsored, authorized and endorsed by Ghetto Smosh.</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
<svelte:head>
|
||||
<title>Credits - Rowblox</title>
|
||||
</svelte:head>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<svelte:head>
|
||||
<title>Privacy - Rowblox</title>
|
||||
</svelte:head>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<svelte:head>
|
||||
<title>Rules - Rowblox</title>
|
||||
</svelte:head>
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
<svelte:head>
|
||||
<title>Terms of Service - Rowblox</title>
|
||||
</svelte:head>
|
||||
Loading…
Reference in New Issue