From 8ae8c9996fb0c1312820ac7a07779a2b164c9c06 Mon Sep 17 00:00:00 2001 From: Marc Froehlich Date: Mon, 6 Jul 2026 02:42:18 +0200 Subject: [PATCH] Add screenshots and news pages --- website/_site/news/index.html | 60 ++++++++++++++++++++++++ website/_site/screenshots/index.html | 70 ++++++++++++++++++++++++++++ website/_site/sitemap.xml | 6 +++ website/src/news/index.njk | 22 +++++++++ website/src/screenshots/index.njk | 32 +++++++++++++ 5 files changed, 190 insertions(+) create mode 100644 website/_site/news/index.html create mode 100644 website/_site/screenshots/index.html create mode 100644 website/src/news/index.njk create mode 100644 website/src/screenshots/index.njk diff --git a/website/_site/news/index.html b/website/_site/news/index.html new file mode 100644 index 0000000..c831810 --- /dev/null +++ b/website/_site/news/index.html @@ -0,0 +1,60 @@ + + + + + KST4Contest News + + + + + + + + + + + + + + + + + + + + +
+ +
+

News

+

+ Release notes, development updates and contest workflow improvements. +

+
+ +
+
+

Website launch

+

+ The new KST4Contest website is being built as a static, SEO-friendly product site + with GitHub-based documentation and automated deployment. +

+
+
+
+ + + + \ No newline at end of file diff --git a/website/_site/screenshots/index.html b/website/_site/screenshots/index.html new file mode 100644 index 0000000..ba39b5a --- /dev/null +++ b/website/_site/screenshots/index.html @@ -0,0 +1,70 @@ + + + + + KST4Contest Screenshots + + + + + + + + + + + + + + + + + + + + +
+ +
+

Screenshots

+

+ Visual impressions of KST4Contest: ON4KST chat workflow, priority candidates, + sked handling, AirScout integration and contest-focused operator tools. +

+
+ +
+
+
+

Main Window

+

ON4KST chat workflow with contest-oriented controls.

+
+ +
+

Priority Candidates

+

Candidate ranking for faster operator decisions.

+
+ +
+

AirScout / AP Timeline

+

Aircraft scatter timing support for VHF/UHF/SHF operation.

+
+
+
+
+ + + + \ No newline at end of file diff --git a/website/_site/sitemap.xml b/website/_site/sitemap.xml index b7f0096..7b02f7f 100644 --- a/website/_site/sitemap.xml +++ b/website/_site/sitemap.xml @@ -27,4 +27,10 @@ https://kst4contest.hamradioonline.de/features/log-sync/ + + https://kst4contest.hamradioonline.de/screenshots/ + + + https://kst4contest.hamradioonline.de/news/ + \ No newline at end of file diff --git a/website/src/news/index.njk b/website/src/news/index.njk new file mode 100644 index 0000000..44ecb35 --- /dev/null +++ b/website/src/news/index.njk @@ -0,0 +1,22 @@ +--- +layout: base.njk +title: KST4Contest News +description: News, release updates and development notes for KST4Contest. +--- + +
+

News

+

+ Release notes, development updates and contest workflow improvements. +

+
+ +
+
+

Website launch

+

+ The new KST4Contest website is being built as a static, SEO-friendly product site + with GitHub-based documentation and automated deployment. +

+
+
\ No newline at end of file diff --git a/website/src/screenshots/index.njk b/website/src/screenshots/index.njk new file mode 100644 index 0000000..5597d14 --- /dev/null +++ b/website/src/screenshots/index.njk @@ -0,0 +1,32 @@ +--- +layout: base.njk +title: KST4Contest Screenshots +description: Screenshots of KST4Contest, the contest-optimized ON4KST chat client for VHF, UHF and SHF operators. +--- + +
+

Screenshots

+

+ Visual impressions of KST4Contest: ON4KST chat workflow, priority candidates, + sked handling, AirScout integration and contest-focused operator tools. +

+
+ +
+
+
+

Main Window

+

ON4KST chat workflow with contest-oriented controls.

+
+ +
+

Priority Candidates

+

Candidate ranking for faster operator decisions.

+
+ +
+

AirScout / AP Timeline

+

Aircraft scatter timing support for VHF/UHF/SHF operation.

+
+
+
\ No newline at end of file