docs(marketing): Update beta flyer layout and content

Modified the screenshot layout to a three-column grid with adjusted gaps, reduced screenshot height for better fit, and refined feature descriptions for clarity. Added a new screenshot for vessel data. Updated the corresponding PDF to reflect these changes.
This commit is contained in:
2026-05-30 18:22:09 +02:00
parent 7d96bbcfd8
commit fcb76d1305
3 changed files with 8 additions and 4 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

+8 -4
View File
@@ -109,8 +109,8 @@
.screenshots {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4mm;
grid-template-columns: repeat(3, 1fr);
gap: 3mm;
flex-shrink: 0;
position: relative;
z-index: 1;
@@ -128,7 +128,7 @@
.screenshot-card img {
width: 100%;
height: 54mm;
height: 50mm;
object-fit: contain;
object-position: top center;
display: block;
@@ -288,7 +288,7 @@
</p>
<section class="features" aria-label="Funktionen">
<div class="feature"><span class="feature-icon"></span><span>Reisetage im nautischen Logbuch-Format (Hafen, Wetter, Besegelung, Crew, Tankstände, etc.)</span></div>
<div class="feature"><span class="feature-icon"></span><span>Reisetage im nautischen Logbuch-Format (Hafen, Wetter, Besegelung, Crew, Tankstände)</span></div>
<div class="feature"><span class="feature-icon"></span><span>Offline-fähige PWA — läuft auf jedem Smartphone &amp; Tablet</span></div>
<div class="feature"><span class="feature-icon"></span><span>Einfache passwortlose Passkey-Anmeldung</span></div>
<div class="feature"><span class="feature-icon"></span><span>Ende-zu-Ende Verschlüsselung</span></div>
@@ -314,6 +314,10 @@
<img src="assets/screenshot-logbook.png" alt="Logbuch-Journal mit Reisetagen" />
<figcaption class="screenshot-caption">Logbuch-Journal</figcaption>
</figure>
<figure class="screenshot-card">
<img src="assets/screenshot-vessel.png" alt="Schiffs-Stammdaten mit Yachtfoto" />
<figcaption class="screenshot-caption">Schiffsdaten</figcaption>
</figure>
</section>
<section class="beta-box">
Binary file not shown.