🎨 Formatted with prettier

This commit is contained in:
Mawoka
2022-04-14 18:51:03 +02:00
parent f6f5180403
commit 253c680b9b
+42 -55
View File
@@ -1,4 +1,4 @@
<script lang='ts'> <script lang="ts">
import { onMount } from 'svelte'; import { onMount } from 'svelte';
import '$lib/hljs.css'; import '$lib/hljs.css';
@@ -11,77 +11,64 @@
<svelte:head> <svelte:head>
<title>ClassQuiz/docs - Self-Host</title> <title>ClassQuiz/docs - Self-Host</title>
<meta <meta
name='description' name="description"
content='How to self-host ClassQuiz, the open-source quiz-application' content="How to self-host ClassQuiz, the open-source quiz-application"
/> />
</svelte:head> </svelte:head>
<article class='prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-gray px-4'> <article class="prose prose-sm sm:prose lg:prose-lg xl:prose-xl mx-auto mt-10 prose-gray px-4">
<h1>Privacy Policy</h1> <h1>Privacy Policy</h1>
<h2>What gets stored for how long and why</h2> <h2>What gets stored for how long and why</h2>
<table> <table>
<thead> <thead>
<tr> <tr>
<th>What?</th> <th>What?</th>
<th>Why?</th> <th>Why?</th>
<th>How long?</th> <th>How long?</th>
<th>Where?</th> <th>Where?</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td> <td> Your IP-Address </td>
Your IP-Address <td>
</td> <ul>
<td> <li>
<ul> I store them because I am too lazy to configure them to be not stored.
<li>I store them because I am too lazy to configure them to be not stored.</li> </li>
<li>To prevent abuse</li> <li>To prevent abuse</li>
<li>To provide user-sessions</li> <li>To provide user-sessions</li>
</ul> </ul>
</td> </td>
<td> <td> For a very long time </td>
For a very long time <td> On my server, by Netcup, in Germany. </td>
</td> </tr>
<td> <tr>
On my server, by Netcup, in Germany. <td> The data you enter (quizzes, email, username) </td>
</td> <td> Self-explaining </td>
</tr> <td> Untill you delete your account </td>
<tr> <td> On my server, by Netcup, in Germany. </td>
<td> </tr>
The data you enter (quizzes, email, username) <tr>
</td> <td>Your hashed password</td>
<td> <td>Self-explaining</td>
Self-explaining <td>Untill you delete your account</td>
</td> <td>On my server, by Netcup, in Germany.</td>
<td> </tr>
Untill you delete your account
</td>
<td>
On my server, by Netcup, in Germany.
</td>
</tr>
<tr>
<td>Your hashed password</td>
<td>Self-explaining</td>
<td>Untill you delete your account</td>
<td>On my server, by Netcup, in Germany.</td>
</tr>
</tbody> </tbody>
</table> </table>
<h2>Cookies</h2> <h2>Cookies</h2>
<p> <p>
Cookies are used to store access-tokens, user-sessions and preferences. Cookies are used to store access-tokens, user-sessions and preferences. They expire after a
They expire after a year. year.
</p> </p>
<h2>Third-parties</h2> <h2>Third-parties</h2>
<p> <p>
This site uses <a href='https://sentry.io/'>Sentry</a> to log errors. An opt-out is not available at the moment. This site uses <a href="https://sentry.io/">Sentry</a> to log errors. An opt-out is not
This website also uses <a href='https://plausible.io/'>Plausible</a> to log usage-data. available at the moment. This website also uses
<a href="https://plausible.io/">Plausible</a> to log usage-data.
</p> </p>
</article>
</article>