Model update: Berkel, IJssel, Reest

This commit is contained in:
2026-03-03 10:36:15 +01:00
parent 3aefa3ef04
commit b72c6d99ea
59 changed files with 174 additions and 61 deletions

View File

@@ -78,7 +78,7 @@
<li class="nav-item ms-lg-3 d-flex align-items-center justify-content-end cta-wrapper">
<a href="/brochure" class="btn btn-cta" role="button" type="button" data-bs-toggle="modal" data-bs-target="#contactModal">
Gratis brochure aanvragen
Contact
</a>
</li>
</ul>

View File

@@ -24,13 +24,16 @@
{{ range $index, $element := $hero.summary }}
{{ $delay := add 200 (mul $index 100) }}
<div class="col-sm-12 col-md-6 col-lg-4" data-aos="fade-up" data-aos-delay="{{ $delay }}">
<div class="col-sm-12 col-md-6 col-lg-4 {{ if ge $index 3 }}d-none d-md-block{{ end }}"
data-aos="fade-up"
data-aos-delay="{{ $delay }}">
<div class="d-flex align-items-center p-3 border rounded-4 bg-light h-100">
<div class="icon-box me-3 text-primary">
<i class="bi {{ .icon | default "bi-info-circle" }}"></i>
</div>
<div>
<span class="d-block">
<span class="d-block small text-muted">
{{ .property }}
</span>
<span class="fw-bold d-block">{{ .value }}</span>

View File

@@ -27,7 +27,7 @@
</div>
<div class="model-info mt-auto">
<h3 class="h4 fw-bold text-white mb-1">{{ .Title }}</h3>
<p class="text-white-50 small mb-0">{{ .Params.subtitle }}</p>
<p class="text-white mb-0">{{ .Params.subtitle }}</p>
<a href="{{ .RelPermalink }}" class="stretched-link"></a>
</div>
</div>