mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-27 14:02:14 +00:00
feat: descriptions for registration
This commit is contained in:
parent
91d567ba5a
commit
65bc2e404f
1 changed files with 5 additions and 6 deletions
|
|
@ -220,8 +220,7 @@
|
||||||
<form on:submit={handleSubmit}>
|
<form on:submit={handleSubmit}>
|
||||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Registrace</h1>
|
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Registrace</h1>
|
||||||
<p class="text-sspsGray mt-8 block text-center font-light">
|
<p class="text-sspsGray mt-8 block text-center font-light">
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget
|
V rámci usnadnění přijímacího řízení jsme připravili online formulář, který vám pomůže s vyplněním potřebných údajů.
|
||||||
elit.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full items-center justify-center md:flex-col">
|
<div class="flex w-full items-center justify-center md:flex-col">
|
||||||
<span class="mt-8 w-full">
|
<span class="mt-8 w-full">
|
||||||
|
|
@ -255,7 +254,7 @@
|
||||||
{#if pageIndex === 1}
|
{#if pageIndex === 1}
|
||||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Něco o tobě</h1>
|
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Něco o tobě</h1>
|
||||||
<p class="text-sspsGray mt-8 block text-center font-light">
|
<p class="text-sspsGray mt-8 block text-center font-light">
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget elit.
|
Pro registraci je potřeba vyplnit několik údajů o tobě. Tyto údaje budou použity pro přijímací řízení. Všechny údaje jsou důležité a bez nich se registrace nezdaří.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-row md:flex-col">
|
<div class="flex w-full flex-row md:flex-col">
|
||||||
<span class="mt-8 w-full">
|
<span class="mt-8 w-full">
|
||||||
|
|
@ -305,7 +304,7 @@
|
||||||
{#if pageIndex === 2}
|
{#if pageIndex === 2}
|
||||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Už jen kousek!</h1>
|
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Už jen kousek!</h1>
|
||||||
<p class="text-sspsGray mt-8 block text-center font-light">
|
<p class="text-sspsGray mt-8 block text-center font-light">
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget elit.
|
Sběr dat o zákonném zástupci je klíčový pro získání důležitých kontaktů a informací.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-col">
|
<div class="flex w-full flex-col">
|
||||||
<span class="mt-8 w-full">
|
<span class="mt-8 w-full">
|
||||||
|
|
@ -340,7 +339,7 @@
|
||||||
{#if pageIndex === 3}
|
{#if pageIndex === 3}
|
||||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Dobrovolné!</h1>
|
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Dobrovolné!</h1>
|
||||||
<p class="text-sspsGray mt-8 block text-center font-light">
|
<p class="text-sspsGray mt-8 block text-center font-light">
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget elit.
|
V případě, že máte druhého zákonného zástupce (např. otec a matka), můžete jej zde zadat.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-col">
|
<div class="flex w-full flex-col">
|
||||||
<span class="mt-8 w-full">
|
<span class="mt-8 w-full">
|
||||||
|
|
@ -375,7 +374,7 @@
|
||||||
{#if pageIndex === 4}
|
{#if pageIndex === 4}
|
||||||
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Poslední krok</h1>
|
<h1 class="text-sspsBlue mt-8 text-4xl font-semibold">Poslední krok</h1>
|
||||||
<p class="text-sspsGray mt-8 block text-center font-light">
|
<p class="text-sspsGray mt-8 block text-center font-light">
|
||||||
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br /> Fusce suscipit libero eget elit.
|
Zadejte prosím své občanství, rodné číslo a obor na který se hlásíte.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex w-full flex-row md:flex-col">
|
<div class="flex w-full flex-row md:flex-col">
|
||||||
<span class="mt-8 w-full">
|
<span class="mt-8 w-full">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue