From 7c15a64ddb15f47cefd561f0ba7d0dc480dfcee4 Mon Sep 17 00:00:00 2001 From: Andre Beging Date: Wed, 12 Feb 2020 10:58:09 +0100 Subject: [PATCH] Styling and navigation logic --- content/anmeldung.md | 8 +-- content/info.md | 84 +++++++++++++++++++++++ layouts/_default/single.html | 1 + layouts/partials/footer.html | 13 ++-- layouts/partials/hero.html | 8 +-- layouts/partials/navigation.html | 14 ++-- src/style/_cards.scss | 5 +- src/style/_footer.scss | 1 + src/style/_navigation.scss | 5 +- src/style/_variables.scss | 2 +- src/style/combined.scss | 81 ++++++++++++++++++---- static/assets/D5_Logo.svg | 3 + static/css/ndws.css | 108 ++++++++++++++++++++++++++---- static/css/ndws.min.css | 2 +- static/font/FiraSans-Light.ttf | Bin 0 -> 433436 bytes static/font/FiraSans-Medium.ttf | Bin 0 -> 441000 bytes static/font/FiraSans-Regular.ttf | Bin 0 -> 440560 bytes static/font/SFMoviePoster.ttf | Bin 0 -> 24568 bytes static/font/SFMoviePosterBold.ttf | Bin 0 -> 23780 bytes 19 files changed, 283 insertions(+), 52 deletions(-) create mode 100644 content/info.md create mode 100644 static/assets/D5_Logo.svg create mode 100644 static/font/FiraSans-Light.ttf create mode 100644 static/font/FiraSans-Medium.ttf create mode 100644 static/font/FiraSans-Regular.ttf create mode 100644 static/font/SFMoviePoster.ttf create mode 100644 static/font/SFMoviePosterBold.ttf diff --git a/content/anmeldung.md b/content/anmeldung.md index be37d57..d693ee3 100644 --- a/content/anmeldung.md +++ b/content/anmeldung.md @@ -1,10 +1,8 @@ --- title: Kontakt & Anfahrt -date: '2014-04-09' +date: '2020-02-12' --- -

+Anmeldeformular kommt -**Martinikirche**\ -Grabenstraße 22\ -57072 Siegen \ No newline at end of file + \ No newline at end of file diff --git a/content/info.md b/content/info.md new file mode 100644 index 0000000..64acc33 --- /dev/null +++ b/content/info.md @@ -0,0 +1,84 @@ +--- +title: Infos +date: '2020-02-12' +--- + + + +**Verein für Sozialwesen und Ökologie Gülle Mühle e.V.**\ +Daubachtal 1\ +65558 Langenscheid\ +[www.guelle-muehle.de](https://www.guelle-muehle.de/) + +

+
+
+ Das Haus
+ Mit Parkplätzen +
+
+ + + +
+
+
+
+ Lagerfeuer
+ Kinder bitte wegdenken +
+
+ + + +
+
+
+
+ Terrasse
+ Eingehend geprüfte Flunkyballeignung +
+
+ + + +
+
+
+
+ Aufenthaltsraum
+ Von innen viel größer +
+
+ + + +
+
+
+
+ Küche
+ Gulasch? Gulasch! +
+
+ + + +
+
+
+
+ Bach
+ Morgens ein paar Bahnen schwimmen +
+
+ + + +
+
+
+ + + + diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 53633f4..860d2cd 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,6 +7,7 @@ {{ partial "hero.html" . }} {{ end }}
+

{{ .Title }}

{{ .Content }}
{{ partial "footer.html" . }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 7747648..94f009e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,23 +2,18 @@ diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index 53c1330..f4c50d2 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -1,9 +1,7 @@
-

Das erste alljährliche*
-Wochenende

-
-

28.08 - 30.08.2020

-
-

Jetzt anmelden!

+

Das erste alljährliche*
-Wochenende

+

28.08 - 30.08.2020

+

INFOS JETZT ANMELDEN!

\ No newline at end of file diff --git a/layouts/partials/navigation.html b/layouts/partials/navigation.html index ba953a3..72753dd 100644 --- a/layouts/partials/navigation.html +++ b/layouts/partials/navigation.html @@ -1,15 +1,21 @@