add alert . an d banner ad 🔥🔥💯👍Class alwasys lit

This commit is contained in:
unexp 2022-10-09 17:08:08 -03:00
parent 478bfd1423
commit a8b23218ea
3 changed files with 11 additions and 1 deletions

View File

@ -0,0 +1,3 @@
<a href="/games/1">
<img class="w-full min-h-28 max-h-28" src="https://cdn.discordapp.com/attachments/1025864353452400812/1028718186700480513/058f09be8a19b8607d6fe50baa6659a1-AdBannerTemplate.png" alt="Your ad here.">
</a>

View File

@ -0,0 +1,3 @@
<div class="container flex bg-indigo-600 outline outline-1 outline-indigo-700 items-center justify-center mb-4 mt-[-1rem]">
<p class="text-white">This is an example alert</p>
</div>

View File

@ -1,12 +1,16 @@
<script> <script>
import Game from "$lib/components/GameListed.svelte"; import Game from "$lib/components/GameListed.svelte";
import Friend from "$lib/components/UserListed.svelte"; import Friend from "$lib/components/UserListed.svelte";
import Banner from "$lib/components/AdBanner.svelte";
import Alert from "$lib/components/Alert.svelte";
</script> </script>
<svelte:head> <svelte:head>
<title>Home - Rowblox</title> <title>Home - Rowblox</title>
</svelte:head> </svelte:head>
<Alert />
<Banner />
<br>
<div class="flex items-center"> <div class="flex items-center">
<img class="rounded-full border-2 border-grey-300 w-36 h-36 mx-2 shadow-lg" src="" alt="" /> <img class="rounded-full border-2 border-grey-300 w-36 h-36 mx-2 shadow-lg" src="" alt="" />
<p class="mx-2 font-bold text-3xl">Hello, Only16Characters!</p> <p class="mx-2 font-bold text-3xl">Hello, Only16Characters!</p>