1
0
mirror of https://github.com/musix-org/musix-org.github.io synced 2025-06-14 17:56:00 +00:00

full thing

This commit is contained in:
Matte
2024-01-15 19:37:02 +02:00
parent b2e288f1a2
commit db120a151f
40 changed files with 1142 additions and 44 deletions

View File

@ -1,45 +1,109 @@
<h1>Privacy Policy</h1>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./public/main.css" />
<title>Musix - Home</title>
</head>
<table class="table table-striped">
<tbody>
<tr>
<td>
<th scope="row"></th>
Your privacy is imporatant to us. By
using our products,
you agree
to this policy and to our <a href="/terms">Terms of Service</a>. Our products include all of our
official bots
(Musix, Musix-Beta, Musix 2 and Musix-Dev<br><br>
For any questions please contact support on our <a href="/discord">discord support server</a> or
by email to
musixdiscordbot(a)gmail.com.
</td>
</tr>
<tr>
<th scope="row">1. Data collection</th>
<td>
We only collect data on your guild. We <u>do not</u> collect any usage or user data individually.
By using our products you agree for us to save the following data from your discord guild:<br>
- The ID of your guild<br>
- IDs of some channels<br>
- IDs of some roles<br>
- and the current state for different settings in musix.<br>
</td>
</tr>
<tr>
<th scope="row">2. Location of your data</th>
<td>
We have servers in the US and Europe (Germany and Finland)<br>
By using our products you agree for the aforementioned data to be stored in these locations
</td>
</tr>
<tr>
<th scope="row">3. Third parties</th>
<td>
This Privacy Policy only applies to our prodcuts. You may find links to 3rd party sites within our prodcuts. The data these sites collect is out of our control and thus we have no authority over the data they may collect.
</td>
</tr>
</tbody>
</table>
Effective as of April 1, 2022 and updated on 20th of July 2022
<body>
<header>
<link rel="stylesheet" href="./public/nav.css" />
<nav id="nav">
<div id="navLogo">
<a
href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands"
target="_blank"
></a>
</div>
<div class="dropdown">
<button class="dropbtn">Menu</button>
<div class="dropdown-content">
<a href="./releases">Releases</a>
<a href="./">Home</a>
<a href="./terms">Terms</a>
<a href="./privacy-policy">Privacy Policy</a>
<a href="https://discord.gg/rvHuJt" target="_blank">Discord</a>
</div>
</div>
</nav>
<script src="./public/main.js"></script>
<h1>Home</h1>
</header>
<div id="phrase">
<div id="logo"></div>
Musix has all the features you would expect from a Discord music bot.<br />
But whats even better is that you can get it all for absolutely free!<br />
<button id="invite">
<a
href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands"
>Add to Discord</a
>
</button>
</div>
<div id="wrapper">
<div id="space"></div>
<div id="items">
<div class="item">
<img src="./public/img/images/uptodate.png" />
<br />Always being updated and worked on to deliver the best music
experience possible.
</div>
<div class="item">
<img src="./public/img/images/easytouse.png" />
<br />
Easy to use. No setup needed. Play music using a single command.
</div>
<div class="item">
<img src="./public/img/images/servers.png" /><br />We assure that
there is always enough capacity for all servers to have the best
quality possible.
</div>
<div class="item">
<img src="./public/img/images/sound.png" /><br />We have a different
audio modifiers that you can use free of charge.
</div>
</div>
</div>
<link rel="stylesheet" href="./public/footer.css" />
<footer>
<div class="footerItem">
<div class="footerDiscordLogo">
<a
href="https:/https://discord.gg/rvHuJt.gg/rvHuJtB"
target="_blank"
></a>
</div>
</div>
<div class="footerItem">
<br /><br />Matte<br />Project Lead<br />Discord: mvzg
<div class="footerGithubLogo">
<a href="https://github.com/MatteZ02" target="_blank"></a>
</div>
</div>
<div class="footerItem">
<br /><br />Cwchristerw<br />Developer<br />Discord: cwchristerw
<div class="footerGithubLogo">
<a href="https://github.com/cwchristerw" target="_blank"></a>
</div>
</div>
<div class="footerItem">
<button id="footerInvite">
<a
href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands"
target="_blank"
>Add to Discord</a
>
</button>
</div>
</footer>
<div class="underFooter">
© Musix 2024 - Designed and developed by Matte
</div>
</body>
</html>