mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 08:07:11 +02:00
28 lines
809 B
Plaintext
28 lines
809 B
Plaintext
---
|
|
layout: base.njk
|
|
title: KST4Contest Screenshots
|
|
description: Screenshots of KST4Contest, the contest-optimized ON4KST chat client for VHF, UHF and SHF operators.
|
|
---
|
|
|
|
<section class="hero">
|
|
<p class="badge">Screenshots</p>
|
|
<h1>See the contest workflow.</h1>
|
|
<p class="lead">
|
|
Visual impressions of KST4Contest: ON4KST chat workflow, priority candidates,
|
|
sked handling, AirScout integration and contest-focused operator tools.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="section">
|
|
<div class="grid">
|
|
{% for shot in screenshots %}
|
|
<article class="card screenshot-card">
|
|
<div class="screenshot-placeholder">
|
|
<span>{{ shot.title }}</span>
|
|
</div>
|
|
<h3>{{ shot.title }}</h3>
|
|
<p>{{ shot.caption }}</p>
|
|
</article>
|
|
{% endfor %}
|
|
</div>
|
|
</section> |