-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
111 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,107 @@ | ||
<script> | ||
import { Button, Card, Gallery } from 'flowbite-svelte'; | ||
import { ArrowRightOutline } from 'flowbite-svelte-icons'; | ||
// Define the styles for the header, paragraph, arrow, and button | ||
const headerStyle = 'mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white'; | ||
const paragraphStyle = 'mb-3 font-normal text-gray-700 dark:text-gray-400 leading-tight'; | ||
const arrowStyle = 'ms-2 h-6 w-6 text-white'; | ||
const buttonStyle = 'w-fit'; | ||
const galleryStyle = 'grid-cols-1 md:grid-cols-2 gap-y-12'; | ||
const cardStyle = 'p-6 m-4 w-full'; | ||
</script> | ||
|
||
<!-- This is a dummy landing page that is only there to check that the AbstractComponent works as it should--> | ||
<Gallery class={galleryStyle}> | ||
<Card class={cardStyle}> | ||
<h5 class={headerStyle}>Was ist Mondey?</h5> | ||
<p class={paragraphStyle}> | ||
<Gallery class="grid-cols-1 gap-y-12 md:grid-cols-2"> | ||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"> | ||
Was ist Mondey? | ||
</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
<i>Mondey</i> ist ein wissentschaftlich geprüftes Programm zure Dokumentation der Entwicklung von | ||
Kindern bis 6 Jahren. | ||
</p> | ||
<Button class={buttonStyle}>Mehr Info <ArrowRightOutline class={arrowStyle} /></Button> | ||
<Button class="w-fit">Mehr Info <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class={cardStyle}> | ||
<h5 class={headerStyle}>Wozu ist Mondey gut?</h5> | ||
<p class={paragraphStyle}> | ||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"> | ||
Wozu ist Mondey gut? | ||
</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
Anhand ihrer Bewertungen der Fähigkeiten des Kindes erhalten sie Feedback zum | ||
Entwicklungsstand des Kindes und können so frühzeitig Fördermaßnahmen einleiten. Dies folgt | ||
einem übersichtlichen Ampelsystem. | ||
</p> | ||
<Button class={buttonStyle}>Mehr Info <ArrowRightOutline class={arrowStyle} /></Button> | ||
<Button class="w-fit">Mehr Info <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class={cardStyle}> | ||
<h5 class={headerStyle}>Was umfasst Mondey?</h5> | ||
<p class={paragraphStyle}> | ||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"> | ||
Was umfasst Mondey? | ||
</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
<i>Mondey</i> umfasst unterschiedliche Entwicklungsbereiche wie von Kindern im Alter von 0 bis | ||
6 Jahren. Dazu gehören unter anderem Grob-und feinmotorik, Wahrnehmung, Denkne, Sprache und Soziale | ||
Beziehungen. | ||
</p> | ||
<Button class={buttonStyle}>Mehr Info <ArrowRightOutline class={arrowStyle} /></Button> | ||
<Button class="w-fit">Mehr Info <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class={cardStyle}> | ||
<h5 class={headerStyle}>Wie funktioniert Mondey?</h5> | ||
<p class={paragraphStyle}> | ||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"> | ||
Wie funktioniert Mondey? | ||
</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
Sie bewerten wie gut das Kind bestimmte Alltagshandlungen durchführen kann mit Hilfe einer | ||
Liste von Fragen. | ||
</p> | ||
<Button class={buttonStyle}>Mehr Info <ArrowRightOutline class={arrowStyle} /></Button> | ||
<Button class="w-fit">Mehr Info <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class={cardStyle}> | ||
<h5 class={headerStyle}>Wo fange ich an?</h5> | ||
<p class={paragraphStyle}> | ||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"> | ||
Wo fange ich an? | ||
</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
Um zu beginnen, müssen sie sich registrieren und ein Profil für ihr Kind anlegen. | ||
</p> | ||
<Button class={buttonStyle}>Los geht's <ArrowRightOutline class={arrowStyle} /></Button> | ||
<Button class="w-fit">Los geht's <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">dummy?</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
<i | ||
>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Impedit repellendus distinctio | ||
facilis! Voluptas corrupti recusandae sapiente doloribus voluptatem fugiat ducimus. | ||
</i> | ||
</p> | ||
<Button class="w-fit">dummy <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">dummy?</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
<i | ||
>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Impedit repellendus distinctio | ||
facilis! Voluptas corrupti recusandae sapiente doloribus voluptatem fugiat ducimus. | ||
</i> | ||
</p> | ||
<Button class="w-fit">dummy <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">dummy?</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
<i | ||
>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Impedit repellendus distinctio | ||
facilis! Voluptas corrupti recusandae sapiente doloribus voluptatem fugiat ducimus. | ||
</i> | ||
</p> | ||
<Button class="w-fit">dummy <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
|
||
<Card class="m-4 w-full p-6"> | ||
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">dummy?</h5> | ||
<p class="mb-3 font-normal leading-tight text-gray-700 dark:text-gray-400"> | ||
<i | ||
>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Impedit repellendus distinctio | ||
facilis! Voluptas corrupti recusandae sapiente doloribus voluptatem fugiat ducimus. | ||
</i> | ||
</p> | ||
<Button class="w-fit">dummy <ArrowRightOutline class="ms-2 h-6 w-6 text-white" /></Button> | ||
</Card> | ||
</Gallery> |