- Impressum rewritten with real Austrian business data (ECG instead of German TMG references); UID, Gewerbeberechtigung and Firmenbuchnummer marked as pending until available - Real contact email/phone/address across footer and Impressum - Meta description, Open Graph tags and favicon on all pages - Gallery images now offer both 800w and 1920w srcset candidates - Lightbox traps focus while open and restores it on close - Header/footer extracted into partials/, pages now built from templates/ via `npm run build` (scripts/build.js) to remove duplication across the 4 pages
14 lines
478 B
HTML
14 lines
478 B
HTML
<footer class="site-footer">
|
|
<div class="layout">
|
|
<div class="footer-contact">
|
|
<img src="stafflogo06.svg" alt="" class="footer-logo" aria-hidden="true">
|
|
<p><strong>Tischlerei Staffenberger</strong></p>
|
|
<p>Hauptstraße 3a · 3443 Kreuth</p>
|
|
<p>Tel.: 02274 / 8874</p>
|
|
</div>
|
|
<div class="footer-links">
|
|
<a href="impressum.html">Impressum</a>
|
|
<a href="index.html">Start</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|