From cf798ce76b2e3ae30fbd8bcf2981a5c1c2d92033 Mon Sep 17 00:00:00 2001 From: Agathe Badia Date: Thu, 21 Dec 2023 13:30:20 +0100 Subject: [PATCH] Add margins to paragraphs and accordion --- app/components/accordion/index.hbs | 2 +- app/routes/home/template.hbs | 11 +++++------ app/templates/application.hbs | 9 +++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/components/accordion/index.hbs b/app/components/accordion/index.hbs index 9677a0e..a68003a 100644 --- a/app/components/accordion/index.hbs +++ b/app/components/accordion/index.hbs @@ -1,7 +1,7 @@ {{!-- Flowbite accordion component --}}
+class="w-5/6 ml-6"> {{#each this.states as |state index|}} {{/each}} diff --git a/app/routes/home/template.hbs b/app/routes/home/template.hbs index 393e430..3ffd942 100644 --- a/app/routes/home/template.hbs +++ b/app/routes/home/template.hbs @@ -10,25 +10,24 @@

What is Bildungsurlaub?

-

In most federal states, employees are offered the opportunity to take time off work to take advantage of +

In most federal states, employees are offered the opportunity to take time off work to take advantage of opportunities for further education. This is known as "Bildungsurlaub" or "Bildungsfreistellung". In the overview below, you will find a brief description of each federal state that offers such a scheme and references - to sources that provide detailed information on requirements and further information. - InfoWeb Weiterbildung + to sources that provide detailed information on requirements and further information. - InfoWeb Weiterbildung

-

Educational leave is the legal entitlement of employees in [Germany] to time off work to participate in - recognized further education events with continued payment of remuneration. - Berlin.de

+

Educational leave is the legal entitlement of employees in [Germany] to time off work to participate in + recognized further education events with continued payment of remuneration. - Berlin.de

Definition and eligibility from the German law

- Each principle and eligibility depend on the state your are working in. In the overview below you will find a description of the principles (Grundsätze) and eligibility (Anspruch) of each state: +

Each principle and eligibility depend on the state your are working in. In the overview below you will find a description of the principles (Grundsätze) and eligibility (Anspruch) of each state:

{{log @model.data 'model.data'}} - --> Finish the accordion with all states

Include complete schema of scenarios

General scenario of eligibility containing employment status + if already used Bildungsurlaub days, and more diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 744af06..b07fa8f 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -1,7 +1,8 @@ -{{page-title "Bildungsurlaub"}} + {{page-title "Bildungsurlaub"}} -

Bildungsurlaub

+

Bildungsurlaub

+
+ {{outlet}} +
-{{outlet}} -