🎨 Formatted with prettier

This commit is contained in:
Mawoka
2022-04-14 18:51:03 +02:00
parent f6f5180403
commit 253c680b9b
+19 -32
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,15 +11,14 @@
<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>
@@ -32,36 +31,24 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td> <td> Your IP-Address </td>
Your IP-Address
</td>
<td> <td>
<ul> <ul>
<li>I store them because I am too lazy to configure them to be not stored.</li> <li>
I store them because I am too lazy to configure them to be not stored.
</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>
<td>
On my server, by Netcup, in Germany.
</td>
</tr> </tr>
<tr> <tr>
<td> <td> The data you enter (quizzes, email, username) </td>
The data you enter (quizzes, email, username) <td> Self-explaining </td>
</td> <td> Untill you delete your account </td>
<td> <td> On my server, by Netcup, in Germany. </td>
Self-explaining
</td>
<td>
Untill you delete your account
</td>
<td>
On my server, by Netcup, in Germany.
</td>
</tr> </tr>
<tr> <tr>
<td>Your hashed password</td> <td>Your hashed password</td>
@@ -74,14 +61,14 @@
<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>