62 lines
2.1 KiB
HTML
62 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>Shop – Tischlerei Staffenberger</title>
|
||
<link rel="stylesheet" href="css/style.css">
|
||
</head>
|
||
<body>
|
||
<!-- ========== Header & Widescreen Hero Banner ========== -->
|
||
<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>
|
||
|
||
<main>
|
||
<div class="layout">
|
||
<h1 class="page-title">Kleine Serie & Einzelstücke</h1>
|
||
<p>Ausgewählte Stücke können Sie anfragen. Kein Online-Zahlung – wir klären alles per Kontakt.</p>
|
||
|
||
<!-- ========== Product grid ========== -->
|
||
<div class="shop-grid" id="shop-grid">
|
||
<!-- Add products here (copy from shop-item-template.html) -->
|
||
</div>
|
||
<p id="shop-empty-message" class="shop-empty-message">Zurzeit sind keine Artikel verfügbar.</p>
|
||
</div>
|
||
</main>
|
||
|
||
<!-- ========== Footer ========== -->
|
||
<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>Musterstraße 1 · 12345 Musterort</p>
|
||
<p>Tel.: 01234 / 567890</p>
|
||
</div>
|
||
<div class="footer-links">
|
||
<a href="impressum.html">Impressum</a>
|
||
<a href="index.html">Start</a>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
|
||
<script src="js/script.js"></script>
|
||
</body>
|
||
</html>
|