mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 16:26:50 +00:00
Update Spenden
This commit is contained in:
@@ -26,7 +26,7 @@ html(lang="de")
|
||||
.more
|
||||
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/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="/shops/" class=(navCurrent === 'shops' && 'current')) Shops
|
||||
a(href=site.meta.youtubeUrl target="_blank" rel="nofollow noopener") YouTube
|
||||
|
||||
@@ -2,16 +2,18 @@ extends /template.pug
|
||||
|
||||
block vars
|
||||
- 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
|
||||
#spenden.wrap
|
||||
section
|
||||
h1= title
|
||||
p!= markdown(description)
|
||||
|
||||
a.button(href=site.meta.shoutoutUrl target="_blank" rel="nofollow noopener") Mit einem Shoutout spenden
|
||||
|
||||
section
|
||||
h2 Spendenübersicht
|
||||
p= description
|
||||
|
||||
ul.spenden
|
||||
each s in spendenuebersicht
|
||||
+spende(s)
|
||||
|
||||
Reference in New Issue
Block a user