ch/streamlines formatting|fx/adds missing section

This commit is contained in:
itsscb 2024-04-22 23:11:22 +02:00
parent 0eed063478
commit 50d7ce24ea
9 changed files with 400 additions and 388 deletions

8
dist/index.html vendored
View File

@ -6,15 +6,15 @@
<link rel="icon" href="/favicon-928ba63f33046eed.ico" integrity="sha384-Neq57jnFrTfqAN1JvKAVVVcH1EW3//cZHmK2NRXRlNrxAZR6ErTvXzbOLSyHzkA4">
<link rel="preload" href="/digitaler-frieden-41eb229f6c516288_bg.wasm" crossorigin="anonymous" integrity="sha384-Q0T2T56iiwSG02s/4mtEOdpxvjBQbyYxts2yi95aI8YYmrLSsFL7e/o4rGVHjMSm" as="fetch" type="application/wasm">
<link rel="modulepreload" href="/digitaler-frieden-41eb229f6c516288.js" crossorigin="anonymous" integrity="sha384-5owiTz49KdxhXPCnfR2GokkJnFqa++HeraekuGgskT+OizWrNTANvcXzigi62YCH"></head>
<link rel="preload" href="/digitaler-frieden-6ccedcde5d939437_bg.wasm" crossorigin="anonymous" integrity="sha384-4ifYi1pq8Ih1mVjDI+GTtnXXbMv7C3BjH7mTEpcg7Qk+P/pU0vfUZgVbb1zBmslJ" as="fetch" type="application/wasm">
<link rel="modulepreload" href="/digitaler-frieden-6ccedcde5d939437.js" crossorigin="anonymous" integrity="sha384-5owiTz49KdxhXPCnfR2GokkJnFqa++HeraekuGgskT+OizWrNTANvcXzigi62YCH"></head>
<body class="bg-black text-white ">
<script type="module">
import init, * as bindings from '/digitaler-frieden-41eb229f6c516288.js';
init('/digitaler-frieden-41eb229f6c516288_bg.wasm');
import init, * as bindings from '/digitaler-frieden-6ccedcde5d939437.js';
init('/digitaler-frieden-6ccedcde5d939437_bg.wasm');
window.wasmBindings = bindings;
</script><script>"use strict";

View File

@ -149,7 +149,8 @@ pub fn Clues() -> Html {
<section id="next" class="fade-in w-full flex justify-center max-w-lg mb-4">
<Link<Route>
to={Route::Relationship}
classes={classes!("bg-primary",
classes={classes!(
"bg-primary",
"hover:bg-primary-dark",
"hover:text-white",
"hover:-translate-y-1",

View File

@ -116,7 +116,7 @@ pub fn Deceased() -> Html {
</div>
</div>
</section>
<section id="next" class="w-full fade-in flex justify-center max-w-lg ">
<section id="next" class="w-full fade-in flex justify-center max-w-lg mb-6">
<Link<Route>
to={Route::Clues}
classes={yew::classes!(

View File

@ -107,6 +107,9 @@ pub fn Register() -> Html {
type="text"
/>
</div>
</div>
</section>
<section id="next" class="fade-in mb-6 w-full flex justify-center items-center">
<Link<Route>
to={Route::Deceased}
classes={classes!(
@ -123,12 +126,11 @@ pub fn Register() -> Html {
"text-center",
"w-full",
"h-16",
"mt-20", "flex", "justify-center", "items-center",
"mb-12","flex", "justify-center", "items-center",
)}
>
{ "Weiter" }
</Link<Route>>
</div>
</section>
</div>
}

View File

@ -119,6 +119,7 @@ pub fn Relationship() -> Html {
"flex",
"justify-center",
"items-center",
"mb-12",
)}
>
{ "Weiter" }

View File

@ -8,7 +8,6 @@ pub fn SignUp() -> Html {
html! {
<div class="flex flex-col justify-center items-center h-full space-y-16 px-8 m-0">
<section id="navigation" class="mb-12">
<h3
class="text-primary
hover:bg-text-dark
@ -82,13 +81,14 @@ pub fn SignUp() -> Html {
"w-full",
"min-h-12",
"h-12",
"flex", "justify-center", "items-center",
"flex", "justify-center", "items-center","mb-12"
)}
>
{ "Weiter" }
</Link<Route>>
</div>
</div>
</section></div>
</section>
</div>
}
}

View File

@ -51,7 +51,15 @@ pub fn Verify() -> Html {
<p class="mb-3">{ "Bitte verifiziere deine E-Mail Adresse." }</p>
<p class="mb-8">{ "Wir haben dir eine E-Mail geschickt." }</p>
<div class="h-24 w-full">
<svg class="mail-animation mb-12 w-16 text-primary" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M0 0h24v24H0z" fill="none"/><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/></svg>
<svg
class="mail-animation mb-12 w-16 text-primary"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
fill="currentColor"
>
<path d="M0 0h24v24H0z" fill="none" />
<path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z" />
</svg>
</div>
<p class="mb-8">{ "Dann geht es hier weiter." }</p>
</div>
@ -73,7 +81,7 @@ pub fn Verify() -> Html {
"w-full",
"min-h-12",
"h-12",
"flex", "justify-center", "items-center",
"flex", "justify-center", "items-center","mb-12"
)}
>
{ "Weiter" }