diff --git a/content/modellen/_index.md b/content/modellen/_index.md index 17b6f47..acbb32f 100644 --- a/content/modellen/_index.md +++ b/content/modellen/_index.md @@ -1,10 +1,11 @@ --- title: "Zorgwoning overzicht" -subtitle: "Groen sedumdak & grote veranda" -price: 89000 -image: "/img/modellen/berkel/berkel-002-800x.webp" -featured: true +subtitle: "Onze woningen zijn aanpasbaar" weight: 1 -layout: model -size: 90 +layout: modellen + +hero: + + title: "Modellen overzicht" + eyebrow: "Al onze woningen zijn aanpasbaar" --- \ No newline at end of file diff --git a/content/modellen/model-amstel.md b/content/modellen/model-amstel.md index fe37e99..07f3e5f 100644 --- a/content/modellen/model-amstel.md +++ b/content/modellen/model-amstel.md @@ -6,7 +6,7 @@ image: "/img/modellen/amstel/amstel-002-800x.webp" featured: true weight: 1 layout: model -size: 90 +size: 82 hero: diff --git a/content/modellen/model-waal.md b/content/modellen/model-waal.md index 879d78f..ccd564e 100644 --- a/content/modellen/model-waal.md +++ b/content/modellen/model-waal.md @@ -6,7 +6,7 @@ image: "/img/modellen/waal/waal-007-800x.webp" featured: true weight: 1 layout: model -size: 100 +size: 90 hero: image: "/img/modellen/waal/waal-007-1600x.webp" diff --git a/hugo_stats.json b/hugo_stats.json index 4d38af8..62298c2 100644 --- a/hugo_stats.json +++ b/hugo_stats.json @@ -69,12 +69,12 @@ "bi-hr", "bi-lamp", "bi-moon-stars", - "bi-person-hearts", "bi-telephone-fill", "bi-x-lg", "border", "border-0", "border-start", + "border-top", "brochure-form", "btn", "btn-close", @@ -99,6 +99,8 @@ "col-md-6", "col-md-8", "col-sm-12", + "col-xl-5", + "col-xl-7", "collapse", "collapsed", "contact-icon-circle", @@ -187,6 +189,7 @@ "model-check", "model-info", "model-section", + "modellen-overzicht", "modellen-sectie", "ms-1", "ms-auto", @@ -197,6 +200,7 @@ "mt-5", "mt-auto", "mt-lg-5", + "mt-md-0", "mx-0", "mx-auto", "my-3", @@ -222,6 +226,7 @@ "p-0", "p-3", "p-4", + "p-5", "p-lg-5", "p-md-4", "panel", @@ -236,6 +241,8 @@ "price-badge", "ps-4", "ps-lg-5", + "ps-md-5", + "pt-2", "pt-5", "px-0", "px-3", @@ -332,7 +339,6 @@ "modelModal", "model_model-amstel", "model_model-berkel", - "model_model-berkel copy", "model_model-ijssel", "model_model-maas", "model_model-reest", diff --git a/layouts/_default/modellen.html b/layouts/_default/modellen.html new file mode 100644 index 0000000..d956561 --- /dev/null +++ b/layouts/_default/modellen.html @@ -0,0 +1,58 @@ +{{ define "main" }} +{{ partial "hero-single.html" . }} +
+
+ +
{{ range .Paginator.Pages }} +
+
+ +
+
+
+ + {{ .Title }} + +
+
+

{{ .Title }}

+
    + {{ range first 3 .Params.hero.summary }} +
  • + + {{ .property }}: {{ .value }} +
  • + {{ end }} +
+
+ vanaf € {{ lang.FormatNumber 0 .Params.price }} +
+
+
+
+ +
+ +

+ {{ if .Params.hero.paragraph }} + {{ .Params.hero.paragraph | truncate 500 }} + {{ else }} + {{ .Summary | truncate 500 }} + {{ end }} +

+ Bekijk woning +
+ +
+
+
+ {{ end }} +
+ + {{ partial "pagination.html" . }} +
+
+{{ end }} \ No newline at end of file diff --git a/layouts/index.html b/layouts/index.html index d8aa70d..092945a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -43,7 +43,7 @@ {{ partial "mogelijkheden.html" . }} {{ partial "map.html" . }} - {{ partial "modellen.html" . }} + {{ partial "modellen-overzicht.html" . }} {{ if .Content }}
diff --git a/layouts/partials/modellen.html b/layouts/partials/modellen-overzicht.html similarity index 100% rename from layouts/partials/modellen.html rename to layouts/partials/modellen-overzicht.html