Footer neu layouten

This commit is contained in:
2026-03-22 18:17:33 +01:00
parent ce402c693a
commit d9de4ab61f
3 changed files with 148 additions and 33 deletions

View File

@@ -201,21 +201,26 @@
</section>
<footer class="section section--light footer" id="kontakt">
<div class="section__content footer__contact">
<img class="brand brand--bottom" src="./media/logo_unten.svg" alt="Fabienne Foehn" />
<a href="mailto:fabienne@fabiennefoehn.ch">fabienne@fabiennefoehn.ch</a>
<a href="tel:+41786001411">+41 78 600 14 11</a>
</div>
<div class="section__content footer__claim">
<h2 class="section-title section-title--claim">Wer losgeht, kommt an.</h2>
<p>Wer nicht losgeht bleibt stehen.</p>
<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 class="section__content footer__inner">
<div class="footer__contact">
<img class="brand brand--bottom" src="./media/logo_unten.svg" alt="Fabienne Foehn" />
<a href="mailto:fabienne@fabiennefoehn.ch">fabienne@fabiennefoehn.ch</a>
<a href="tel:+41786001411">+41 78 600 14 11</a>
</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__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>
<span>© 2026 Naurua GmbH</span>
</div>
</div>
<span>© 2026 Naurua GmbH</span>
</div>
<img class="footer__wave" src="./media/welle_unten_seite.svg" alt="" aria-hidden="true" />
</footer>
</main>
</div>