diff --git a/content/galerie/kunstwerke/rhabarber-brunnen-mondorf/bilder/platzhalter.jpg b/content/galerie/kunstwerke/rhabarber-brunnen-mondorf/bilder/platzhalter.jpg new file mode 100644 index 0000000..046e2a0 Binary files /dev/null and b/content/galerie/kunstwerke/rhabarber-brunnen-mondorf/bilder/platzhalter.jpg differ diff --git a/content/galerie/kunstwerke/rhabarber-brunnen-mondorf/index.md b/content/galerie/kunstwerke/rhabarber-brunnen-mondorf/index.md new file mode 100644 index 0000000..946d4f5 --- /dev/null +++ b/content/galerie/kunstwerke/rhabarber-brunnen-mondorf/index.md @@ -0,0 +1,29 @@ ++++ +title = "Rhabarber Brunnen Mondorf" +date = "2019-01-16T20:18:28+01:00" +draft = true +type = "gallery" +alt = "Bildergalerie für Rhabarber Brunnen Mondorf" +description = "Bildergalerie für Rhabarber Brunnen Mondorf" +keywords = [] + +[[resources]] + title = "Rhabarber Brunnen Mondorf #:counter" + src = "bilder/platzhalter.jpg" + [resources.params] + alt = "Bild von einem Rhabarber Brunnen Mondorf" ++++ + +*Material: Rheinische Basaltlava aus Mayen* + +Ein Brunnen in Form von 3 Rhabarberstängeln auf dem Adenauerplatz in Mondorf + +Der Brunnen aus rheinischer Basaltlava ist geformt wie gebundene Stängel Rhabarber. Diese Form soll an die Verbundenheit des Niederkasseler Ortsteils mit dem Anbau des Gemüses erinnern. Die Region um die untere Sieg war vor dem 1. Weltkrieg eine der ersten Gegenden in Deutschland die mit dem Rhabarber Anbau begonnen haben und somit die Pflanze in Regionen in ganz Deutschland geliefert. Diese Tatsache brachte Richard Neff dann auf die Idee den Brunnen in Rhabarberform zu gestalten. + +An jedem 3 Stiele wurde ein Relief mir der Darstellung eines traditionellen Mondorfer Berufes erhaben eingehauen. Die Reliefs zeigen im einzelnen einen Fischer beim Fischfang, einen Fährmann und einen Korbmacher. + +Montiert wurde der 207cm hohe und etwa 3,4 Tonnen schwere Brunnen am 8.12.1993. Der Durchmesser des Brunnens beträgt an der Bekrönung ca 170cm bei einer Höhe von 47cm. Diese allein wiegt etwa 2,2 Tonnen. Das Basisteil wurde aus 3 einzelnen gleichen Stücken zusammen gesetzt, so das in der Mitte ein Schacht für das Wasser übrig gelassen wurde. Dises Wasser strömt dann durch die mitte über die Rhabarberblätter wieder zurück in die Tiefe. Die Bekrönung wurde aus einem einzelnen Stück Basaltlava das ursprünglich ein Gewicht von etwa 4 Tonnen hatte gesägt und anschliessende behauen worden. + +Eingeweiht wurde der Brunnen am 28.5.1994 im Rahmen einer Feier zur Eröffnung des Adenauerplatzes. + +{{< gallery "bilder/**.jpg" >}} \ No newline at end of file diff --git a/themes/neff/assets/scss/_content.scss b/themes/neff/assets/scss/_content.scss index 43af634..2c89b8b 100644 --- a/themes/neff/assets/scss/_content.scss +++ b/themes/neff/assets/scss/_content.scss @@ -1,39 +1,3 @@ #content { flex: 1 1 0; - - .container { - margin-bottom: $gutter-width; - border-radius: $border-radius; - } - - .flex { - justify-content: start; - - & > * { - flex: 1 1 0; - min-width: $min-column-width; - } - - h1, h2, h3, h4, h5, h6 { - min-width: 100%; - } - } - - @media only screen and (min-width: $media-query) { - .flex { - & > * { - min-width: $min-column-width-desktop; - } - - p { - max-width: 90%; - } - - &.gallery { - li { - max-width: calc(#{$min-column-width-desktop} + calc(2 * #{$gutter-width})); - } - } - } - } } \ No newline at end of file diff --git a/themes/neff/assets/scss/_footer.scss b/themes/neff/assets/scss/_footer.scss index 7b76d15..cabacb2 100644 --- a/themes/neff/assets/scss/_footer.scss +++ b/themes/neff/assets/scss/_footer.scss @@ -1,40 +1,41 @@ #footer { - .container.bottom { - border-radius: $border-radius $border-radius 0 0; - margin-bottom: 0; - } - - .container { - margin-bottom: $gutter-width; - border-radius: $border-radius; - } - #footer-menu { - @include menu-list(row); + nav { + display: flex; + flex-direction: row; align-items: flex-end; - margin: 0; - padding: 0; flex-wrap: wrap; - li { - flex: 1 0 0; - width: 100%; - padding: $gutter-width 0 0 0; - margin: 0; - min-width: $min-column-width; + ul { + @include menu-list(row); + flex: 1 1 0; + height: 100%; - .sub-menu { - @include menu-list(column); - margin: 0; + li { + flex: 1 0 0; + width: 100%; padding: 0; + margin: 0; + padding-left: 0; + min-width: $min-column-width; - li { - min-width: $min-column-width; + .sub-menu { + @include menu-list(column); + margin: 0; padding: 0; + + li { + min-width: $min-column-width; + padding: 0; + + } } } + + &:first-child { + margin-left: -$gutter-width; + } } } - #footer-social { ul { @include menu-list(row); diff --git a/themes/neff/assets/scss/_grid.scss b/themes/neff/assets/scss/_grid.scss index ec2d25a..a84ce11 100644 --- a/themes/neff/assets/scss/_grid.scss +++ b/themes/neff/assets/scss/_grid.scss @@ -260,6 +260,20 @@ figure.small { } } +figure.left { + float: left; + margin-right: $gutter-width; + max-width: $min-column-width; + padding: 0.5rem 0; +} + +figure.right { + float: right; + margin-left: $gutter-width; + max-width: $min-column-width; + padding: 0.5rem 0; +} + img.original { width: auto !important; max-width: 100% @@ -326,4 +340,40 @@ a.btn-primary { height: 100%; border:0; } +} + +.container { + margin-bottom: $gutter-width; + border-radius: $border-radius; +} + +.flex { + justify-content: start; + + & > * { + flex: 1 1 0; + min-width: $min-column-width; + } + + h1, h2, h3, h4, h5, h6 { + min-width: 100%; + } +} + +@media only screen and (min-width: $media-query) { + .flex { + & > * { + min-width: $min-column-width-desktop; + } + + p { + max-width: 90%; + } + + &.gallery { + li { + max-width: calc(#{$min-column-width-desktop} + calc(2 * #{$gutter-width})); + } + } + } } \ No newline at end of file diff --git a/themes/neff/assets/scss/_header.scss b/themes/neff/assets/scss/_header.scss index de27b79..d8c6c46 100644 --- a/themes/neff/assets/scss/_header.scss +++ b/themes/neff/assets/scss/_header.scss @@ -11,10 +11,11 @@ transition: $transition-time; .navbar-logo { - flex: 1 1 0; + flex: 0 1 0; + min-width: 100px; img { - max-height: 30px; + max-height: 25px; transition: $transition-time * 1.5; width: auto; } @@ -34,7 +35,8 @@ transition: $transition-time; .navbar-logo { - flex: 1 1 0; + flex: 0 1 0; + min-width: 100px; img { max-height: 50px; @@ -67,6 +69,7 @@ .container { border-radius: 0 0 $border-radius $border-radius; + margin-bottom: 0; } .navbar { @@ -74,8 +77,9 @@ @extend .column; justify-content: space-between; align-items: stretch; - max-width: 40px; padding: 0 $gutter-width; + flex: 1 0 0; + min-width: 0; @media only screen and (min-width: $media-query) { max-width: none; @@ -86,11 +90,16 @@ & + label { display: block; + margin-left: auto; margin-top: $gutter-width; - margin-right: calc(2 * #{$gutter-width}); + max-width: 35px; + max-height: 35px; + min-width: 35px; + min-height: 35px; - div { + .toggler { position: relative; + display: block; cursor: pointer; width: 35px; height: 30px; @@ -157,21 +166,15 @@ } } - .navbar { - flex: 1 1 0; - @extend .flex; - @extend .column; - justify-content: end; - align-items: end; - } - .navbar-container { margin-top: auto; + min-width: 0; nav { @extend .flex; @extend .column; align-items: flex-end; + height: 100%; @media only screen and (min-width: $media-query) { @@ -182,7 +185,6 @@ ul { @include menu-list(row); - @include trim-list-margin-horizontal; align-items: flex-end; height: 100%; @@ -208,6 +210,14 @@ } } } + + ul:last-child { + li { + &:last-child { + margin-right: 0; + } + } + } } } } diff --git a/themes/neff/assets/scss/_index.scss b/themes/neff/assets/scss/_index.scss index c5f7dca..0553938 100644 --- a/themes/neff/assets/scss/_index.scss +++ b/themes/neff/assets/scss/_index.scss @@ -1,73 +1,78 @@ -#index-hero { - .hero-container { - text-align: center; +#content { + #index-hero { + .hero-container { + text-align: center; - img.hero { - margin: 0.5rem auto 0; - max-width: 150px; - height: auto; - } + img.hero { + margin: 0.5rem auto 0; + max-width: 150px; + height: auto; + } - header, - div.content { - text-align: left; - } - } -} - -#index-title { - display: none; -} - -#index-short-contact { - font-size: 1.1rem; - align-items: top; - background-color: rgba(255, 255, 255, 0.9); - height: 90px; - border-radius: $border-radius; - padding: $gutter-width; - margin: calc(100vh - 310px) -$gutter-width 0 -$gutter-width; - overflow: none; - min-width: 100%; - - @media only screen and (min-width: $media-query) { - margin-top: calc(100vh - 285px); - margin-bottom: -$gutter-width; - margin-left: 67%; - max-width: 33%; - } - - ul { - list-style: none; - padding: 0; - margin: 0; - display: flex; - flex-direction: row; - justify-content: center; - - li { - margin: 0.5rem $gutter-width; - font-size: 2rem; + header, + div.content { + text-align: left; + } } } - & > * { - flex: 1 0 0; + #index-title { + display: none; } -} -#index-contact { - .padding { - flex: 1 0 0; + #index-short-contact { + font-size: 1.1rem; + align-items: top; + background-color: rgba(255, 255, 255, 0.9); + height: 90px; + border-radius: $border-radius; + padding: $gutter-width; + margin: calc(100vh - 310px) -$gutter-width 0 -$gutter-width; + overflow: none; + min-width: 100%; + + @media only screen and (min-width: $media-query) { + margin-top: calc(100vh - 285px); + margin-bottom: -$gutter-width; + margin-left: calc(#{$gutter-width} + calc(2 * calc(#{$max-width} / 3))); + margin-right: -$gutter-width; + padding-right: $gutter-width; + max-width: calc(#{$max-width} / 3); + min-width: calc(#{$max-width} / 3); + } + + ul { + list-style: none; + padding: 0; + margin: 0; + display: flex; + flex-direction: row; + justify-content: center; + + li { + margin: 0.5rem $gutter-width; + font-size: 2rem; + } + } + + & > * { + flex: 1 0 0; + } } -} -#index-gallery { - figure { - text-align: center; + #index-contact { + .padding { + flex: 1 0 0; + } + } - figcaption { - text-align: left; + #index-gallery { + figure { + text-align: center; + + figcaption { + text-align: left; + } } } } \ No newline at end of file diff --git a/themes/neff/assets/scss/_single.scss b/themes/neff/assets/scss/_single.scss index b99a005..59abbdd 100644 --- a/themes/neff/assets/scss/_single.scss +++ b/themes/neff/assets/scss/_single.scss @@ -1,8 +1,4 @@ #single { - ul.gallery{ - margin: -#{$gutter-width}; - } - .single-footer { p { margin: 0; @@ -35,20 +31,6 @@ } } -figure.left { - float: left; - margin-right: $gutter-width; - max-width: $min-column-width; - padding: 0.5rem 0; -} - -figure.right { - float: right; - margin-left: $gutter-width; - max-width: $min-column-width; - padding: 0.5rem 0; -} - @media screen and (min-width: $media-query) { figure.left { max-width: $min-column-width-desktop; diff --git a/themes/neff/layouts/_default/baseof.html b/themes/neff/layouts/_default/baseof.html index 7b2bd25..e4a6b92 100755 --- a/themes/neff/layouts/_default/baseof.html +++ b/themes/neff/layouts/_default/baseof.html @@ -9,28 +9,28 @@ {{- block "head" . -}}{{- end -}}
- + {{- if eq .Kind "home" -}} {{- partial "banner.html" . -}} {{- end -}}
-
+
{{- block "content" . -}}
{{- block "main" . -}}{{- end -}}
{{- end -}} -
-
+ + + - {{- partial "lightbox.html" . -}} {{- partial "scripts.html" . -}} {{- block "scripts" . -}}{{- end -}} diff --git a/themes/neff/layouts/_default/li.html b/themes/neff/layouts/_default/li.html index 78c8664..3798075 100755 --- a/themes/neff/layouts/_default/li.html +++ b/themes/neff/layouts/_default/li.html @@ -14,7 +14,7 @@  {{ i18n "read-more" }}… {{- end -}} diff --git a/themes/neff/layouts/index.html b/themes/neff/layouts/index.html index c8f968b..55a6be2 100755 --- a/themes/neff/layouts/index.html +++ b/themes/neff/layouts/index.html @@ -1,7 +1,7 @@ {{ define "content" }}
-
+
: {{ (index .Site.Data.kontakt.kontakt 0).telephone }} @@ -14,7 +14,7 @@ {{ partial "social.html" . }}
-
+
{{- with .Content -}} @@ -86,7 +86,7 @@
-

