Skip to content

Commit

Permalink
feat(bildungsurlaub): Quick update on template
Browse files Browse the repository at this point in the history
  • Loading branch information
Agathebadia committed Mar 10, 2024
1 parent d9830e1 commit 5f60a71
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions app/routes/home/template.hbs
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
TODO:
<h3>Styling of each section</h3>
<h3>Styling of titles</h3>
<h3>Link content to table of content</h3>
<h3>Fix schema mermaid: Use SVG or .md generator</h3>
<h3>Add alt text for mermaid schema</h3>
<h3>Replace Tailwind logo with Bildungsurlaub one (Canva logo creation? or ask ChatGPT for platform to create logos)</h3>
<h3>Verify pages are accessible with Colorblind extension + Lighthouse</h3>

<div class="flex justify-center">
<div>
<img src="images/mermaid.png" alt="schema to employed until eligibility for bildungsurlaub">
</div>
{{!-- TODO: Ideally find a way to display a SVG instead, which is more accessible --}}
{{!-- Mermaid live editor: https://mermaid.live/edit#pako:eNpNkDtvwzAMhP8KwTkG6jTooKFDH0OHTtkKL4xFOwIk0dAjgRDkv1d1UFiaqA-n4-luOIpmVBgTJf4wNAdy3WU_eKhnhb2CT7dYKawbulfw5SGdGUZxC_kCkwRwErhC8vBSZ5_OsXnyXI2smc3J8ip-M1ZnP8ccLOVTIzwoeK8WOTLkBZJA_wSaSgS-cCiQrgKFKbTePXTd63-0NubKH-vbKBs-4A4dB0dG1xpuf6IB678cD6jqqHmibNOAg79XKeUkx-JHVClk3mFe9FYcqolsrLQW8iOy3VmbJOH7UfXa-P0XYap84w --}}
</div>
<h3>Schema needs a complete alt text</h3>

TABLE OF content
{{!-- TODO --}}
Expand All @@ -20,9 +28,7 @@ TABLE OF content
- After your Bildungsurlaub

<div>
<h2><b>TODO:</b></h2>

<h3>What is Bildungsurlaub?</h3>
<h2>What is Bildungsurlaub?</h2>

<p class="m-8"><em><q>In most federal states, employees are offered the opportunity to take time off work to take advantage of
opportunities
Expand All @@ -36,7 +42,7 @@ TABLE OF content
<p class="m-8"><em><q>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. </q></em> - Berlin.de</p>

<h3>Definition and eligibility according to the German law</h3>
<h2>Definition and eligibility according to the German law</h2>

<p class="m-8">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:</p>

Expand All @@ -46,7 +52,7 @@ TABLE OF content
<Entitlement @states={{@model.data}} />


<h3>Find a Bildungsurlaub</h3>
<h2>Find a Bildungsurlaub</h2>
<p>In the German states with Bildungsurlaub regulations, the common rule is to be employed for at least 6 months, to be eligible for Bildungsurlaub (5 days per year or 10 days every 2 years, see #Entitlement content for details). Also, the education itself must be recognized as Bildungsurlaub in the German state you are working in.</p>

<p>Reminder: If approved, the employer continues to pay the salary of the employee (while attending further education), BUT the course is at the expense of the <em>employee</em>. Depending on the company, and/or the nature of the course, and/or the nature of your work, and the existing rules within your company, the employer can grant an educational budget, which can be used for Bildungsurlaub.</p>
Expand All @@ -59,9 +65,9 @@ TABLE OF content
<li><a class="underline underline-offset-2" href="https://www.kursfinder.de/ratgeber/bildungsurlaub-14199">Kursfinder</a></li>
<li><a class="underline underline-offset-2" href="https://www.berlin.de/sen/arbeit/weiterbildung/bildungszeit/suche/">Bildungsurlaub - Official Berlin website</a></li>
</ul>
<h3>List or schema of actions</h3>
<h2>List or schema of actions</h2>

<h3> Request approval for Bildungsurlaub</h3>
<h2> Request approval for Bildungsurlaub</h2>
Once you have found a course, I recommend you to follow the below steps:

<ul style="list-style: inside">
Expand All @@ -71,7 +77,7 @@ TABLE OF content
</li>
<li>Prepare your request to have your Bildungsurlaub approved (see in the next section)</li>
</ul>
<h3>Create a request for Bildungsurlaub to HR</h3>
<h2>Create a request for Bildungsurlaub to HR</h2>

<p>You are about the submit a request for a Bildungsurlaub. In order to ease the process, I advise you to prepare the following:</p>
<ul style="list-style: inside">
Expand Down Expand Up @@ -117,14 +123,9 @@ TABLE OF content
<button class="border-solid border-black "
{{on "click" (fn this.copyContent "copyGermanTemplateToClipboard")}}>Copy to clipboard!</button>

<h3>After your Bildungsurlaub</h3>
<h2>After your Bildungsurlaub</h2>

<p>You're Bildungsurlaub is over? Make sure to forward your certificate to your HR department (or the original department of approval), to confirm the education has taken place at the agreed school, with the agreed courses.</p>

<h3>Create table of content</h3>
<h3>Add additional links</h3>
<h3>Replace Tailwind logo with Bildungsurlaub one (Canva logo creation? or ask ChatGPT for platform to create logos)</h3>
<h3>Verify pages are accessible with Colorblind extension + Lighthouse</h3>
</div>


Expand Down

0 comments on commit 5f60a71

Please sign in to comment.