mirror of
https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator.git
synced 2026-04-12 08:45:05 +02:00
Link to github repo
This commit is contained in:
parent
60622315db
commit
47982251e1
4 changed files with 17 additions and 3 deletions
|
|
@ -12,6 +12,9 @@ h1 {
|
||||||
color: #009682;
|
color: #009682;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#source {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,14 +27,19 @@ pub async fn get() -> Markup {
|
||||||
},
|
},
|
||||||
html! {
|
html! {
|
||||||
form #form {
|
form #form {
|
||||||
h1 { "Arbeitszeitdokumentationsgenerator" }
|
h1 {
|
||||||
|
"Arbeitszeitdokumentationsgenerator "
|
||||||
|
a #source href="https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator" { "(source)" }
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
"Du kannst auch "
|
"Du kannst auch "
|
||||||
a href="tsg/" { "JSON eingeben" }
|
a href="tsg/" { "JSON eingeben" }
|
||||||
", das kompatibel mit dem "
|
", das kompatibel mit dem "
|
||||||
a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" }
|
a href="https://github.com/kit-sdq/TimeSheetGenerator" { "TimeSheetGenerator" }
|
||||||
" ist."
|
" ist, oder das dem Generator zugrunde liegende "
|
||||||
|
a href="https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator/blob/master/kit_timesheet.md" { "Typst-Template" }
|
||||||
|
" direkt benutzen."
|
||||||
}
|
}
|
||||||
|
|
||||||
div #header {
|
div #header {
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,9 @@ h1 {
|
||||||
color: #009682;
|
color: #009682;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
#source {
|
||||||
|
font-size: small;
|
||||||
|
}
|
||||||
label {
|
label {
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,10 @@ pub async fn get() -> Markup {
|
||||||
},
|
},
|
||||||
html! {
|
html! {
|
||||||
form #form {
|
form #form {
|
||||||
h1 { "Arbeitszeitdokumentationsgenerator" }
|
h1 {
|
||||||
|
"Arbeitszeitdokumentationsgenerator "
|
||||||
|
a #source href="https://github.com/Garmelon/Arbeitszeitdokumentationsgenerator" { "(source)" }
|
||||||
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
"Du kannst deine Daten auch in einem "
|
"Du kannst deine Daten auch in einem "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue