mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 11:22:04 +02:00
WIP: fixed typos on about page, wrapped acknowledgements with div, fixed typo in features, added new line in how-do-i footer, edited imprint formatting, updated privacy-policy and terms-of-service, updated about page css, styled acknowledgements page, added color to links on contact page, edited how-do-i style, added css to imprint, added css to privacy-policy, edited style of the stack page, added css to terms-of-service page
This commit is contained in:
parent
55dee8b589
commit
ceb5907ca5
15 changed files with 417 additions and 243 deletions
|
@ -1,95 +1,130 @@
|
|||
---
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
import "../styles/pages/privacy-policy.scss";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<section>
|
||||
<h1>Privacy Policy</h1>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>Introduction</h2>
|
||||
|
||||
This Privacy Policy outlines how the li'l Judd Discord bot ("the bot") collects,
|
||||
uses, and protects user data. The bot is committed to complying with the General
|
||||
Data Protection Regulation (GDPR) and ensuring the privacy and security of user
|
||||
information.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>1. Information Collection</h2>
|
||||
|
||||
<h3>1.1. Data Collection</h3>
|
||||
|
||||
The bot does not collect or store any personal information from users.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h3>1.2. Server Data</h3>
|
||||
|
||||
The bot may collect and store server-related data necessary for its functionality,
|
||||
but this data is not associated with individual users and is used solely for
|
||||
operational purposes.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>2. Data Storage and Security</h2>
|
||||
|
||||
<h3>2.1. Data Storage Location</h3>
|
||||
|
||||
All data collected by the bot is stored within servers located in Germany.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h3>2.2. Security Measures</h3>
|
||||
|
||||
We employ industry-standard security measures to ensure the safety and confidentiality
|
||||
of the data stored within our systems.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>3. Data Sharing</h2>
|
||||
|
||||
The bot does not share any user or server data with third parties.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>4. Rights of Users</h2>
|
||||
|
||||
<h3>4.1. Access, Rectification, and Deletion</h3>
|
||||
|
||||
Users have the right to access, rectify, or delete any personal data held by
|
||||
the bot. For such requests, please contact the bot's developer at contact at
|
||||
moonleay dot net.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h3>4.2. Data Retention</h3>
|
||||
|
||||
As the bot does not collect personal data, data retention is not applicable.
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>5. Compliance with GDPR</h2>
|
||||
|
||||
The bot is designed to comply with the GDPR and respects the rights of individuals
|
||||
regarding their personal data.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>6. Changes to the Privacy Policy</h2>
|
||||
|
||||
We reserve the right to update or modify this Privacy Policy at any time. Changes
|
||||
will be effective immediately upon posting. Continued use of the bot after any
|
||||
modifications indicates acceptance of the updated Privacy Policy.
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>7. Contact</h2>
|
||||
|
||||
For any inquiries or concerns regarding this Privacy Policy, please contact
|
||||
us at contact at moonleay dot net. By using the li'l Judd Discord bot, you acknowledge
|
||||
that you have read, understood, and agree to this Privacy Policy.
|
||||
</section>
|
||||
<div class="wrapper">
|
||||
<div>
|
||||
<h1>GDPR Privacy Policy for li'l Judd</h1>
|
||||
<h4>Last updated: 2023-12-05</h4>
|
||||
</div>
|
||||
<section>
|
||||
<h2>1. Introduction</h2>
|
||||
<p>Welcome to li'l Judd! This Privacy Policy explains how we collect, use, disclose, and safeguard your personal information when you use our Discord bot service.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>2. Data Controller</h2>
|
||||
<p>The data controller for the processing of your personal data is: Eric L
|
||||
<br/>
|
||||
Reachable by email at contact at moonleay dot net (<a href="/contact" target="_self">See contact page.</a>)
|
||||
</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>3. Information We Collect</h2>
|
||||
<h3>3.1 Discord User Data</h3>
|
||||
<p>
|
||||
We may collect and process the following personal data related to your Discord account & guilds:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>- Discord User ID</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Discord username, discriminator and IDs of users</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Guild name and ID</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Channel names and IDs of channels with active features</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Message IDs of the bot messages</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Role IDs of created roles</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3>3.2 Usage Data</h3>
|
||||
<p>We may collect information on how you interact with our bot, including but not limited to:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>- Commands issued</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Server and channel information</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Timestamps of interactions</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>4. How we use your Information</h2>
|
||||
<p>We process your personal data for the following purposes:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>- To provide and maintain the bot service.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- To improve, customize, and optimize our bot.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- To respond to your requests, comments, or inquiries.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- To comply with legal obligations.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>5. Legal Basis for Processing</h2>
|
||||
<p>We process your personal data on the following legal bases:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>- Consent: You have given your consent for the processing of your personal data for one or more specific purposes.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Performance of a contract: The processing is necessary for the performance of the agreement between you and us.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>6. Data Sharing</h2>
|
||||
<p>We do not sell, trade, or otherwise transfer your personal information to third parties. However, we may share your information with:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>- Third-party service providers involved in the operation and maintenance of the bot.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>7. Data Security</h2>
|
||||
<p>We implement reasonable security measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>8. Your Rights</h2>
|
||||
<p>You have the following rights regarding your personal data:</p>
|
||||
<ul>
|
||||
<li>
|
||||
<p>- Right to withdraw consent: You have the right to withdraw your consent at any time. You can do this by contacting us at contact@moonleay.net.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Right to rectification: You can request corrections to inaccurate or incomplete information.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>- Right to erasure: You can request the deletion of your personal data.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>9. Changes to this Privacy Policy</h2>
|
||||
<p>We may update this Privacy Policy to reflect changes in our practices. The updated version will be posted on https://liljudd.ink/privacy-policy.</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>10. Contact Information</h2>
|
||||
<p>If you have any questions or concerns about this Privacy Policy, please contact us at contact@moonleay.net.</p>
|
||||
</section>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue