Compare commits
6 commits
f6f140f4d0
...
9f2945066e
Author | SHA1 | Date | |
---|---|---|---|
9f2945066e | |||
7a226333de | |||
b82c7c3c6a | |||
3482b75b2e | |||
b0d39b916a | |||
e6ea7f8dec |
1 changed files with 37 additions and 27 deletions
58
beitritt.typ
58
beitritt.typ
|
@ -2,15 +2,20 @@
|
|||
read("flipdot-logo-notext-monochrome.svg")
|
||||
.replace("231f20", "f5c600")
|
||||
}
|
||||
#set page(paper: "a4", background: align(top+right, {
|
||||
v(9em);
|
||||
|
||||
#set page(paper: "a4",
|
||||
background: align(top+right, {
|
||||
box(inset: 1cm,
|
||||
rotate(-90deg,
|
||||
reflow: true,
|
||||
scale(150%,
|
||||
reflow: true,
|
||||
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 )
|
||||
#show heading: it => [
|
||||
|
@ -18,36 +23,41 @@
|
|||
#block(it.body)
|
||||
]
|
||||
|
||||
#let checkbox = text([ \[ #sym.space \] ]);
|
||||
#let checkbox = sym.ballot;
|
||||
|
||||
#let inputbox(length: 100%) = {
|
||||
let gap = length;
|
||||
if length == 100% {
|
||||
gap = 1fr;
|
||||
}
|
||||
box(width: gap, line(length:length, stroke: 1.5pt))
|
||||
box(height: -5pt, width: gap, line(length:length, stroke: 1.5pt))
|
||||
}
|
||||
|
||||
|
||||
= Beitrittserklärung
|
||||
#v(1em)
|
||||
|
||||
#box(width: 10cm, [
|
||||
Hiermit trete ich dem flipdot e.V. ab dem
|
||||
Ersten #inputbox(length: 5em) 20#inputbox(length: 2em) als Mitglied bei,
|
||||
und erkenne die Satzung
|
||||
(https://flipdot.org/wiki/Satzung) und
|
||||
die Ziele des Vereins an.
|
||||
#box(width: 12cm, [
|
||||
Hiermit trete ich dem flipdot e.V. ab dem
|
||||
Ersten #inputbox(length: 5em) 20#inputbox(length: 2em) als Mitglied bei,
|
||||
und erkenne die Satzung
|
||||
(https://flipdot.org/satzung) und
|
||||
die Ziele des Vereins an.
|
||||
|
||||
Vorname: #inputbox()\
|
||||
Nachname: #inputbox()\
|
||||
Nick: #inputbox()
|
||||
#grid(
|
||||
columns:(auto, auto),
|
||||
gutter: 0.75em,
|
||||
|
||||
Straße, Nr: #inputbox()\
|
||||
PLZ, Ort: #inputbox()\
|
||||
Volljährig: #checkbox Ja #checkbox Nein\
|
||||
E-Mail: #inputbox()\
|
||||
Telefon (opt.): #inputbox()\
|
||||
align: (right+bottom, left+bottom),
|
||||
[Vorname:], [#inputbox()],
|
||||
[Nachname:], [#inputbox()],
|
||||
[Nick:], [#inputbox()],
|
||||
[Straße, Nr:], [#inputbox()],
|
||||
[PLZ, Ort:], [#inputbox()],
|
||||
[Volljährig:], [#checkbox Ja, #checkbox Nein],
|
||||
[E-Mail:], [#inputbox()],
|
||||
[Telefon (opt.):], [#inputbox()]
|
||||
)
|
||||
])
|
||||
|
||||
Ort, Datum & Unterschrift
|
||||
|
@ -65,7 +75,7 @@ Ich bezahle als Mitglied dabei den\
|
|||
|
||||
#list(
|
||||
marker: checkbox,
|
||||
[vollen Betrag von mindestens 32€/Monat],
|
||||
[vollen Betrag von mindestens 30€/Monat],
|
||||
[ermäßigten Betrag von 16€/Monat],
|
||||
[Beitrag für juristische Personen von mindestens 54€/Monat, und zwar #inputbox(length: 5em)€/Monat]
|
||||
)
|
||||
|
@ -76,5 +86,5 @@ Kontoinhaber: flipdot e.V., IBAN: DE07520503530001147713\
|
|||
Sparkasse Kassel
|
||||
|
||||
Dieses Blatt einem Vorstand im Space geben oder per mail an
|
||||
com\@flipdot.org\
|
||||
FAQ: https://flipdot.org/wiki/FAQ
|
||||
vorstand\@flipdot.org\
|
||||
FAQ: https://flipdot.org/faq/
|
||||
|
|
Loading…
Reference in a new issue