- 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
19 lines
702 B
HTML
19 lines
702 B
HTML
<header class="site-header">
|
|
<div class="hero-banner">
|
|
<div class="hero-image" aria-hidden="true"></div>
|
|
<div class="hero-overlay" aria-hidden="true"></div>
|
|
<div class="hero-text">
|
|
<img src="stafflogo06.svg" alt="" class="hero-logo" aria-hidden="true">
|
|
<h1>Tischlerei Staffenberger</h1>
|
|
<p class="hero-subtitle">Handwerk mit Tradition</p>
|
|
</div>
|
|
<nav class="main-nav">
|
|
<ul>
|
|
<li><a href="index.html">Start</a></li>
|
|
<li><a href="pictures.html">Bilder</a></li>
|
|
<li><a href="shop.html">Shop</a></li>
|
|
<li><a href="impressum.html">Impressum</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|