use grid layout for form
This commit is contained in:
parent
2e7a1fd378
commit
e6ea7f8dec
1 changed files with 22 additions and 17 deletions
39
beitritt.typ
39
beitritt.typ
|
@ -25,29 +25,34 @@
|
||||||
if length == 100% {
|
if length == 100% {
|
||||||
gap = 1fr;
|
gap = 1fr;
|
||||||
}
|
}
|
||||||
box(width: gap, line(length:length, stroke: 1.5pt))
|
box(height: -5pt, width: gap, line(length:length, stroke: 1.5pt))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
= Beitrittserklärung
|
= Beitrittserklärung
|
||||||
#v(1em)
|
#v(1em)
|
||||||
|
|
||||||
#box(width: 10cm, [
|
#box(width: 12cm, [
|
||||||
Hiermit trete ich dem flipdot e.V. ab dem
|
Hiermit trete ich dem flipdot e.V. ab dem
|
||||||
Ersten #inputbox(length: 5em) 20#inputbox(length: 2em) als Mitglied bei,
|
Ersten #inputbox(length: 5em) 20#inputbox(length: 2em) als Mitglied bei,
|
||||||
und erkenne die Satzung
|
und erkenne die Satzung
|
||||||
(https://flipdot.org/wiki/Satzung) und
|
(https://flipdot.org/satzung) und
|
||||||
die Ziele des Vereins an.
|
die Ziele des Vereins an.
|
||||||
|
|
||||||
Vorname: #inputbox()\
|
#grid(
|
||||||
Nachname: #inputbox()\
|
columns:(100pt, auto),
|
||||||
Nick: #inputbox()
|
gutter: 0.75em,
|
||||||
|
|
||||||
Straße, Nr: #inputbox()\
|
align: (right+bottom, left+bottom),
|
||||||
PLZ, Ort: #inputbox()\
|
[Vorname:], [#inputbox()],
|
||||||
Volljährig: #checkbox Ja #checkbox Nein\
|
[Nachname:], [#inputbox()],
|
||||||
E-Mail: #inputbox()\
|
[Nick:], [#inputbox()],
|
||||||
Telefon (opt.): #inputbox()\
|
[Straße, Nr:], [#inputbox()],
|
||||||
|
[PLZ, Ort:], [#inputbox()],
|
||||||
|
[Volljährig:], [#checkbox Ja, #checkbox Nein],
|
||||||
|
[E-Mail:], [#inputbox()],
|
||||||
|
[Telefon (opt.):], [#inputbox()]
|
||||||
|
)
|
||||||
])
|
])
|
||||||
|
|
||||||
Ort, Datum & Unterschrift
|
Ort, Datum & Unterschrift
|
||||||
|
@ -76,5 +81,5 @@ Kontoinhaber: flipdot e.V., IBAN: DE07520503530001147713\
|
||||||
Sparkasse Kassel
|
Sparkasse Kassel
|
||||||
|
|
||||||
Dieses Blatt einem Vorstand im Space geben oder per mail an
|
Dieses Blatt einem Vorstand im Space geben oder per mail an
|
||||||
com\@flipdot.org\
|
vorstand\@flipdot.org\
|
||||||
FAQ: https://flipdot.org/wiki/FAQ
|
FAQ: https://flipdot.org/faq/
|
||||||
|
|
Loading…
Reference in a new issue