👥 Added contributor-page

This commit is contained in:
Mawoka
2022-04-26 17:55:09 +02:00
parent a4b647adbb
commit bb2ac7894d
@@ -0,0 +1,33 @@
<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 text-yellow-50 px-4'
>
<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>
<p></p>
<ul>
<li>
<a href='https://github.com/adeekshith'>Deekshith</a>
</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>