Skip to content

Commit 5b987b6

Browse files
authored
Merge pull request #1 from heartsofcode/donation
donation page
2 parents 90fa07b + ce69b27 commit 5b987b6

3 files changed

Lines changed: 44 additions & 0 deletions

File tree

.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
{ text: 'Events', link: '/events' },
1818
{ text: 'Kalender', link: 'https://pad.systemli.org/p/heartofcode-knUZP66XbkBBZpfKxFx6-keep' },
1919
{ text: 'Kontakt', link: '/contact' },
20+
{ text: 'Spenden', link: '/donations' },
2021
],
2122
outline: {
2223
label: 'Auf dieser Seite',
@@ -34,6 +35,7 @@ export default defineConfig({
3435
{ text: 'Events', link: '/en/events' },
3536
{ text: 'Calendar', link: 'https://pad.systemli.org/p/heartofcode-knUZP66XbkBBZpfKxFx6-keep' },
3637
{ text: 'Contact', link: '/en/contact' },
38+
{ text: 'Donations', link: '/en/donations' },
3739
],
3840
}
3941
}

donations.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Unterstütze uns!
2+
3+
Die Heart of Code wird von ehrenamtlicher Arbeit getragen. Kosten für Räume, Infrastruktur und sonstige Ausgaben für Veranstaltungen und Workshops tragen die Mitglieder über Beiträge. Du möchtest unsere Arbeit unterstützen? Super! Hier sind ein paar Optionen :)
4+
5+
## Geld spenden
6+
7+
Du (oder deine Frima) könnt uns ganz klassisch Geld spenden! Wir sind gemeinnützig und können Spendenbescheinigungen ab 200 Euro ausstellen.
8+
9+
**Kontodaten:**
10+
11+
Name: Heart of Code e.V. \
12+
IBAN: DE22500310001047900006 \
13+
BIC: TRODDEF1 \
14+
Verwendungszweck: Spende
15+
16+
Für eine Spendenbescheinigung schreibst du uns am besten eine [Mail](mailto:hello@heartofcode.org?subject=Spendenbescheinigung) mit dem Datum und Betrag der Überweisung und dann (ganz wichtig!) dem vollständigen Namen und Anschrift für den Spendenbescheid. Den gibt's dann per Post.
17+
18+
## Sachspenden
19+
20+
Du hast noch Raspberry Pis, Laptops, HDMI-Kabel oder anderen (funktionierenden) Tech-Kram bei dir rumliegen, den du nicht mehr brauchst? Oft können wir das Material für Workshops verwenden oder weiterverteilen. Schreib uns gern an und wir organisieren das!

en/donations.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Support us!
2+
3+
Heart of Code is run entirely on volunteering work. Members cover the costs of space, infrastructure, and other expenses for events and workshops through their membership fees.
4+
5+
If you would like to support our work: That's great. Here are some options :)
6+
7+
## Donate money
8+
9+
You (or your company) can make a traditional monetary donation! We are a nonprofit organization and can issue donation receipts for amounts of 200 euros or more.
10+
11+
**Bank details:**
12+
13+
Name: Heart of Code e.V. \
14+
IBAN: DE22500310001047900006 \
15+
BIC: TRODDEF1 \
16+
Reference: Donation
17+
18+
To receive a donation receipt, please send us an [email](mailto:hello@heartofcode.org?subject=Donation%20receipt) with the date and amount of the transfer, and then (very important!) your full name and address for the donation receipt. We’ll then send it to you by mail.
19+
20+
## Donations in Kind
21+
22+
Do you have any Raspberry Pis, laptops, HDMI cables, or other (working) tech gear lying around that you no longer need? We can often use this equipment for workshops or pass it on to others. Feel free to contact us and we’ll make it happen!

0 commit comments

Comments
 (0)