diff --git a/content/_index.md b/content/_index.md index 889f8b6..8f30b6c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,4 +1,3 @@ --- showHero: true --- -*so gut wie das läuft, auf jeden Fall! \ No newline at end of file diff --git a/content/anreise.md b/content/anreise.md index c99eced..d37cea8 100644 --- a/content/anreise.md +++ b/content/anreise.md @@ -1,5 +1,5 @@ --- -title: Anreise +title: Anreise 2020 date: '2020-07-27' --- Die Anreise ist **ab 17 Uhr** möglich. diff --git a/content/faq.md b/content/faq.md index 9edc27c..cd49c94 100644 --- a/content/faq.md +++ b/content/faq.md @@ -1,5 +1,5 @@ --- -title: Frequently Asked Questions +title: Frequently Asked Questions (FAQs) 2020 date: '2020-03-02' --- (und auch Fragen, die sich zu stellen noch niemand traute) @@ -20,6 +20,11 @@ Was darüber hinaus geht, sprecht bitte vorher mit uns ab: +## Ich habe noch eine Frage zu Merch! + +Wenn hier noch etwas unklar sein sollte, meldet euch bei Andi: + + ## Wie setzen sich die Basiskosten zusammen? @@ -33,17 +38,11 @@ Am Ende landen wir so bei 40€ / Person. Anreisen dürfen wir ab **17 Uhr**. -Wir klären aktuell, ob eine frühere Anreise möglich ist. **Updates hier!** - +
## Komme ich da auch mit öffentlichen Verkehrsmitteln hin? -Nervig, aber geht! -Ab **Limburg (Lahn)** ist man in ca. 45 Minuten im Dorf **65558 Langenscheid**. - -Von da aus ist man in ein paar Fußminuten beim Haus. - -Sprich dich am besten mit anderen ab und bildet eine Fahrgemeinschaft. +Ja, das geht! Alle Details unter dem Menüpunkt **Anreise**. ## Was gibts zu essen? diff --git a/content/geschichte.md b/content/geschichte.md new file mode 100644 index 0000000..da4fd66 --- /dev/null +++ b/content/geschichte.md @@ -0,0 +1,12 @@ +--- +title: Geschichte +date: '2020-02-12' +--- + +

2020

+28.08. bis 30.08.2020 +Teilnehmer: 23 (22 ständige) +Kosten: 40 + 8 pro Abendessen + + +
\ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 4db60c8..299416a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,12 +5,16 @@ Codename <DD>-Wochenende

- 28. bis 30. August 2020
+ Das nächste Mal 2021!
Eine Schnapsidee des Chapter Siegen: Name folgt...

Impressum | Datenschutzerklärung

+

+

+ Geschichte +

diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 45a9fa2..822419e 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -1,10 +1,10 @@

-

Das erste alljährliche*
-Wochenende

-

28.08 - 30.08.2020

-

AUSGEBUCHT!

-

INFOS

+

Das zweite alljährliche
-Wochenende

+

Ende August 2021

+

Details folgen...

+

\ No newline at end of file diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index 60fe536..e3b02d8 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -13,25 +13,25 @@
  • Anmeldung
  • - {{ if (eq .Permalink (string ("location/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }} - -
  • Location
  • -
    - {{ if (eq .Permalink (string ("merch/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }}
  • Merchandise
  • - {{ if (eq .Permalink (string ("faq/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }} - -
  • FAQ
  • + {{ if (eq .Permalink (string ("location/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }} +
    +
  • Location
  • {{ if (eq .Permalink (string ("anreise/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }}
  • Anreise
  • + + {{ if (eq .Permalink (string ("faq/" | absURL))) }}{{ $classString = "class='active'" }}{{else}}{{$classString = ""}}{{ end }} + +
  • FAQ
  • +
    \ No newline at end of file