ch/streamlines formatting|fx/adds missing section
This commit is contained in:
parent
0eed063478
commit
50d7ce24ea
Binary file not shown.
8
dist/index.html
vendored
8
dist/index.html
vendored
@ -6,15 +6,15 @@
|
|||||||
<link rel="icon" href="/favicon-928ba63f33046eed.ico" integrity="sha384-Neq57jnFrTfqAN1JvKAVVVcH1EW3//cZHmK2NRXRlNrxAZR6ErTvXzbOLSyHzkA4">
|
<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="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-41eb229f6c516288.js" crossorigin="anonymous" integrity="sha384-5owiTz49KdxhXPCnfR2GokkJnFqa++HeraekuGgskT+OizWrNTANvcXzigi62YCH"></head>
|
<link rel="modulepreload" href="/digitaler-frieden-6ccedcde5d939437.js" crossorigin="anonymous" integrity="sha384-5owiTz49KdxhXPCnfR2GokkJnFqa++HeraekuGgskT+OizWrNTANvcXzigi62YCH"></head>
|
||||||
<body class="bg-black text-white ">
|
<body class="bg-black text-white ">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import init, * as bindings from '/digitaler-frieden-41eb229f6c516288.js';
|
import init, * as bindings from '/digitaler-frieden-6ccedcde5d939437.js';
|
||||||
init('/digitaler-frieden-41eb229f6c516288_bg.wasm');
|
init('/digitaler-frieden-6ccedcde5d939437_bg.wasm');
|
||||||
window.wasmBindings = bindings;
|
window.wasmBindings = bindings;
|
||||||
|
|
||||||
</script><script>"use strict";
|
</script><script>"use strict";
|
||||||
|
@ -149,7 +149,8 @@ pub fn Clues() -> Html {
|
|||||||
<section id="next" class="fade-in w-full flex justify-center max-w-lg mb-4">
|
<section id="next" class="fade-in w-full flex justify-center max-w-lg mb-4">
|
||||||
<Link<Route>
|
<Link<Route>
|
||||||
to={Route::Relationship}
|
to={Route::Relationship}
|
||||||
classes={classes!("bg-primary",
|
classes={classes!(
|
||||||
|
"bg-primary",
|
||||||
"hover:bg-primary-dark",
|
"hover:bg-primary-dark",
|
||||||
"hover:text-white",
|
"hover:text-white",
|
||||||
"hover:-translate-y-1",
|
"hover:-translate-y-1",
|
||||||
|
@ -116,7 +116,7 @@ pub fn Deceased() -> Html {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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>
|
<Link<Route>
|
||||||
to={Route::Clues}
|
to={Route::Clues}
|
||||||
classes={yew::classes!(
|
classes={yew::classes!(
|
||||||
|
@ -107,6 +107,9 @@ pub fn Register() -> Html {
|
|||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
<section id="next" class="fade-in mb-6 w-full flex justify-center items-center">
|
||||||
<Link<Route>
|
<Link<Route>
|
||||||
to={Route::Deceased}
|
to={Route::Deceased}
|
||||||
classes={classes!(
|
classes={classes!(
|
||||||
@ -123,12 +126,11 @@ pub fn Register() -> Html {
|
|||||||
"text-center",
|
"text-center",
|
||||||
"w-full",
|
"w-full",
|
||||||
"h-16",
|
"h-16",
|
||||||
"mt-20", "flex", "justify-center", "items-center",
|
"mb-12","flex", "justify-center", "items-center",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{ "Weiter" }
|
{ "Weiter" }
|
||||||
</Link<Route>>
|
</Link<Route>>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
@ -119,6 +119,7 @@ pub fn Relationship() -> Html {
|
|||||||
"flex",
|
"flex",
|
||||||
"justify-center",
|
"justify-center",
|
||||||
"items-center",
|
"items-center",
|
||||||
|
"mb-12",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{ "Weiter" }
|
{ "Weiter" }
|
||||||
|
@ -8,7 +8,6 @@ pub fn SignUp() -> Html {
|
|||||||
html! {
|
html! {
|
||||||
<div class="flex flex-col justify-center items-center h-full space-y-16 px-8 m-0">
|
<div class="flex flex-col justify-center items-center h-full space-y-16 px-8 m-0">
|
||||||
<section id="navigation" class="mb-12">
|
<section id="navigation" class="mb-12">
|
||||||
|
|
||||||
<h3
|
<h3
|
||||||
class="text-primary
|
class="text-primary
|
||||||
hover:bg-text-dark
|
hover:bg-text-dark
|
||||||
@ -82,13 +81,14 @@ pub fn SignUp() -> Html {
|
|||||||
"w-full",
|
"w-full",
|
||||||
"min-h-12",
|
"min-h-12",
|
||||||
"h-12",
|
"h-12",
|
||||||
"flex", "justify-center", "items-center",
|
"flex", "justify-center", "items-center","mb-12"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{ "Weiter" }
|
{ "Weiter" }
|
||||||
</Link<Route>>
|
</Link<Route>>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section></div>
|
</section>
|
||||||
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,15 @@ pub fn Verify() -> Html {
|
|||||||
<p class="mb-3">{ "Bitte verifiziere deine E-Mail Adresse." }</p>
|
<p class="mb-3">{ "Bitte verifiziere deine E-Mail Adresse." }</p>
|
||||||
<p class="mb-8">{ "Wir haben dir eine E-Mail geschickt." }</p>
|
<p class="mb-8">{ "Wir haben dir eine E-Mail geschickt." }</p>
|
||||||
<div class="h-24 w-full">
|
<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>
|
</div>
|
||||||
<p class="mb-8">{ "Dann geht es hier weiter." }</p>
|
<p class="mb-8">{ "Dann geht es hier weiter." }</p>
|
||||||
</div>
|
</div>
|
||||||
@ -73,7 +81,7 @@ pub fn Verify() -> Html {
|
|||||||
"w-full",
|
"w-full",
|
||||||
"min-h-12",
|
"min-h-12",
|
||||||
"h-12",
|
"h-12",
|
||||||
"flex", "justify-center", "items-center",
|
"flex", "justify-center", "items-center","mb-12"
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
{ "Weiter" }
|
{ "Weiter" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user