mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
Update Spenden
This commit is contained in:
@@ -26,7 +26,7 @@ html(lang="de")
|
|||||||
.more
|
.more
|
||||||
a(href="/meetups/" class=(navCurrent === 'meetups' && 'current')) Meetups
|
a(href="/meetups/" class=(navCurrent === 'meetups' && 'current')) Meetups
|
||||||
a(href="https://portal.einundzwanzig.space/de/event/overview?l=de" rel="nofollow noopener") Events
|
a(href="https://portal.einundzwanzig.space/de/event/overview?l=de" rel="nofollow noopener") Events
|
||||||
a(href="https://portal.einundzwanzig.space/de/school/city?l=de" rel="nofollow noopener") Kurse
|
a(href="https://portal.einundzwanzig.space/" rel="nofollow noopener") Portal
|
||||||
a(href="/telegram/" class=(navCurrent === 'telegram' && 'current')) Telegram
|
a(href="/telegram/" class=(navCurrent === 'telegram' && 'current')) Telegram
|
||||||
a(href="/shops/" class=(navCurrent === 'shops' && 'current')) Shops
|
a(href="/shops/" class=(navCurrent === 'shops' && 'current')) Shops
|
||||||
a(href=site.meta.youtubeUrl target="_blank" rel="nofollow noopener") YouTube
|
a(href=site.meta.youtubeUrl target="_blank" rel="nofollow noopener") YouTube
|
||||||
|
|||||||
@@ -2,16 +2,18 @@ extends /template.pug
|
|||||||
|
|
||||||
block vars
|
block vars
|
||||||
- const title = 'Spenden'
|
- const title = 'Spenden'
|
||||||
- const description = 'Die folgenden Projekte, Initiativen und Entwickler haben wir mit den Shoutout-Beiträgen der Community bereits unterstützt.'
|
- const description = 'Die folgenden Projekte, Initiativen und Entwickler haben wir durch die [Shoutout-Beiträge der Community](https://shoutout.einundzwanzig.space) bereits unterstützt.'
|
||||||
|
|
||||||
block main
|
block main
|
||||||
#spenden.wrap
|
#spenden.wrap
|
||||||
section
|
section
|
||||||
h1= title
|
h1= title
|
||||||
|
p!= markdown(description)
|
||||||
|
|
||||||
|
a.button(href=site.meta.shoutoutUrl target="_blank" rel="nofollow noopener") Mit einem Shoutout spenden
|
||||||
|
|
||||||
|
section
|
||||||
h2 Spendenübersicht
|
h2 Spendenübersicht
|
||||||
p= description
|
|
||||||
|
|
||||||
ul.spenden
|
ul.spenden
|
||||||
each s in spendenuebersicht
|
each s in spendenuebersicht
|
||||||
+spende(s)
|
+spende(s)
|
||||||
|
|||||||
Reference in New Issue
Block a user