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,98 +1,52 @@
|
|||
---
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
import "../styles/pages/terms-of-service.scss";
|
||||
---
|
||||
|
||||
<Layout>
|
||||
<h1>Terms of Service</h1>
|
||||
<div class="wrapper">
|
||||
<h1>Terms of Service</h1>
|
||||
<div>
|
||||
<h2>Usage Agreement</h2>
|
||||
<p>
|
||||
By inviting the bot and using its features (commands, planning system) are you agreeing to the below mentioned Terms and Privacy Policy (Policy) of the bot.<br/>
|
||||
|
||||
<h2>Introduction</h2>
|
||||
<p>
|
||||
Welcome to li'l Judd, an open-source Discord bot licensed under GNU GPL 3.0.
|
||||
This document outlines the terms of service ("Terms") for using the li'l
|
||||
Judd Discord bot ("the Bot") and the services associated with it.
|
||||
<br />
|
||||
By using the Bot, you agree to comply with these Terms, the GNU GPL 3.0
|
||||
license, and Discord's Terms of Service.
|
||||
</p>
|
||||
You acknowledge that you have the privilege to use the bot freely on any Discord Server (Server) you share with it, that you can invite it to any Server that you have "Manage Server" rights for and that this privilege might get revoked for you, if you're subject of breaking the terms and/or policy of this bot, or the <a href="https://discord.com/terms" target="_blank">Terms of Service</a>, <a href="https://discord.com/privacy" target="_blank">Privacy Policy</a> and/or <a href="https://discord.com/guidelines" target="_blank">Community Guidelines</a> of <a href="https://discord.com/" target="_blank">Discord Inc</a>.<br/>
|
||||
|
||||
<h2>1. Acceptance of Terms</h2>
|
||||
<p>
|
||||
By using the Bot, you agree to be bound by these Terms and the GNU GPL 3.0
|
||||
license. If you do not agree with any of these terms, you are prohibited
|
||||
from using the Bot.
|
||||
</p>
|
||||
Through Inviting the bot may it collect specific data as described in its Policy.<br/>
|
||||
The intended usage of this data is for core functionalities of the bot such as command handling, guild-specific settings and the time-planning system.<br/>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Intended Age</h2>
|
||||
<p>
|
||||
The bot may not be used by individuals under the minimal age described in Discord's Terms of Service.<br/>
|
||||
Doing so will be seen as a violation of these terms and will result in a removal of the bot from any servers you own.<br/>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Affiliation</h2>
|
||||
<p>
|
||||
The Bot is not affiliated with, supported or made by Discord Inc.<br/>
|
||||
Any direct connection to Discord or any of its Trademark objects is purely coincidental. We do not claim to have the copyright ownership of any of Discord's assets, trademarks or other intellectual property.<br/>
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Liability</h2>
|
||||
<p>
|
||||
The owner of the bot may not be made liable for individuals breaking these Terms at any given time.<br/>
|
||||
He has faith in the end users being truthfull about their information and not misusing this bot or the services of Discord Inc in a malicious way.<br/>
|
||||
|
||||
<h2>2. License</h2>
|
||||
<p>
|
||||
The li'l Judd Discord Bot is open-source and licensed under GNU General
|
||||
Public License (GPL) version 3.0. You are free to use, modify, and
|
||||
distribute the Bot in accordance with the terms specified in the GNU GPL 3.0
|
||||
license.
|
||||
</p>
|
||||
|
||||
<h2>3. Use of the Bot</h2>
|
||||
|
||||
<h3>3.1. Compliance with Discord's Terms of Service</h3>
|
||||
<p>
|
||||
You must abide by Discord's Terms of Service and Community Guidelines while
|
||||
using the Bot. Any violation of Discord's policies may result in termination
|
||||
of access to the Bot.
|
||||
</p>
|
||||
|
||||
<h3>3.2. No Warranty</h3>
|
||||
<p>
|
||||
The Bot is provided "as is" without any warranty, expressed or implied. The
|
||||
authors and maintainers of the Bot are not responsible for any damages or
|
||||
consequences resulting from the use of the Bot.
|
||||
</p>
|
||||
|
||||
<h3>3.3. User Conduct</h3>
|
||||
<p>
|
||||
You agree to use the Bot in a manner that is respectful, lawful, and in
|
||||
compliance with all applicable laws and regulations. Any harmful or abusive
|
||||
behavior towards others is strictly prohibited.
|
||||
</p>
|
||||
|
||||
<h3>3.4. Modifications</h3>
|
||||
<p>
|
||||
You may modify, adapt, or extend the Bot in accordance with the GNU GPL 3.0
|
||||
license, as long as any derivative work remains open-source and is also
|
||||
licensed under GNU GPL 3.0.
|
||||
</p>
|
||||
|
||||
<h2>4. Limitation of Liability</h2>
|
||||
<p>
|
||||
The authors and maintainers of the Bot shall not be liable for any direct,
|
||||
indirect, incidental, special, consequential, or exemplary damages arising
|
||||
out of the use or inability to use the Bot.
|
||||
</p>
|
||||
|
||||
<h2>5. Indemnification</h2>
|
||||
<p>
|
||||
You agree to indemnify and hold harmless the authors and maintainers of the
|
||||
Bot from any claims, damages, losses, or liabilities arising from your use
|
||||
of the Bot or your breach of these Terms.
|
||||
</p>
|
||||
|
||||
<h2>6. Governing Law</h2>
|
||||
<p>
|
||||
These Terms are governed by and construed in accordance with the laws of
|
||||
Germany. Any disputes arising under or in connection with these Terms shall
|
||||
be subject to the exclusive jurisdiction of the courts in Germany.
|
||||
</p>
|
||||
|
||||
<h2>7. Changes to the Terms</h2>
|
||||
<p>
|
||||
We reserve the right to update or modify these Terms at any time. Changes
|
||||
will be effective immediately upon posting. Continued use of the Bot after
|
||||
any modifications indicates your acceptance of the updated Terms.
|
||||
</p>
|
||||
|
||||
<h2>Contact</h2>
|
||||
<p>
|
||||
If you have any questions or concerns regarding these Terms, you may 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 these Terms of
|
||||
Service.
|
||||
</p>
|
||||
We reserve the right to update these terms at our own discretion, giving you a 1-Week (7 days) period to opt out of these terms if you're not agreeing with the new changes.
|
||||
You may opt out by Removing the bot from any Server you have the rights for.
|
||||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<h2>Contact</h2>
|
||||
<p>
|
||||
People may get in contact through e-mail at contact@moonleay.net, or through the official Support Discord of the Bot.
|
||||
Other ways of support may be provided but aren't guaranteed.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue