Footer gemäss Vorlage neu aufgebaut

This commit is contained in:
2026-03-22 18:22:26 +01:00
parent 031c928813
commit fb566a080a
2 changed files with 62 additions and 51 deletions

View File

@@ -202,21 +202,27 @@
<footer class="section section--light footer" id="kontakt">
<div class="section__content footer__inner">
<img class="brand brand--bottom footer__brand" src="./media/logo_unten.svg" alt="Fabienne Foehn" />
<div class="footer__column footer__column--left">
<img
class="brand brand--bottom footer__brand"
src="./media/logo_unten.svg"
alt="Fabienne Foehn"
/>
<div class="footer__contact">
<a href="mailto:fabienne@fabiennefoehn.ch">fabienne@fabiennefoehn.ch</a>
<a href="tel:+41786001411">+41 78 600 14 11</a>
<div class="footer__contact">
<a href="mailto:fabienne@fabiennefoehn.ch">fabienne@fabiennefoehn.ch</a>
<a href="tel:+41786001411">+41 78 600 14 11</a>
</div>
</div>
<div class="footer__claim">
<h2 class="section-title section-title--claim">Wer losgeht, kommt an.</h2>
<p>Wer nicht losgeht bleibt stehen.</p>
<div class="footer__column footer__column--right">
<div class="footer__claim">
<h2 class="section-title section-title--claim">Wer losgeht, kommt an.</h2>
<p>Wer nicht losgeht bleibt stehen.</p>
</div>
<div class="footer__claim-meta">
<div class="footer__accent" aria-hidden="true">
<img src="./media/striche_blau_unter_wort.svg" alt="" />
<img src="./media/strichlein_rgruen_unter_wort.svg" alt="" />
</div>
<img class="footer__wave" src="./media/welle_unten_seite.svg" alt="" aria-hidden="true" />
<span>© 2026 Naurua GmbH</span>
</div>
</div>