mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 00:26:52 +02:00
64 lines
2.3 KiB
HTML
64 lines
2.3 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>KST4Contest – Contest-Optimized ON4KST Chat Client</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="description" content="KST4Contest is a modern ON4KST chat client built for VHF, UHF and SHF ham radio contest 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>
|
||
</nav>
|
||
</header>
|
||
|
||
<main>
|
||
|
||
<section class="hero">
|
||
<h1>Contest-optimized ON4KST chat for VHF, UHF and SHF operators.</h1>
|
||
<p>
|
||
KST4Contest is built for serious ham radio contest operation:
|
||
priority candidates, AirScout integration, sked reminders, band detection,
|
||
frequency detection, dual chat categories and workflow support for modern VHF/UHF/SHF contest stations.
|
||
</p>
|
||
<div class="actions">
|
||
<a class="button" href="https://github.com/praktimarc/kst4contest/releases">Download releases</a>
|
||
<a class="button secondary" href="https://github.com/praktimarc/kst4contest">View on GitHub</a>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section">
|
||
<div class="grid">
|
||
<div class="card">
|
||
<h3>Built for contests</h3>
|
||
<p>Unlike generic ON4KST clients, KST4Contest focuses on contest workflow, skeds, priorities and fast operator decisions.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Priority candidates</h3>
|
||
<p>Score-based candidate ranking helps operators identify promising stations faster.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>AirScout workflow</h3>
|
||
<p>Airplane scatter windows and candidate timing can be integrated into the operating workflow.</p>
|
||
</div>
|
||
<div class="card">
|
||
<h3>Cross-platform releases</h3>
|
||
<p>Windows, Linux and macOS builds are published through GitHub releases.</p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="site-footer">
|
||
<p>KST4Contest – ON4KST contest workflow for VHF/UHF/SHF operators.</p>
|
||
</footer>
|
||
</body>
|
||
</html> |