mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 00:36:48 +00:00
Add basics infos for verein
This commit is contained in:
@@ -68,6 +68,7 @@ html(lang="en")
|
||||
a(href="/media/" class=(navCurrent === 'media' && 'current')) Media
|
||||
a(href="/soundboard/" class=(navCurrent === 'soundboard' && 'current')) Sounds
|
||||
a(href="/team/" class=(navCurrent === 'team' && 'current')) Team
|
||||
//- a(href="/verein/" class=(navCurrent === 'verein' && 'current')) Verein
|
||||
//- .navItem
|
||||
//- a(href=site.meta.shopUrl target="_blank") Shop
|
||||
button(type="button").theme
|
||||
|
||||
14
src/verein.pug
Normal file
14
src/verein.pug
Normal file
@@ -0,0 +1,14 @@
|
||||
extends /template.pug
|
||||
|
||||
block vars
|
||||
- const title = 'Verein EINUNDZWANZIG'
|
||||
- const description = 'Der Verein bezweckt den Aufbau, sowie Entwicklung und Unterstützung eines optimalen Umfeldes für die zirkuläre Adoption von Bitcoin im deutschsprachigen Raum.'
|
||||
|
||||
block main
|
||||
#Verein.wrap
|
||||
section
|
||||
h1= title
|
||||
p= description
|
||||
|
||||
:markdown-it(html linkify typographer)
|
||||
- [Statuten](/files/EINUNDZWANZIG-Statuten.pdf)
|
||||
Reference in New Issue
Block a user