{{ i18n "news" | title}}

+

{{ i18n "news" | title}}

\ No newline at end of file diff --git a/themes/neff/layouts/partials/footer.html b/themes/neff/layouts/partials/footer.html index 1016fa6..5e02e23 100755 --- a/themes/neff/layouts/partials/footer.html +++ b/themes/neff/layouts/partials/footer.html @@ -19,12 +19,29 @@
{{- end }}
-
- -
+
\ No newline at end of file diff --git a/themes/neff/layouts/partials/header.html b/themes/neff/layouts/partials/header.html index 5164759..7bfe38d 100755 --- a/themes/neff/layouts/partials/header.html +++ b/themes/neff/layouts/partials/header.html @@ -4,16 +4,33 @@ - + Logo der Firma Neff Stein-Design diff --git a/themes/neff/layouts/partials/menu.html b/themes/neff/layouts/partials/menu.html index 6c5d460..ad68bd2 100755 --- a/themes/neff/layouts/partials/menu.html +++ b/themes/neff/layouts/partials/menu.html @@ -1,5 +1,6 @@ {{- $currentPage := .ctx -}} {{- range .menu -}} + {{- end -}} diff --git a/themes/neff/layouts/partials/schema/article.jsonld b/themes/neff/layouts/partials/schema/article.jsonld index b09754b..f44d3cd 100755 --- a/themes/neff/layouts/partials/schema/article.jsonld +++ b/themes/neff/layouts/partials/schema/article.jsonld @@ -23,8 +23,8 @@ {{ partial "schema/organization.jsonld" (dict "org" . "ctx" $context "short" true) }} {{- end -}}, "copyrightYear": "{{ .post.Date.Format "2006" }}", - "datePublished": "{{ .post.PublishDate | safeHTML }}", - "dateModified": "{{ .post.Lastmod | safeHTML }}", + "datePublished": {{ .post.PublishDate.Format "2006-01-02T15:04-07:00" | jsonify }}, + "dateModified": {{ .post.Lastmod.Format "2006-01-02T15:04-07:00" | jsonify }}, "url": "{{ .post.Permalink }}", "wordCount": "{{ .post.WordCount }}", "keywords": "{{ with .post.Keywords }}{{ delimit . ", " }}{{ end }}", diff --git a/themes/neff/layouts/partials/schema/post.jsonld b/themes/neff/layouts/partials/schema/post.jsonld index 2c795cf..87537a2 100755 --- a/themes/neff/layouts/partials/schema/post.jsonld +++ b/themes/neff/layouts/partials/schema/post.jsonld @@ -23,12 +23,10 @@ {{ partial "schema/organization.jsonld" (dict "org" . "ctx" $context "short" true) }} {{- end -}}, "copyrightYear": "{{ .post.Date.Format "2006" }}", - "datePublished": "{{ .post.PublishDate | safeHTML }}", - "dateModified": "{{ .post.Lastmod | safeHTML }}", + "datePublished": {{ .post.PublishDate.Format "2006-01-02T15:04-07:00" | jsonify }}, + "dateModified": {{ .post.Lastmod.Format "2006-01-02T15:04-07:00" | jsonify }}, "url": "{{ .post.Permalink }}", "wordCount": "{{ .post.WordCount }}", "keywords": "{{ with .post.Keywords }}{{ delimit . ", " }}{{ end }}", - {{ $imageURL := path.Join .post.RelPermalink "bilder/" .post.Params.featuredImage }} - "image": {{ partial "schema/image.jsonld" (dict "url" $imageURL "ctx" .ctx) }}, - "articleBody": {{ .ctx.Content | jsonify }} + "articleBody": {{ delimit .post.PlainWords " " | jsonify }} } diff --git a/themes/neff/layouts/partials/schema/site.jsonld b/themes/neff/layouts/partials/schema/site.jsonld index 5c4d971..18df8ce 100755 --- a/themes/neff/layouts/partials/schema/site.jsonld +++ b/themes/neff/layouts/partials/schema/site.jsonld @@ -21,7 +21,7 @@ {{ with .ctx.Site.Params.description }} "description": "{{ . }}", {{ end }} - "dateModified": "{{ .site.Lastmod }}", - "dateCreated": "{{ .site.PublishDate }}" + "datePublished": {{ .site.PublishDate.Format "2006-01-02T15:04-07:00" | jsonify }}, + "dateModified": {{ .site.Lastmod.Format "2006-01-02T15:04-07:00" | jsonify }}, {{ end }} } \ No newline at end of file diff --git a/themes/neff/layouts/partials/scripts.html b/themes/neff/layouts/partials/scripts.html index 1b36ee9..896411d 100644 --- a/themes/neff/layouts/partials/scripts.html +++ b/themes/neff/layouts/partials/scripts.html @@ -3,4 +3,4 @@ {{- $js := resources.Get "js/bundle.js" -}} {{- $js = $js | resources.Fingerprint -}} - \ No newline at end of file + \ No newline at end of file diff --git a/themes/neff/layouts/partials/single.html b/themes/neff/layouts/partials/single.html index aa8b43b..31b2d51 100755 --- a/themes/neff/layouts/partials/single.html +++ b/themes/neff/layouts/partials/single.html @@ -17,6 +17,6 @@ {{- end -}} \ No newline at end of file diff --git a/themes/neff/package-lock.json b/themes/neff/package-lock.json index cf04df0..dde0ea3 100644 --- a/themes/neff/package-lock.json +++ b/themes/neff/package-lock.json @@ -2086,7 +2086,8 @@ }, "ansi-regex": { "version": "2.1.1", - "bundled": true + "bundled": true, + "optional": true }, "aproba": { "version": "1.2.0", @@ -2451,7 +2452,8 @@ }, "safe-buffer": { "version": "5.1.1", - "bundled": true + "bundled": true, + "optional": true }, "safer-buffer": { "version": "2.1.2", @@ -2499,6 +2501,7 @@ "strip-ansi": { "version": "3.0.1", "bundled": true, + "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -2537,11 +2540,13 @@ }, "wrappy": { "version": "1.0.2", - "bundled": true + "bundled": true, + "optional": true }, "yallist": { "version": "3.0.2", - "bundled": true + "bundled": true, + "optional": true } } },