mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02:00
106 lines
4.0 KiB
HTML
106 lines
4.0 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>KST4Contest Features</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="description" content="Contest-optimized ON4KST features for VHF, UHF and SHF operation.">
|
||
|
||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/">
|
||
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:title" content="KST4Contest Features">
|
||
<meta property="og:description" content="Contest-optimized ON4KST features for VHF, UHF and SHF operation.">
|
||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/">
|
||
<meta property="og:site_name" content="KST4Contest">
|
||
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:title" content="KST4Contest Features">
|
||
<meta name="twitter:description" content="Contest-optimized ON4KST features for VHF, UHF and SHF operation.">
|
||
|
||
<link rel="stylesheet" href="/assets/css/main.css">
|
||
</head>
|
||
<body>
|
||
<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>
|
||
</nav>
|
||
</header>
|
||
|
||
<main>
|
||
|
||
<section class="hero">
|
||
<h1>Features built for serious VHF/UHF/SHF contest operation.</h1>
|
||
<p>
|
||
KST4Contest combines ON4KST chat, candidate scoring, AirScout workflow,
|
||
sked handling, log synchronization and operator decision support.
|
||
</p>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<div class="grid">
|
||
|
||
<article class="card">
|
||
<div class="feature-icon">🎯</div>
|
||
<p class="eyebrow">Contest Workflow</p>
|
||
<h3><a href="/features/priority-score/">Priority Score System</a></h3>
|
||
<p>Find the most promising stations faster using contest-aware candidate scoring.</p>
|
||
<a href="/features/priority-score/">Learn more →</a>
|
||
</article>
|
||
|
||
<article class="card">
|
||
<div class="feature-icon">✈️</div>
|
||
<p class="eyebrow">Aircraft Scatter</p>
|
||
<h3><a href="/features/airscout/">AirScout Integration</a></h3>
|
||
<p>Use airplane scatter awareness directly inside your ON4KST contest workflow.</p>
|
||
<a href="/features/airscout/">Learn more →</a>
|
||
</article>
|
||
|
||
<article class="card">
|
||
<div class="feature-icon">⏱️</div>
|
||
<p class="eyebrow">Contest Awareness</p>
|
||
<h3><a href="/features/timeline/">Timeline View</a></h3>
|
||
<p>See upcoming AP windows and candidate timing in a compact contest timeline.</p>
|
||
<a href="/features/timeline/">Learn more →</a>
|
||
</article>
|
||
|
||
<article class="card">
|
||
<div class="feature-icon">🔔</div>
|
||
<p class="eyebrow">Sked Management</p>
|
||
<h3><a href="/features/sked-reminder/">Sked Reminder</a></h3>
|
||
<p>Keep scheduled contacts visible and avoid missing time-critical skeds.</p>
|
||
<a href="/features/sked-reminder/">Learn more →</a>
|
||
</article>
|
||
|
||
<article class="card">
|
||
<div class="feature-icon">🔄</div>
|
||
<p class="eyebrow">Logger Integration</p>
|
||
<h3><a href="/features/log-sync/">Log Synchronization</a></h3>
|
||
<p>Connect ON4KST chat workflow with Win-Test, UCXLog and contest logging state.</p>
|
||
<a href="/features/log-sync/">Learn more →</a>
|
||
</article>
|
||
|
||
<article class="card">
|
||
<div class="feature-icon">💬</div>
|
||
<p class="eyebrow">ON4KST Chat</p>
|
||
<h3><a href="/features/dual-chat/">Dual Chat Categories</a></h3>
|
||
<p>Operate in two ON4KST categories at once, for example VHF/UHF and microwave.</p>
|
||
<a href="/features/dual-chat/">Learn more →</a>
|
||
</article>
|
||
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="site-footer">
|
||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||
</footer>
|
||
</body>
|
||
</html> |