diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 80147c1..4b67ab8 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -559,4 +559,9 @@ p { a:hover { color: $van-emous-orange !important; } +} + +// Scrollstops +#vergunningscheck { + scroll-margin-top: 100px; } \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 355b5c0..01c1a13 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,5 +24,14 @@ info_section: - "Wij begeleiden u persoonlijk bij elke stap: van advies en vergunningscheck tot ontwerp, bouw en oplevering. Met oog voor kwaliteit, rust en duidelijkheid zorgen wij voor een zorgzame woonoplossing waar u op kunt vertrouwen." image: "/img/general/brochure.jpg" image_alt: "Van Emous brochure op een stoel" + +about_section: + eyebrow: "Over Van Emous" + title: "Mantelzorgwoningen die families dichter bij elkaar brengen" + text_paragraphs: + - "Bij het realiseren van een mantelzorgwoning komt veel kijken. Het vraagt om duidelijke keuzes, betrouwbare begeleiding en een partner die uw situatie begrijpt. Van Emous Mantelzorgwoningen is een familiebedrijf met jarenlange ervaring in het begeleiden, bouwen en plaatsen van mantelzorgwoningen. Wij staan naast u gedurende het hele traject en zorgen voor rust, overzicht en een zorgzame woonoplossing waar u op kunt vertrouwen." + + image: "/img/about-home.jpg" + image_alt: "Van Emous brochure op een stoel" --- diff --git a/hugo_stats.json b/hugo_stats.json index 00f18f7..5375edd 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -236,7 +236,8 @@ "res-kavelformaat", "res-kavelnummer", "res-kavelvrij", - "res-max" + "res-max", + "vergunningscheck" ] } } diff --git a/layouts/index.html b/layouts/index.html index d1516e8..6828127 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -19,7 +19,7 @@
{{ with .Params.info_section.eyebrow }} - + {{ . }} {{ end }} @@ -50,4 +50,44 @@ {{ partial "modellen.html" . }} {{ partial "mogelijkheden.html" . }} {{ partial "map.html" . }} + + {{ if .Params.about_section }} +
+
+
+ +
+
+ {{ with .Params.about_section.image }} + {{ $.Params.info_section.image_alt | default + {{ end }} +
+
+ +
+ {{ with .Params.about_section.eyebrow }} + + {{ . }} + + {{ end }} + +

+ {{ .Params.about_section.title }} +

+ +
+ {{ range .Params.about_section.text_paragraphs }} +

+ {{ . | markdownify }} +

+ {{ end }} +
+
+ +
+
+
+ {{ end }} {{ end }} \ No newline at end of file diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html index d1b4d53..1690951 100644 --- a/layouts/partials/hero.html +++ b/layouts/partials/hero.html @@ -2,22 +2,22 @@
-

{{ .Params.hero.title | markdownify }}

+

{{ .Params.hero.title | markdownify }}

-

+

{{ .Params.hero.subtitle | markdownify }}

@@ -27,7 +27,7 @@
{{ with .Params.hero.image }} -
{{ end }} diff --git a/layouts/partials/map.html b/layouts/partials/map.html index f33c94e..8b419d6 100644 --- a/layouts/partials/map.html +++ b/layouts/partials/map.html @@ -1,4 +1,4 @@ -
+
diff --git a/layouts/partials/mogelijkheden.html b/layouts/partials/mogelijkheden.html index cbbfc49..416cdf3 100644 --- a/layouts/partials/mogelijkheden.html +++ b/layouts/partials/mogelijkheden.html @@ -48,7 +48,7 @@

Vergunningscheck

Ontvang duidelijkheid over de vergunning voor uw mantelzorgwoning met onze vrijblijvende vergunningscheck.

- + Meer informatie
diff --git a/static/img/about-home.jpg b/static/img/about-home.jpg new file mode 100644 index 0000000..d370c38 Binary files /dev/null and b/static/img/about-home.jpg differ