Refactor website into data-driven content model

This commit is contained in:
Marc Froehlich
2026-07-06 23:27:06 +02:00
parent a99d611ea8
commit 217c7e8451
49 changed files with 2649 additions and 976 deletions
+58 -27
View File
@@ -5,7 +5,6 @@
<title>KST4Contest Screenshots</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Screenshots of KST4Contest, the contest-optimized ON4KST chat client for VHF, UHF and SHF operators.">
<link rel="canonical" href="https://kst4contest.hamradioonline.de/screenshots/">
<meta property="og:type" content="website">
@@ -20,25 +19,45 @@
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<div class="site-bg"></div>
<header class="site-header">
<a class="brand" href="/">KST4Contest</a>
<nav>
<a href="/features/">Features</a>
<a href="/download/">Download</a>
<a href="/manual/">Manual</a>
<a href="/screenshots/">Screenshots</a>
<a href="/news/">News</a>
<a href="https://github.com/praktimarc/kst4contest">GitHub</a>
<a href="/faq/">FAQ</a>
<a class="brand" href="/">
<span class="brand-mark"></span>
<span>
<strong>KST4Contest</strong>
<small>ON4KST Contest Client</small>
</span>
</a>
<nav class="site-nav">
<a href="/">Home</a>
<a href="/features/">Features</a>
<a href="/screenshots/">Screenshots</a>
<a href="/download/">Download</a>
<a href="/manual/">Manual</a>
<a href="/news/">News</a>
<a href="/faq/">FAQ</a>
<a class="nav-cta" href="https://github.com/praktimarc/kst4contest/releases/latest">Download</a>
</nav>
</header>
<main>
<section class="hero">
<h1>Screenshots</h1>
<p>
<p class="badge">Screenshots</p>
<h1>See the contest workflow.</h1>
<p class="lead">
Visual impressions of KST4Contest: ON4KST chat workflow, priority candidates,
sked handling, AirScout integration and contest-focused operator tools.
</p>
@@ -46,26 +65,38 @@
<section class="section">
<div class="grid">
<div class="card">
<h3>Main Window</h3>
<p>ON4KST chat workflow with contest-oriented controls.</p>
</div>
<div class="card">
<h3>Priority Candidates</h3>
<p>Candidate ranking for faster operator decisions.</p>
</div>
<div class="card">
<h3>AirScout / AP Timeline</h3>
<p>Aircraft scatter timing support for VHF/UHF/SHF operation.</p>
</div>
<article class="card screenshot-card">
<div class="screenshot-placeholder">
<span>Main Window</span>
</div>
<h3>Main Window</h3>
<p>Contest-oriented ON4KST chat workflow with candidate awareness.</p>
</article>
<article class="card screenshot-card">
<div class="screenshot-placeholder">
<span>Priority Candidates</span>
</div>
<h3>Priority Candidates</h3>
<p>Score-based candidate ranking for faster operator decisions.</p>
</article>
<article class="card screenshot-card">
<div class="screenshot-placeholder">
<span>Timeline View</span>
</div>
<h3>Timeline View</h3>
<p>Timeline support for AP windows and candidate timing.</p>
</article>
</div>
</section>
</main>
<footer class="site-footer">
<p>KST4Contest ON4KST contest workflow for VHF/UHF/SHF operators.</p>
<p>KST4Contest contest-optimized ON4KST workflow for VHF/UHF/SHF operators.</p>
<p><a href="https://github.com/praktimarc/kst4contest">GitHub Repository</a></p>
</footer>
</body>
</html>