diff --git a/index.html b/index.html index 064d0e7..f1e9e62 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,25 @@ - - - Musix - Home + + + + +
- -

Home

- Musix has all the features you would expect from a Discord music bot.
- But whats even better is that you can get it all for absolutely free!
+ Musix has all the features you would expect from a Discord music bot.
+ But whats even better is that you can get it all for absolutely free!
- -
Always being updated and worked on to deliver the best music + +
Always being updated and worked on to deliver the best music experience possible.
- -
+ +
Easy to use. No setup needed. Play music using a single command.
-
We assure that +
We assure that there is always enough capacity for all servers to have the best quality possible.
-
We have multiple +
We have multiple audio modifiers that you can use free of charge.
-
- © Musix 2024 - Designed and developed by Matte + ©2019-2024 Musix
diff --git a/privacy-policy.html b/privacy-policy.html index a6977cb..2616385 100644 --- a/privacy-policy.html +++ b/privacy-policy.html @@ -2,37 +2,36 @@ - - - Musix - Privacy Policy + + + + +
- - - -

Privacy Policy

+ +

Privacy Policy

- Musix privacy policy
For any questions please contact support on our + Musix privacy policy
For any questions please contact support on our support server
@@ -85,7 +84,6 @@ Effective as of April 1, 2022 and updated on 15th of January 2024
-
- © Musix 2024 - Designed and developed by Matte + ©2019-2024 Musix
- - - \ No newline at end of file + diff --git a/public/faq.css b/public/css/faq.css similarity index 100% rename from public/faq.css rename to public/css/faq.css diff --git a/public/footer.css b/public/css/footer.css similarity index 92% rename from public/footer.css rename to public/css/footer.css index 3070f4e..b099f2e 100644 --- a/public/footer.css +++ b/public/css/footer.css @@ -29,7 +29,7 @@ footer { margin-top: 40px; width: 78.15px; height: 56.225px; - background-image: url("./img/logos/discord.png"); + background-image: url("../images/logos/discord.png"); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -49,7 +49,7 @@ footer { margin-top: 10px; width: 32px; height: 32px; - background-image: url("./img/logos/github.png"); + background-image: url("../images/logos/github.png"); background-size: cover; background-repeat: no-repeat; background-position: center; diff --git a/public/guide.css b/public/css/guide.css similarity index 100% rename from public/guide.css rename to public/css/guide.css diff --git a/public/main.css b/public/css/main.css similarity index 91% rename from public/main.css rename to public/css/main.css index bae71c1..786551f 100644 --- a/public/main.css +++ b/public/css/main.css @@ -10,7 +10,7 @@ } #logo { - background-image: url("./img/logos/musix_round.png"); + background-image: url("../images/logos/musix_round.png"); display: block; width: 128px; height: 128px; @@ -44,7 +44,7 @@ #wrapper { margin-top: 1cm; height: 500px; - background-image: url("./img/backgrouds/wave.png"); + background-image: url("../images/backgrouds/wave.png"); background-size: cover; background-repeat: no-repeat; background-position: center; diff --git a/public/master.css b/public/css/master.css similarity index 86% rename from public/master.css rename to public/css/master.css index fb50526..03df566 100644 --- a/public/master.css +++ b/public/css/master.css @@ -3,7 +3,7 @@ body { font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; margin: 0; - background-image: url("./img/backgrouds/background.png"); + background-image: url("../images/backgrouds/background.png"); background-size: cover; background-repeat: no-repeat; background-attachment: fixed; @@ -20,4 +20,4 @@ header h1 { .rounded-circle { border-radius: 50% !important; -} \ No newline at end of file +} diff --git a/public/misc.css b/public/css/misc.css similarity index 100% rename from public/misc.css rename to public/css/misc.css diff --git a/public/nav.css b/public/css/nav.css similarity index 94% rename from public/nav.css rename to public/css/nav.css index 98e1067..9ace101 100644 --- a/public/nav.css +++ b/public/css/nav.css @@ -6,7 +6,7 @@ margin-right: 5px; width: 40px; height: 40px; - background-image: url("./img/logos/Musix_logo_round_small.png"); + background-image: url("../images/logos/musix.png"); background-size: cover; background-repeat: no-repeat; background-position: center; @@ -111,7 +111,7 @@ nav a:hover { .dropdown-content { display: none; position: absolute; - background-image: url("./img/backgrouds/background.png"); + background-image: url("../images/backgrouds/background.png"); min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; diff --git a/public/releases.css b/public/css/releases.css similarity index 100% rename from public/releases.css rename to public/css/releases.css diff --git a/public/styling.css b/public/css/styling.css similarity index 100% rename from public/styling.css rename to public/css/styling.css diff --git a/public/table.css b/public/css/table.css similarity index 100% rename from public/table.css rename to public/css/table.css diff --git a/public/img/backgrouds/background.png b/public/images/backgrouds/background.png similarity index 100% rename from public/img/backgrouds/background.png rename to public/images/backgrouds/background.png diff --git a/public/img/backgrouds/mobile_background.png b/public/images/backgrouds/mobile_background.png similarity index 100% rename from public/img/backgrouds/mobile_background.png rename to public/images/backgrouds/mobile_background.png diff --git a/public/img/backgrouds/wave.png b/public/images/backgrouds/wave.png similarity index 100% rename from public/img/backgrouds/wave.png rename to public/images/backgrouds/wave.png diff --git a/public/img/guide/help.PNG b/public/images/guide/help.PNG similarity index 100% rename from public/img/guide/help.PNG rename to public/images/guide/help.PNG diff --git a/public/img/guide/invite.PNG b/public/images/guide/invite.PNG similarity index 100% rename from public/img/guide/invite.PNG rename to public/images/guide/invite.PNG diff --git a/public/img/guide/move.PNG b/public/images/guide/move.PNG similarity index 100% rename from public/img/guide/move.PNG rename to public/images/guide/move.PNG diff --git a/public/img/guide/play.PNG b/public/images/guide/play.PNG similarity index 100% rename from public/img/guide/play.PNG rename to public/images/guide/play.PNG diff --git a/public/img/guide/skip.PNG b/public/images/guide/skip.PNG similarity index 100% rename from public/img/guide/skip.PNG rename to public/images/guide/skip.PNG diff --git a/public/img/guide/spotify.PNG b/public/images/guide/spotify.PNG similarity index 100% rename from public/img/guide/spotify.PNG rename to public/images/guide/spotify.PNG diff --git a/public/img/guide/spotifyPlaylist.PNG b/public/images/guide/spotifyPlaylist.PNG similarity index 100% rename from public/img/guide/spotifyPlaylist.PNG rename to public/images/guide/spotifyPlaylist.PNG diff --git a/public/img/guide/spotifySong.PNG b/public/images/guide/spotifySong.PNG similarity index 100% rename from public/img/guide/spotifySong.PNG rename to public/images/guide/spotifySong.PNG diff --git a/public/img/guide/voiceChannel.PNG b/public/images/guide/voiceChannel.PNG similarity index 100% rename from public/img/guide/voiceChannel.PNG rename to public/images/guide/voiceChannel.PNG diff --git a/public/img/images/easytouse.png b/public/images/icons/easytouse.png similarity index 100% rename from public/img/images/easytouse.png rename to public/images/icons/easytouse.png diff --git a/public/img/images/servers.png b/public/images/icons/servers.png similarity index 100% rename from public/img/images/servers.png rename to public/images/icons/servers.png diff --git a/public/img/images/sound.png b/public/images/icons/sound.png similarity index 100% rename from public/img/images/sound.png rename to public/images/icons/sound.png diff --git a/public/img/images/test.png b/public/images/icons/test.png similarity index 100% rename from public/img/images/test.png rename to public/images/icons/test.png diff --git a/public/img/images/uptodate.png b/public/images/icons/uptodate.png similarity index 100% rename from public/img/images/uptodate.png rename to public/images/icons/uptodate.png diff --git a/public/img/logos/discord.png b/public/images/logos/discord.png similarity index 100% rename from public/img/logos/discord.png rename to public/images/logos/discord.png diff --git a/public/img/logos/github.png b/public/images/logos/github.png similarity index 100% rename from public/img/logos/github.png rename to public/images/logos/github.png diff --git a/public/images/logos/musix-2.png b/public/images/logos/musix-2.png new file mode 100644 index 0000000..97d09cb Binary files /dev/null and b/public/images/logos/musix-2.png differ diff --git a/public/images/logos/musix-beta.png b/public/images/logos/musix-beta.png new file mode 100644 index 0000000..f121f50 Binary files /dev/null and b/public/images/logos/musix-beta.png differ diff --git a/public/images/logos/musix-dev.png b/public/images/logos/musix-dev.png new file mode 100644 index 0000000..5532906 Binary files /dev/null and b/public/images/logos/musix-dev.png differ diff --git a/public/images/logos/musix.png b/public/images/logos/musix.png new file mode 100644 index 0000000..3eff43b Binary files /dev/null and b/public/images/logos/musix.png differ diff --git a/public/img/logos/Musix_logo_round_small.png b/public/img/logos/Musix_logo_round_small.png deleted file mode 100644 index 68b7fea..0000000 Binary files a/public/img/logos/Musix_logo_round_small.png and /dev/null differ diff --git a/public/img/logos/musix_2_round.png b/public/img/logos/musix_2_round.png deleted file mode 100644 index 543f6a6..0000000 Binary files a/public/img/logos/musix_2_round.png and /dev/null differ diff --git a/public/img/logos/musix_beta_round.png b/public/img/logos/musix_beta_round.png deleted file mode 100644 index bbd625d..0000000 Binary files a/public/img/logos/musix_beta_round.png and /dev/null differ diff --git a/public/img/logos/musix_dev.png b/public/img/logos/musix_dev.png deleted file mode 100644 index 0a69233..0000000 Binary files a/public/img/logos/musix_dev.png and /dev/null differ diff --git a/public/img/logos/musix_round.png b/public/img/logos/musix_round.png deleted file mode 100644 index 8ac0a1f..0000000 Binary files a/public/img/logos/musix_round.png and /dev/null differ diff --git a/public/img/logos/musix_support_round.png b/public/img/logos/musix_support_round.png deleted file mode 100644 index 51f8b54..0000000 Binary files a/public/img/logos/musix_support_round.png and /dev/null differ diff --git a/releases.html b/releases.html index 68a142d..978426e 100644 --- a/releases.html +++ b/releases.html @@ -1,30 +1,25 @@ - - - Musix - Releases + + + + +
- -

Releases

- +

Musix#3411
Stable
Verified

- This is our most used and most stable main bot.
Best stability and + This is our most used and most stable main bot.
Best stability and quality is provided on this release.

@@ -56,13 +50,13 @@
- +

Musix 2#1795
Offline

- This is our secondary bot.
This release is currently offline so it + This is our secondary bot.
This release is currently offline so it cannot be used!

@@ -75,13 +69,13 @@
- +

Musix Beta#7026
Unstable

- This is our public test bot.
New updates that are unstable or + This is our public test bot.
New updates that are unstable or untested are pushed into this release.

@@ -94,17 +88,16 @@
- +

Musix Dev#3406
Private

- This is our private development bot.
This realease is not available + This is our private development bot.
This realease is not available for public!

-
- © Musix 2024 - Designed and developed by Matte + ©2019-2024 Musix
- diff --git a/terms.html b/terms.html index b79b6dc..17f2a87 100644 --- a/terms.html +++ b/terms.html @@ -2,37 +2,36 @@ - - - Musix - Terms of service + + + + +
- - -

Terms of Service

+

Terms of Service

- Musix terms of service
For any questions please contact support on our + Musix terms of service
For any questions please contact support on our support server
@@ -103,7 +102,6 @@ Effective as of April 1, 2022 and updated on 15th of January 2024
-
- © Musix 2024 - Designed and developed by Matte + ©2019-2024 Musix
- - - \ No newline at end of file +