Final updates

This commit is contained in:
Patrick Neff 2019-01-14 14:13:29 +01:00
parent 6b79a90855
commit 32f562272a
27 changed files with 754 additions and 77 deletions

View File

@ -1,4 +1,4 @@
baseURL = "http://www.neff-steindesign.dev.test/"
baseURL = "https://www.neff-steindesign.de/"
theme = "neff"
enableGitInfo = true
DefaultContentLanguage = "de"
@ -15,7 +15,7 @@ disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
enableRobotsTXT = true
pluralizeListTitles = false
googleAnalytics = "UA-123-23"
googleAnalytics = "UA-12671637-1"
[menu]
[[menu.main]]

View File

@ -1,7 +1,7 @@
+++
title = "Angebote im Frühjahr 2019"
date = "2019-01-14T03:42:02+01:00"
expirydate = "2019-02-28T03:42:02+01:00"
date = "2019-01-12T13:42:02+01:00"
expirydate = "2019-02-28T17:30:00+01:00"
draft = false
type = "campaign"
keywords = []
@ -17,4 +17,6 @@ description = "Rabattaktion vom 14.1.2019 bis zum 28.2.2019"
Vom 14.1.2019 bis zum 28.2.2019 haben wir eine Rabattaktion. Dabei sind viele Grabmale und Urnengrabanlagen aus unserer Ausstellung mit Rabatten von 20% bis zu 50% reduziert.
Mehr Informationen erhalten sie in [einer unserer Filialen](#kontakt), [per E-Mail](mailto:info@neff-steindesign.de) oder Telefonisch unter +49 2208 4574
*Angebote gelten nur für vorhandene Langerware aus Naturstein.*

View File

@ -5,10 +5,29 @@ draft = false
type = "gallery"
alt = "Bildergalerie für die Kategorie 'Grabmale'"
description = "Gestaltungsvorschläge für verschiedene Arten von Grabstätten.\nDenkmäler sollten ein in Stein gemeißeltes Bekenntnis als Zeichen der Wertschätzung für die oder den Verstorbenen sein."
[[resources]]
src = "rokstyle_logo.gif"
title = "Rokstyle"
[resources.params]
href = "http://www.rokstyle.de/uploads/katalog_2018_web.pdf"
alt = "Rokstyle Katalog 2018"
[[resources]]
src = "destag_logo.gif"
title = "Destag"
[resources.params]
href = "https://www.destag-grabmale.de/fileadmin/content/kataloge/Destag_Hauptkatalog_2017_2018_web.pdf"
alt = "Destag Katalog 2017/2018"
[[resources]]
src = "habu.gif"
title = "Habu"
[resources.params]
href = "https://www.yumpu.com/de/embed/view/etT4D1ahs0vPCZbV"
alt = "Habu Katalog 2018"
+++
Anbei verlinken wir hier noch die Kataloge unserer Zulieferer und Partner.
* [Rokstyle](http://www.rokstyle.de/uploads/katalog_2018_web.pdf)
* [Destag](https://www.destag-grabmale.de/fileadmin/content/kataloge/Destag_Hauptkatalog_2017_2018_web.pdf)
* [Habu](https://www.yumpu.com/de/embed/view/etT4D1ahs0vPCZbV)
{{< gallery search="**.gif" original="true" title="false" description="true" lightbox="false" >}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

View File

@ -278,34 +278,34 @@ keywords = []
# Architekten
{{< gallery search="bilder/architekt/**.gif" description="false" original="true" >}}
{{< gallery search="bilder/architekt/**.gif" description="false" original="true" lightbox="false" >}}
---
# Bestatter
{{< gallery search="bilder/bestatter/**.gif" description="false" original="true" >}}
{{< gallery search="bilder/bestatter/**.gif" description="false" original="true" lightbox="false" >}}
---
# Bronze und Aluminium
{{< gallery search="bilder/bronze-alu/**.gif" description="false" original="true" >}}
{{< gallery search="bilder/bronze-alu/**.gif" description="false" original="true" lightbox="false" >}}
---
# Gärtereien und Gartenlandschaftsbau
{{< gallery search="bilder/gaertner/**.gif" description="false" original="true" >}}
{{< gallery search="bilder/gaertner/**.gif" description="false" original="true" lightbox="false" >}}
---
# Städte
{{< gallery search="bilder/stadt/**.gif" description="false" original="true" >}}
{{< gallery search="bilder/stadt/**.gif" description="false" original="true" lightbox="false" >}}
---
# Zulieferer
{{< gallery search="bilder/zulieferer/**.gif" description="false" original="true" >}}
{{< gallery search="bilder/zulieferer/**.gif" description="false" original="true" lightbox="false" >}}

File diff suppressed because one or more lines are too long

View File

@ -12,16 +12,29 @@ body {
padding: 105px 0 0 0;
margin: 0;
background-color: $background-color;
background-size: 100%;
background-position: center;
background-attachment: fixed;
background-size: cover;
color: $font-color;
width: 100%;
height: 100vh;
}
.fixed-background {
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: -1000;
@include background("default");
@include background("bau");
}
@supports (-webkit-overflow-scrolling: touch) {
.fixed-background {
background-attachment: scroll;
}
}
header {
margin: 0;
}

View File

@ -24,7 +24,7 @@
.navbar-logo {
img {
transition: $transition-time * 1.5;
max-height: 30px;
max-height: 40px;
}
}
}

View File

@ -26,7 +26,7 @@
height: 90px;
border-radius: $border-radius;
padding: $gutter-width;
margin: calc(100vh - 235px) -$gutter-width 0 -$gutter-width;
margin: calc(100vh - 310px) -$gutter-width 0 -$gutter-width;
overflow: none;
min-width: 100%;

View File

@ -19,9 +19,6 @@
margin: $gutter-width;
background-color: $background-color;
border-radius: $border-radius;
max-height: 100vh;
max-width: 100vw;
.lightbox-header {
flex: 0 0 0;
@ -57,8 +54,9 @@
}
.lightbox-footer {
flex: 1 0 0;
flex: 0 0 0;
z-index: 100000;
max-width: 500px;
}
.lightbox-controls {

View File

@ -34,6 +34,11 @@
$background-image-portrait: "/img/background/" + $class + "-portrait.jpg";
& {
background-position: center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
&.background-#{$class} {
background-image: url(#{$background-image-portrait-sd});
}

View File

@ -7,7 +7,8 @@
{{ .Hugo.Generator }}
{{- partial "head.html" . -}}
{{- block "head" . -}}{{- end -}}
<body class="background-{{ with .Params.background }}{{- . -}}{{- else -}}default{{- end -}}">
<body>
<div class="fixed-background background-{{ with .Params.background }}{{- . -}}{{- else -}}default{{- end -}}"></div>
<section id="header" class="large">
<div class="container">
{{- partial "header.html" . -}}

View File

@ -8,24 +8,22 @@
<a href="{{- with $href -}}{{ . }}{{ else }}{{ .ctx.Permalink }}{{ end }}"{{- with .lightbox }} data-lightbox{{- end -}}>
{{- partial "img.html" (dict "image" .image "ctx" .ctx "keepOriginal" $keep) -}}
</a>
{{ if (or .ShowDescription .showTitle ) }}
<figcaption class="description">
{{- if .showTitle -}}
{{- if $href -}}
<a href="{{$href}}"><h3>{{ $title }}</h3></a>
<figcaption class="description">
{{- if .showTitle -}}
{{- if $href -}}
<a href="{{$href}}"><h3>{{ $title }}</h3></a>
{{- else -}}
<h3>{{ $title }}</h3>
{{- end -}}
{{- end -}}
{{- if .showDescription -}}
<p>
{{- with $description -}}
{{- . -}}
{{- else -}}
<h3>{{ $title }}</h3>
{{- $alt -}}
{{- end -}}
{{- end -}}
{{- if .showDescription -}}
<p>
{{- with $description -}}
{{- . -}}
{{- else -}}
{{- $alt -}}
{{- end -}}
</p>
{{- end -}}
</figcaption>
{{- end -}}
</p>
{{- end -}}
</figcaption>
</figure>

View File

@ -15,4 +15,10 @@
{{- $sass = $sass | resources.Fingerprint -}}
<link rel="stylesheet" href="{{ $sass.Permalink }}" integrity="{{ $sass.Data.Integrity }}">
<link rel="stylesheet" href="/css/cookieconsent.min.css">
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/img/favicon.svg">
<link rel="icon" type="image/png" href="/img/favicon.png" sizes="32x32">
<link rel="icon" type="image/png" href="/img/favicon-large.png" sizes="96x96">
<link rel="apple-touch-icon" type="image/png" href="/img/apple-touch-icon.png" sizes="180x180">
<meta name="msapplication-TileBackground" content="#000000">
<meta name="msapplication-TileImage" content="/img/ms-tile.png">

View File

@ -1,6 +1,12 @@
<div class="flex row">
<div class="navbar-logo padding">
<a href="{{.Site.BaseURL }}"><img src="/img/logo.svg" alt="Logo von {{ .Site.Title }}"></a>
<a href="{{.Site.BaseURL }}">
<picture>
<source srcset="/img/logo.svg"
media="(min-width: 960px)">
<img src="/img/logo-klein.svg" />
</picture>
</a>
</div>
<div class="navbar small">
<input type="checkbox" class="hamburger" id="top-navigation-checkbox" name="top-navigation-checkbox"><label class="hamburger" for="top-navigation-checkbox"><div><span class="line"></span><span class="line"></span><span class="line"></span></div></label>

View File

@ -9,7 +9,7 @@
{{- with .Get "original" -}}
{{- $keep = . }}
{{- else -}}
{{- $keep = .Get 2 -}}
{{- $keep = .Get 3 -}}
{{- end -}}
{{- if eq $keep "true" -}}
@ -18,11 +18,24 @@
{{- $keep = false -}}
{{- end -}}
{{- $title := true -}}
{{- with .Get "title" -}}
{{- $title = . }}
{{- else -}}
{{- $title = .Get 1 -}}
{{- end -}}
{{- if eq $title "false" -}}
{{- $title = false -}}
{{- else -}}
{{- $title = true -}}
{{- end -}}
{{- $description := true -}}
{{- with .Get "description" -}}
{{- $description = . }}
{{- else -}}
{{- $description = .Get 1 -}}
{{- $description = .Get 2 -}}
{{- end -}}
{{- if eq $description "false" -}}
@ -31,11 +44,24 @@
{{- $description = true -}}
{{- end -}}
{{- $lightbox := true -}}
{{- with .Get "lightbox" -}}
{{- $lightbox = . }}
{{- else -}}
{{- $lightbox = .Get 2 -}}
{{- end -}}
{{- if eq $lightbox "false" -}}
{{- $lightbox = false -}}
{{- else -}}
{{- $lightbox = true -}}
{{- end -}}
<ul class="clearfix list-unstyled flex row gallery">
{{ range $.Page.Resources.Match $search }}
{{- if (ne .Params.featured true) -}}
<li class="padding">
{{- partial "figure.html" (dict "image" . "ctx" . "lightbox" true "class" "gallery" "showTitle" true "showDescription" $description "keepOriginal" $keep) -}}
{{- partial "figure.html" (dict "image" . "ctx" . "lightbox" $lightbox "class" "gallery" "showTitle" $title "showDescription" $description "keepOriginal" $keep) -}}
</li>
{{- end -}}
{{- end -}}

View File

@ -41,7 +41,7 @@ window.addEventListener("load", function () {
window.cookieconsent.initialise({
palette: {
popup: {
background: "#e0e0e0",
background: "#efefef",
text: "#000"
},
button: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
themes/neff/static/img/favicon.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 B

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -0,0 +1,151 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="320"
height="320"
viewBox="0 0 84.666661 84.666672"
version="1.1"
id="svg897"
inkscape:version="0.92.2 2405546, 2018-03-11"
sodipodi:docname="favicon.svg"
inkscape:export-filename="/home/odie/code/web/neff-steindesign.de/images/vector/Favicon/favicon.png"
inkscape:export-xdpi="10.24"
inkscape:export-ydpi="10.24">
<defs
id="defs891">
<filter
style="color-interpolation-filters:sRGB"
inkscape:label="Drop Shadow"
id="filter1461">
<feFlood
flood-opacity="0.498039"
flood-color="rgb(0,0,0)"
result="flood"
id="feFlood1451" />
<feComposite
in="flood"
in2="SourceGraphic"
operator="in"
result="composite1"
id="feComposite1453" />
<feGaussianBlur
in="composite1"
stdDeviation="3"
result="blur"
id="feGaussianBlur1455" />
<feOffset
dx="6"
dy="6"
result="offset"
id="feOffset1457" />
<feComposite
in="SourceGraphic"
in2="offset"
operator="over"
result="fbSourceGraphic"
id="feComposite1459" />
<feColorMatrix
result="fbSourceGraphicAlpha"
in="fbSourceGraphic"
values="0 0 0 -1 0 0 0 0 -1 0 0 0 0 -1 0 0 0 0 1 0"
id="feColorMatrix1463" />
<feFlood
id="feFlood1465"
flood-opacity="0.282353"
flood-color="rgb(0,0,0)"
result="flood"
in="fbSourceGraphic" />
<feComposite
in2="fbSourceGraphic"
id="feComposite1467"
in="flood"
operator="in"
result="composite1" />
<feGaussianBlur
id="feGaussianBlur1469"
in="composite1"
stdDeviation="8"
result="blur" />
<feOffset
id="feOffset1471"
dx="6"
dy="6"
result="offset" />
<feComposite
in2="offset"
id="feComposite1473"
in="fbSourceGraphic"
operator="over"
result="composite2" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.5"
inkscape:cx="98.073463"
inkscape:cy="40.613826"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
inkscape:window-width="1366"
inkscape:window-height="721"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:snap-page="true"
showguides="true"
inkscape:guide-bbox="true">
<sodipodi:guide
position="-143.40416,65.087502"
orientation="0,1"
id="guide21"
inkscape:locked="false" />
</sodipodi:namedview>
<metadata
id="metadata894">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-212.3333)">
<rect
style="opacity:1;vector-effect:none;fill:#ffffff;fill-opacity:0.99742605;stroke:none;stroke-width:0.79763037;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
id="rect1494"
width="84.666664"
height="84.666664"
x="0.39509311"
y="211.9382"
rx="13.229167"
ry="13.229167" />
<path
style="display:inline;fill:#2d763a;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:3.3518796;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter1461)"
d="m 253.29883,18.007812 c -22.92571,6.327156 -42.91675,14.709464 -84.78711,7.775391 4.61352,15.773556 10.6558,33.776374 9.3457,52.511719 C 165.17144,66.210563 151.89605,52.581337 144.07617,42.443359 126.96969,39.065822 110.70703,34.95733 95.574219,24.671875 74.087246,32.837922 45.664486,34.558316 17.453125,36.890625 29.051066,126.00618 23.06419,188.79381 15.230469,250.89258 l 22.955078,31.09961 c 26.988257,-13.43377 68.798403,-25.15061 92.191403,-25.17578 -3.60646,-17.68128 -10.18158,-47.50292 -8.88672,-68.125 43.92598,42.59308 50.39522,61.09098 68.4961,87.37695 C 214.43764,269.25818 244.36992,260.25563 284.0293,262 278.10315,193.19786 271.72336,120.23443 284.76953,42.074219 270.16147,34.052247 262.24176,26.029822 253.29883,18.007812 Z m -2.70508,14.542969 c -7.22105,53.320857 -5.50703,135.125169 -2.51758,192.660159 -24.38207,1.05464 -50.71277,7.54216 -68.16992,14.13672 -23.45938,-30.44376 -55.84891,-66.55187 -85.871094,-91.14454 -0.0511,23.62458 -0.597462,46.24217 3.294922,83.01172 -21.72853,1.21376 -48.603502,12.17407 -70.046875,19.62696 5.576546,-64.57811 11.268986,-137.57037 3.025391,-202.148441 25.198495,-1.402356 48.541918,-4.28785 61.146484,-9.208984 27.985892,32.710828 63.597892,73.073175 96.560542,98.628905 0.42309,-46.845089 -2.16153,-85.031895 -7.03515,-99.650389 25.17105,4.881222 52.96197,-0.330919 69.61328,-5.91211 z"
transform="matrix(0.23573727,0,0,0.23723225,6.275318,218.38393)"
id="path5411"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB