⬆️ Upgraded SvelteKit

This commit is contained in:
Mawoka
2022-08-18 15:35:01 +02:00
parent 12ec2ebf94
commit 9b79358db3
31 changed files with 198 additions and 324 deletions
@@ -0,0 +1,56 @@
<!--
- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at https://mozilla.org/MPL/2.0/.
-->
<svelte:head>
<title>ClassQuiz/docs - Attribution</title>
<meta name="description" content="People who helped make with ClassQuiz." />
</svelte:head>
<article
class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-slate px-4 dark:prose-invert"
>
<h1>People</h1>
<h2>Contributors</h2>
<p>People who contributed to the code on GitHub directly</p>
<ul>
<li>
<a href="https://github.com/Dynnammo">Dynnammo</a>
</li>
</ul>
<h2>Helpers</h2>
<p>People who helped through issues (at least 2), tips, etc</p>
<ul>
<li>
<a href="https://github.com/adeekshith">Deekshith</a>
</li>
</ul>
<h2>Translators</h2>
<p>
People who translated ClassQuiz on <a href="https://translate.mawoka.eu/engage/classquiz/"
>Weblate</a
> or directly.
</p>
<ul>
<li>
<a href="https://github.com/liimee">liimee</a> (Indonesian)
</li>
<li>
<a href="https://github.com/Dynnammo">Dynnammo</a> (French)
</li>
<li>
<a href="https://github.com/ahmetlii">Ahmet</a> (Turkish)
</li>
<li>
<a href="https://github.com/jmontane">Joan Montané</a> (Catalan)
</li>
</ul>
<p><i>...Maybe you?</i></p>
<h1>Rules</h1>
<p>
If you are listed once here, you're a part of ClassQuiz, forever! <br />
You can also be listed in more categories.
</p>
</article>