mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-14 00:26:52 +02:00
33 lines
982 B
Plaintext
33 lines
982 B
Plaintext
---
|
|
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="https://groups.google.com/g/kst4contest">Join the mailing list →</a>
|
|
</article>
|
|
</div>
|
|
</section> |