Bilder selbst hosten: Unsplash-Assets im Docker-Build nach /img/ backen (kein Client-Hotlink, DSGVO); Referenzen Hero/Alarm/Brandmark auf lokale /img/-Pfade; Bildnachweis-Hinweis aktualisiert

This commit is contained in:
2026-06-29 12:15:29 +00:00
parent 568fffdf13
commit 2ffafd4486
7 changed files with 78 additions and 8 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ import '../styles/global.css';
.brandmark{border-radius:8px;object-fit:cover;flex:0 0 auto;box-shadow:0 1px 2px rgba(20,40,60,.18)}
</style>
<header class="site"><div class="wrap bar">
<a class="brand" href="/"><img class="brandmark" src="https://images.unsplash.com/photo-1583444012262-00185bf33cc6?w=120&h=120&fit=crop&q=70&auto=format" alt="" width="30" height="30" loading="eager" decoding="async" />Kühl<b>finder</b></a>
<a class="brand" href="/"><img class="brandmark" src="/img/brand-water.jpg" alt="" width="30" height="30" loading="eager" decoding="async" />Kühl<b>finder</b></a>
<nav>
<a href="/geraete">Geräte</a>
<a href="/rechner">Rechner</a>
+1 -1
View File
@@ -22,7 +22,7 @@ const credits = [
</div>
))}
</div>
<p class="note" style="margin-top:1.2rem">Hinweis: Aktuell werden die Bilder über das Unsplash-CDN eingebunden. Für eine vollständig DSGVO-konforme, selbst gehostete Variante können die Dateien lokal unter <code>/public/img/</code> abgelegt und von dort ausgeliefert werden.</p>
<p class="note" style="margin-top:1.2rem">Hinweis: Die Bilder werden <strong>selbst gehostet</strong> (ausgeliefert von dieser Domain unter <code>/img/</code>) es findet kein Hotlink zu Unsplash statt. Die Originale stammen von Unsplash unter der kostenlosen Unsplash-Lizenz.</p>
</section>
</Base>
<style>
+2 -2
View File
@@ -10,8 +10,8 @@ const Pin='<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="c
const Compass='<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="1.7"><circle cx="12" cy="12" r="9"/><path d="m15.5 8.5-2 5-5 2 2-5 5-2Z"/></svg>';
const Bell='<svg viewBox="0 0 24 24" width="22" height="22" fill="none" stroke="currentColor" stroke-width="1.7"><path d="M6 9a6 6 0 1 1 12 0c0 5 2 6 2 6H4s2-1 2-6Z"/><path d="M10 19a2 2 0 0 0 4 0"/></svg>';
// Unsplash (kostenlose Lizenz) Credits unter /bildnachweis
const IMG_HERO='https://images.unsplash.com/photo-1649711895336-20ff39db62f8?w=1680&q=70&auto=format&fit=crop';
const IMG_PHONE='https://images.unsplash.com/photo-1752218804012-3e7db92274ec?w=1000&q=70&auto=format&fit=crop';
const IMG_HERO='/img/hero-klima.jpg';
const IMG_PHONE='/img/alarm-phone.jpg';
---
<Base title="Kühlfinder Wo gibt es gerade ein Klimagerät? Live-Verfügbarkeit (DE/AT/CH/NL/PL/DK)" description="Live-Bestand von Klimageräten in Baumärkten & Elektromärkten in Deutschland und Nachbarländern, plus Online, Amazon & eBay mit Prognose, Preis-Check gegen Wucher und Alarm.">
<section class="wrap herowrap">