mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02:00
Introduce feature content model
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>AirScout Integration for ON4KST Contest Operation</title>
|
||||
<title>{{ feature.title }} | KST4Contest</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/airscout/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="AirScout Integration for ON4KST Contest Operation">
|
||||
<meta property="og:description" content="KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.">
|
||||
<meta property="og:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/airscout/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="AirScout Integration for ON4KST Contest Operation">
|
||||
<meta name="twitter:description" content="KST4Contest integrates AirScout and airplane scatter workflow support for VHF, UHF and SHF contest operators.">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -37,25 +37,78 @@
|
||||
<main>
|
||||
|
||||
<section class="hero">
|
||||
<h1>AirScout integration for airplane scatter contest workflow.</h1>
|
||||
<p>
|
||||
KST4Contest connects ON4KST chat operation with AirScout-based airplane scatter awareness.
|
||||
</p>
|
||||
<p class="eyebrow">Aircraft Scatter</p>
|
||||
<h1>AirScout Integration</h1>
|
||||
<p>Use airplane scatter awareness directly inside your ON4KST contest workflow.</p>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="card">
|
||||
<h2>Airplane scatter in the operator workflow</h2>
|
||||
<div class="feature-icon large">✈️</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>AirScout information helps operators evaluate AP windows, aircraft scatter timing and candidate stations during VHF/UHF/SHF contests.</p>
|
||||
|
||||
<h2>Built for contest operation</h2>
|
||||
<p>
|
||||
For VHF, UHF and microwave contests, aircraft reflections can create short but valuable contact opportunities.
|
||||
KST4Contest is designed to help operators use this information directly while working with ON4KST chat traffic.
|
||||
This feature is designed for real VHF, UHF and SHF contest workflows,
|
||||
where speed, awareness and correct operator decisions matter.
|
||||
</p>
|
||||
|
||||
<h2>From chat candidate to sked decision</h2>
|
||||
<p>
|
||||
AirScout information can support the decision whether a candidate station is worth scheduling immediately
|
||||
or should be monitored for a later propagation window.
|
||||
</p>
|
||||
|
||||
<h2>Related features</h2>
|
||||
<div class="actions">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/timeline/">Timeline View</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/sked-reminder/">Sked Reminder</a>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user