Add legal, privacy, contact and roadmap pages

This commit is contained in:
Marc Froehlich
2026-07-07 01:41:28 +02:00
parent 1b30de34cc
commit 8ecbf7dfa0
51 changed files with 1920 additions and 116 deletions
+33
View File
@@ -0,0 +1,33 @@
---
layout: base.njk
title: Contact | KST4Contest
description: Contact options for KST4Contest.
---
<section class="hero">
<p class="badge">Contact</p>
<h1>Contact</h1>
<p class="lead">Get in touch, report issues or contribute to KST4Contest.</p>
</section>
<section class="section">
<div class="grid">
<article class="card">
<h3>GitHub Issues</h3>
<p>Report bugs, request features or discuss technical problems.</p>
<a href="https://github.com/praktimarc/kst4contest/issues">Open issues →</a>
</article>
<article class="card">
<h3>GitHub Repository</h3>
<p>Browse source code, releases and documentation.</p>
<a href="https://github.com/praktimarc/kst4contest">Open repository →</a>
</article>
<article class="card">
<h3>Email</h3>
<p>For legal or website-related contact.</p>
<a href="mailto:TODO@example.com">TODO@example.com</a>
</article>
</div>
</section>