Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kleine Fixes für die Spendenseite #82

Merged
merged 3 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions _sass/pages/07_spenden.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
table.bankdata {
width: auto;
border-left: 2px solid #9fd2e3;
margin: 1em 1em;
padding: 0.75em 1em;
background-color: var(--blockquote);
box-shadow: 0 2px 2px rgba(0,0,0,0.1);


th,td {
border: none;
padding: 5px;
}

th {
padding-left: 1em;
}
}
3 changes: 3 additions & 0 deletions _sass/type-on-strap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
@import 'layouts/tags';
@import 'layouts/search';

/* Tables */
@import 'pages/07_spenden';

/**

CUSTOM STYLING
Expand Down
34 changes: 26 additions & 8 deletions pages/07_spenden.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: Spenden für den Verein
title: Spenden
permalink: /spenden/
feature-img: "assets/img/pexels/pexels-pixabay-259165.jpg"
tags: [Page]
Expand All @@ -10,17 +10,35 @@ tags: [Page]

### Überweisungen

> Kontoinhaber: Netz39 e.V.
> IBAN: DE64 4306 0967 4120 8043 00
> BIC: GENODEM1GLS
> Kreditinstitut: GLS Gemeinschaftsbank eG

Wir sind gemeinnützig und können auf Wunsch Spendenquittungen ausstellen.
<table class="bankdata">
<tr>
<th>Kontoinhaber</th>
<td>Netz39 e.V.</td>
</tr>
<tr>
<th>IBAN</th>
<td>DE64 4306 0967 4120 8043 00</td>
</tr>
<tr>
<th>BIC</th>
<td>GENODEM1GLS</td>
</tr>
<tr>
<th>Kreditinstitut</th>
<td>GLS Gemeinschaftsbank eG</td>
</tr>
</table>

### Micropayments

> PayPal: office@netz39.de


### Spendenquittungen

Wir sind gemeinnützig und können auf Wunsch Spendenquittungen ausstellen.
Dazu müssen Kontaktdaten angegeben werden und der Begriff `Spende` im Betreff auftauchen.


## Sachspenden

Wir nehmen auch gern Sachspenden entgegen, sofern diese unsere Werkstattausstattung bereichern. Es folgt eine nicht priorisierte Liste mit Dingen, die wir gebrauchen können:
Expand Down