lucht/src/index.njk

42 lines
1.2 KiB
Text
Raw Normal View History

2021-09-03 02:06:40 +00:00
---
2021-09-05 19:32:14 +00:00
layout: base
title: Home
permalink: '/'
2023-10-05 14:18:24 +00:00
heading: Verwarming, Ventilatie, Airco
2021-09-05 19:32:14 +00:00
---
2023-10-05 14:18:24 +00:00
<div class="landing">
<div class="hero">
<h1 class="hero__header">
<span>
Verwarming
</span>
<span>
Ventilatie
</span>
<span>
Airco
</span>
</h1>
<a class="hero__info" href="tel:+3164168165">41 68 16 56</a>
<div class="hero__icons">
<a href="tel:+3164168165">
{% svgsprite %}
{% icon "phone" %}
</a>
<a href="https://t.me/3164168165" target="_blank">
{% svgsprite %}
{% icon "telegram" %}
</a>
<a href="https://wa.me/3164168165" target="_blank">
{% svgsprite %}
{% icon "whatsapp" %}
</a>
</div>
</div>
</div>
<div class="bkg">
2023-10-06 11:16:52 +00:00
{% image "src/assets/images/winter.png", "bkg--winter", "alt text here", "(min-width: 30em) 50vw, 100vw" %}
{% image "src/assets/images/summer.png", "bkg--summer", "alt text here", "(min-width: 30em) 50vw, 100vw" %}
2023-10-05 14:18:24 +00:00
</div>