Add 3 missing quick-access cards (Trinkspiel/Strafen/Memory) + U Kohouta phone
1. Hauptseite index.html: 3 neue big-cards ergänzt (Trinkspiel, Strafen-Generator, JGA-Memory). Damit sind alle 9 HTML-Files über die Startseite erreichbar. 2. tourenplan*.html: Spiele-Bar unter Heute-Mittag-Leiste eingefügt für direkten Zugriff von der Karte aus. 3. U Kohouta: verifizierte Telefonnummer +420 737 224 999 ergänzt (Quelle: Firmy.cz, Eintrag Praha-Holešovice, 4.4 Sterne, 46 Reviews). Ehrliche Notiz: Strašnice-Variante hat aktuell keine Online-Präsenz (nicht in OSM, keine Firmy.cz-Eintrag, keine Website). Holešovice-Filiale ist per Tram 14/24 erreichbar (~25 Min). Tel-Link macht auf Mobile einen Anruf möglich.
This commit is contained in:
+63
-2
@@ -283,8 +283,8 @@
|
||||
</div>
|
||||
<div class="opt featured">
|
||||
<span class="rank">OPTION 2 · EMPFEHLUNG</span>
|
||||
<strong>🍖 Restaurace U Kohouta</strong> · Tschechisch, €€ · 10 Min Fußweg
|
||||
<br><a href="https://www.google.com/maps/search/?api=1&query=Restaurace+U+Kohouta+Strasnice+Prague" target="_blank" rel="noopener">📍 Google Maps</a>
|
||||
<strong>🍖 Restaurace U Kohouta</strong> · Tschechisch, €€ · <span style="color:#2dd36f;">📞 +420 737 224 999</span> (Holešovice, Tram)
|
||||
<br><a href="tel:+420737224999">📞 Anrufen</a> · <a href="https://www.google.com/maps/search/?api=1&query=Restaurace+U+Kohouta+Janovsk%C3%A9ho+Praha" target="_blank" rel="noopener">📍 Maps</a>
|
||||
</div>
|
||||
<div class="opt">
|
||||
<span class="rank">OPTION 3 · WASSER</span>
|
||||
@@ -293,6 +293,67 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ===== 🎮 JGA-SPIELE Quick-Links ===== -->
|
||||
<div class="spiele-bar">
|
||||
<style>
|
||||
.spiele-bar {
|
||||
background: linear-gradient(135deg, rgba(168,85,247,0.10), rgba(236,72,153,0.08));
|
||||
border: 1px solid rgba(168,85,247,0.30);
|
||||
border-radius: 12px;
|
||||
padding: 10px 16px 12px;
|
||||
margin: 12px 16px 0;
|
||||
font-family: inherit;
|
||||
}
|
||||
.spiele-bar .title {
|
||||
display: flex; align-items: center; gap: 8px;
|
||||
font-size: 13px; font-weight: 700;
|
||||
color: var(--accent-bright, #f6c544);
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.spiele-bar .title .tag {
|
||||
font-size: 10px;
|
||||
background: #a855f7;
|
||||
color: #fff;
|
||||
padding: 2px 7px;
|
||||
border-radius: 999px;
|
||||
letter-spacing: 0.4px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
}
|
||||
.spiele-bar .links {
|
||||
display: flex; flex-wrap: wrap; gap: 8px;
|
||||
}
|
||||
.spiele-bar .links a {
|
||||
display: inline-flex; align-items: center; gap: 6px;
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
color: var(--text, #ddd);
|
||||
background: rgba(255,255,255,0.05);
|
||||
border: 1px solid rgba(255,255,255,0.10);
|
||||
padding: 6px 12px;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
transition: background 0.15s, border-color 0.15s, color 0.15s;
|
||||
}
|
||||
.spiele-bar .links a:hover {
|
||||
background: rgba(168,85,247,0.15);
|
||||
border-color: rgba(168,85,247,0.50);
|
||||
color: var(--accent-bright, #f6c544);
|
||||
}
|
||||
.spiele-bar .links a .emoji { font-size: 16px; }
|
||||
</style>
|
||||
|
||||
<div class="title">
|
||||
<span>🎮</span>
|
||||
<span>JGA-Spiele</span>
|
||||
<span class="tag">Spaß-Faktor</span>
|
||||
</div>
|
||||
<div class="links">
|
||||
<a href="trinkspiel.html"><span class="emoji">🃏</span> Trinkspiel</a>
|
||||
<a href="strafen.html"><span class="emoji">🎲</span> Strafen-Generator</a>
|
||||
<a href="memory.html"><span class="emoji">📖</span> JGA-Memory</a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="map"></div>
|
||||
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"
|
||||
|
||||
Reference in New Issue
Block a user