Create a header

This commit is contained in:
Amber M
2024-04-09 21:24:47 +01:00
parent ae4c27ae6e
commit 999cb8bf3f
6 changed files with 82 additions and 40 deletions
+11 -5
View File
@@ -47,14 +47,20 @@
<span>Welcome back {userEmail}</span>
<br />
{/if}
<SignUp {supabase} />
<br />
<SignIn {supabase} on:signedIn={setUserEmail} />
<br />
<SignOut {supabase} on:signedOut={setUserEmail} />
<div>
<PokemonSprite pokedexNumber={666} form={'poke-ball'} />
<PokemonSprite pokedexNumber={666} form={''} />
<PokemonSprite pokedexNumber={'003'} form={''} />
<div class="hero min-h-screen bg-base-200">
<div class="hero-content flex-col lg:flex-row-reverse">
<div class="text-center lg:text-left">
<h1 class="text-5xl font-bold">Start Your Pokemon Journey!</h1>
</div>
<div class="card shrink-0 w-full max-w-sm shadow-2xl bg-base-100">
<SignUp {supabase} />
</div>
</div>
</div>
<p></p>