mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 00:26:52 +02:00
Move features to Markdown content model
This commit is contained in:
@@ -2,20 +2,20 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{{ feature.title }} | KST4Contest</title>
|
||||
<title>Timeline View</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="{{ feature.summary }}">
|
||||
<meta name="description" content="The timeline view helps operators understand short propagation windows and candidate timing during active contest operation.">
|
||||
<link rel="canonical" href="https://kst4contest.hamradioonline.de/features/timeline/">
|
||||
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta property="og:description" content="{{ feature.summary }}">
|
||||
<meta property="og:title" content="Timeline View">
|
||||
<meta property="og:description" content="The timeline view helps operators understand short propagation windows and candidate timing during active contest operation.">
|
||||
<meta property="og:url" content="https://kst4contest.hamradioonline.de/features/timeline/">
|
||||
<meta property="og:site_name" content="KST4Contest">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="{{ feature.title }} | KST4Contest">
|
||||
<meta name="twitter:description" content="{{ feature.summary }}">
|
||||
<meta name="twitter:title" content="Timeline View">
|
||||
<meta name="twitter:description" content="The timeline view helps operators understand short propagation windows and candidate timing during active contest operation.">
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main.css">
|
||||
</head>
|
||||
@@ -64,16 +64,12 @@
|
||||
<article class="card content-card">
|
||||
<div class="feature-icon large">⏱️</div>
|
||||
|
||||
<h2>Why it matters</h2>
|
||||
<p>The timeline view helps operators understand short propagation windows and candidate timing during active contest operation.</p>
|
||||
<h2>Timing matters</h2>
|
||||
<p>Many VHF/UHF/SHF opportunities are short-lived.</p>
|
||||
<p>The Timeline View helps operators see upcoming timing windows instead of keeping everything in mind manually.</p>
|
||||
<h2>Designed for fast awareness</h2>
|
||||
<p>The timeline supports quick decisions during busy contest operation.</p>
|
||||
|
||||
<h2>Built for contest operation</h2>
|
||||
<p>
|
||||
This feature supports real VHF, UHF and SHF contest workflows where timing,
|
||||
awareness and fast decisions matter. It is part of the broader KST4Contest
|
||||
approach: ON4KST chat should not just be displayed, it should actively support
|
||||
contest operation.
|
||||
</p>
|
||||
|
||||
|
||||
<h2>Keywords</h2>
|
||||
@@ -96,6 +92,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/airscout/">AirScout Integration</a>
|
||||
|
||||
|
||||
@@ -114,6 +112,8 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="button secondary" href="/features/priority-score/">Priority Score System</a>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user