Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight

This commit is contained in:
Jannis Heydemann
2026-04-30 12:30:54 +02:00
parent 23d5a75891
commit e72f8a4f1f
104 changed files with 8799 additions and 35 deletions

View File

@@ -0,0 +1,25 @@
<div id="about-tech-modal" class="home-modal-overlay hidden">
<div class="home-modal-panel home-modal-wide">
<button type="button" class="home-modal-close" data-about-modal-close="about-tech-modal">&times;</button>
<h2>Technik</h2>
<p class="home-modal-sub">Daten und Eckwerte zu Bild, Projektoren, Leinwandgrößen und Sitzkapazitäten.</p>
<div class="hall-modal-grid full-page-grid">
<article class="hall-modal-item">
<h4>Projektoren</h4>
<textarea placeholder="z.B. 4K Laserprojektion, Modellinfos, Lichtleistung..."></textarea>
</article>
<article class="hall-modal-item">
<h4>Leinwandgrößen</h4>
<textarea placeholder="z.B. IMAX: 22m x 12m, Deluxe: 14m x 7m ..."></textarea>
</article>
<article class="hall-modal-item">
<h4>Sitzplätze pro Saal</h4>
<textarea placeholder="z.B. Kino 1: 180, Kino 2: 150, Deluxe 1: 120, IMAX: 300"></textarea>
</article>
<article class="hall-modal-item">
<h4>Bild & Audio</h4>
<textarea placeholder="z.B. Dolby Atmos, 7.1, Frame Rates, HDR-Profile..."></textarea>
</article>
</div>
</div>
</div>