📝 Changed privacy-policy.svelte

This commit is contained in:
Mawoka
2022-04-18 10:18:36 +02:00
parent c1e37abbd4
commit a320b21eb3
2 changed files with 3062 additions and 4123 deletions
+650 -1711
View File
File diff suppressed because it is too large Load Diff
+14 -14
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,12 +11,12 @@
<svelte:head> <svelte:head>
<title>ClassQuiz/docs - Privacy policy</title> <title>ClassQuiz/docs - Privacy policy</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>
@@ -31,7 +31,7 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td> Your IP-Address </td> <td> Your IP-Address</td>
<td> <td>
<ul> <ul>
<li> <li>
@@ -41,19 +41,19 @@
<li>To provide user-sessions</li> <li>To provide user-sessions</li>
</ul> </ul>
</td> </td>
<td> For a very long time </td> <td> For a very long time</td>
<td> On my server, by Netcup, in Germany. </td> <td> On my server, by Netcup, in Germany.</td>
</tr> </tr>
<tr> <tr>
<td> The data you enter (quizzes, email, username) </td> <td> The data you enter (quizzes, email, username)</td>
<td> Self-explaining </td> <td> Self-explaining</td>
<td> Untill you delete your account </td> <td> Maximum of 30 days after you've deleted your account</td>
<td> On my server, by Netcup, in Germany. </td> <td> On my server, by Netcup, in Germany.</td>
</tr> </tr>
<tr> <tr>
<td>Your hashed password</td> <td>Your hashed password</td>
<td>Self-explaining</td> <td>Self-explaining</td>
<td>Untill you delete your account</td> <td>Maximum of 30 days after you've deleted your account</td>
<td>On my server, by Netcup, in Germany.</td> <td>On my server, by Netcup, in Germany.</td>
</tr> </tr>
</tbody> </tbody>
@@ -67,8 +67,8 @@
<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 This site uses <a href='https://sentry.io/'>Sentry</a> to log errors. An opt-out is not
available at the moment. This website also uses available at the moment. This website also uses
<a href="https://plausible.io/">Plausible</a> to log usage-data. <a href='https://plausible.io/'>Plausible</a> to log usage-data.
</p> </p>
</article> </article>