Compare commits
No commits in common. "9f2945066e7fab925b06940084437b4f4f6a7e5e" and "f6f140f4d0e4b3f01ca802d3e7c1b36fec42cce4" have entirely different histories.
9f2945066e
...
f6f140f4d0
1 changed files with 27 additions and 37 deletions
58
beitritt.typ
58
beitritt.typ
|
@ -2,20 +2,15 @@
|
||||||
read("flipdot-logo-notext-monochrome.svg")
|
read("flipdot-logo-notext-monochrome.svg")
|
||||||
.replace("231f20", "f5c600")
|
.replace("231f20", "f5c600")
|
||||||
}
|
}
|
||||||
|
#set page(paper: "a4", background: align(top+right, {
|
||||||
#set page(paper: "a4",
|
v(9em);
|
||||||
background: align(top+right, {
|
|
||||||
box(inset: 1cm,
|
|
||||||
rotate(-90deg,
|
rotate(-90deg,
|
||||||
reflow: true,
|
|
||||||
scale(150%,
|
scale(150%,
|
||||||
reflow: true,
|
|
||||||
image.decode(fd)
|
image.decode(fd)
|
||||||
)
|
)
|
||||||
)
|
|
||||||
)
|
)})
|
||||||
}),
|
, margin: (top: 1cm, bottom: 1cm, left: 2cm, right: 2cm)
|
||||||
margin: (top: 1cm, bottom: 1cm, left: 2cm, right: 2cm)
|
|
||||||
)
|
)
|
||||||
#set text(font: "ISOCPEUR", size: 16pt )
|
#set text(font: "ISOCPEUR", size: 16pt )
|
||||||
#show heading: it => [
|
#show heading: it => [
|
||||||
|
@ -23,41 +18,36 @@
|
||||||
#block(it.body)
|
#block(it.body)
|
||||||
]
|
]
|
||||||
|
|
||||||
#let checkbox = sym.ballot;
|
#let checkbox = text([ \[ #sym.space \] ]);
|
||||||
|
|
||||||
#let inputbox(length: 100%) = {
|
#let inputbox(length: 100%) = {
|
||||||
let gap = length;
|
let gap = length;
|
||||||
if length == 100% {
|
if length == 100% {
|
||||||
gap = 1fr;
|
gap = 1fr;
|
||||||
}
|
}
|
||||||
box(height: -5pt, width: gap, line(length:length, stroke: 1.5pt))
|
box(width: gap, line(length:length, stroke: 1.5pt))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
= Beitrittserklärung
|
= Beitrittserklärung
|
||||||
#v(1em)
|
#v(1em)
|
||||||
|
|
||||||
#box(width: 12cm, [
|
#box(width: 10cm, [
|
||||||
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/satzung) und
|
(https://flipdot.org/wiki/Satzung) und
|
||||||
die Ziele des Vereins an.
|
die Ziele des Vereins an.
|
||||||
|
|
||||||
#grid(
|
Vorname: #inputbox()\
|
||||||
columns:(auto, auto),
|
Nachname: #inputbox()\
|
||||||
gutter: 0.75em,
|
Nick: #inputbox()
|
||||||
|
|
||||||
align: (right+bottom, left+bottom),
|
Straße, Nr: #inputbox()\
|
||||||
[Vorname:], [#inputbox()],
|
PLZ, Ort: #inputbox()\
|
||||||
[Nachname:], [#inputbox()],
|
Volljährig: #checkbox Ja #checkbox Nein\
|
||||||
[Nick:], [#inputbox()],
|
E-Mail: #inputbox()\
|
||||||
[Straße, Nr:], [#inputbox()],
|
Telefon (opt.): #inputbox()\
|
||||||
[PLZ, Ort:], [#inputbox()],
|
|
||||||
[Volljährig:], [#checkbox Ja, #checkbox Nein],
|
|
||||||
[E-Mail:], [#inputbox()],
|
|
||||||
[Telefon (opt.):], [#inputbox()]
|
|
||||||
)
|
|
||||||
])
|
])
|
||||||
|
|
||||||
Ort, Datum & Unterschrift
|
Ort, Datum & Unterschrift
|
||||||
|
@ -75,7 +65,7 @@ Ich bezahle als Mitglied dabei den\
|
||||||
|
|
||||||
#list(
|
#list(
|
||||||
marker: checkbox,
|
marker: checkbox,
|
||||||
[vollen Betrag von mindestens 30€/Monat],
|
[vollen Betrag von mindestens 32€/Monat],
|
||||||
[ermäßigten Betrag von 16€/Monat],
|
[ermäßigten Betrag von 16€/Monat],
|
||||||
[Beitrag für juristische Personen von mindestens 54€/Monat, und zwar #inputbox(length: 5em)€/Monat]
|
[Beitrag für juristische Personen von mindestens 54€/Monat, und zwar #inputbox(length: 5em)€/Monat]
|
||||||
)
|
)
|
||||||
|
@ -86,5 +76,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
|
||||||
vorstand\@flipdot.org\
|
com\@flipdot.org\
|
||||||
FAQ: https://flipdot.org/faq/
|
FAQ: https://flipdot.org/wiki/FAQ
|
||||||
|
|
Loading…
Add table
Reference in a new issue