-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(bildungsUrlaub): Update mermaid and draft table of content
- Loading branch information
1 parent
989623b
commit 53eeb4d
Showing
5 changed files
with
26 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
<table > | ||
<caption class="font-extrabold">Entitlement for each German state</caption> | ||
<div class=""> | ||
<table class="border-separate border border-slate-400"> | ||
<caption class="my-2 font-extrabold border border-slate-400">Entitlement for each German state</caption> | ||
<tr class=""> | ||
<td class="py-3"></td> | ||
<th class="py-3" scope="col">Entitlement per year</th> | ||
<th class="py-3" scope="col">Entitlement of 2 years may be combined</th> | ||
<td class="py-3 px-2"></td> | ||
<th class="py-3 px-2 border border-slate-300" scope="col">Entitlement per year</th> | ||
<th class="py-3 px-2 border border-slate-300" scope="col">Entitlement of 2 years may be combined</th> | ||
</tr> | ||
{{#each @states as |state|}} | ||
<tr> | ||
<th class="py-3" scope="row">{{state.stateName}}</th> | ||
<td class="py-3">{{state.entitlementPerYear}}</td> | ||
<td class="py-3">{{state.entitlementOfTwoYears}}</td> | ||
<th class="py-3 px-2 border border-slate-300" scope="row">{{state.stateName}}</th> | ||
<td class="py-3 px-2 border border-slate-300">{{state.entitlementPerYear}}</td> | ||
<td class="py-3 px-2 border border-slate-300">{{state.entitlementOfTwoYears}}</td> | ||
</tr> | ||
{{/each}} | ||
</div> | ||
</table> | ||
|
||
<div class="text-right"> | ||
Source: <a href="https://bildungsurlaub-approval.com/info-educators/" target="_blank" | ||
class="underline underline-offset-2">Bildungsurlaub approval</a> | ||
</div> | ||
</table> | ||
Source: <a href="https://bildungsurlaub-approval.com/info-educators/" target="_blank" | ||
class="underline underline-offset-2">Bildungsurlaub approval</a> | ||
</div> | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
### Scenario eligibility for Bildungsurlaub | ||
![diagram](./mermaid-1.svg) |