mirror of
https://github.com/musix-org/musix-org.github.io
synced 2025-06-14 17:56:00 +00:00
Site Update
This commit is contained in:
@ -1,30 +1,25 @@
|
||||
<!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/releases.css" />
|
||||
<title>Musix - Releases</title>
|
||||
<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/css/releases.css" />
|
||||
<link rel="stylesheet" href="./public/css/nav.css" />
|
||||
<link rel="stylesheet" href="./public/css/footer.css" />
|
||||
</head>
|
||||
|
||||
<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>
|
||||
<a href="./"></a>
|
||||
</div>
|
||||
<div class="dropdown">
|
||||
<button class="dropbtn">Menu</button>
|
||||
<div class="dropdown-content">
|
||||
<a href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands" target="_blank">Invite Bot</a>
|
||||
<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>
|
||||
@ -32,18 +27,17 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<script src="./public/main.js"></script>
|
||||
<h1>Releases</h1>
|
||||
</header>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_round.png" />
|
||||
<img src="./public/images/logos/musix.png" />
|
||||
<h1>
|
||||
Musix#3411
|
||||
<div id="stable">Stable</div>
|
||||
<div id="verified">Verified</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our most used and most stable main bot. <br />Best stability and
|
||||
This is our most used and most stable main bot. <br>Best stability and
|
||||
quality is provided on this release.
|
||||
</h2>
|
||||
<div id="invite">
|
||||
@ -56,13 +50,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_2_round.png" />
|
||||
<img src="./public/images/logos/musix-2.png" />
|
||||
<h1>
|
||||
Musix 2#1795
|
||||
<div id="offline">Offline</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our secondary bot.<br />This release is currently offline so it
|
||||
This is our secondary bot.<br>This release is currently offline so it
|
||||
cannot be used!
|
||||
</h2>
|
||||
<div id="invite">
|
||||
@ -75,13 +69,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_beta_round.png" />
|
||||
<img src="./public/images/logos/musix-beta.png" />
|
||||
<h1>
|
||||
Musix Beta#7026
|
||||
<div id="unstable">Unstable</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our public test bot.<br />New updates that are unstable or
|
||||
This is our public test bot.<br>New updates that are unstable or
|
||||
untested are pushed into this release.
|
||||
</h2>
|
||||
<div id="invite">
|
||||
@ -94,17 +88,16 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="release">
|
||||
<img src="./public/img/logos/musix_dev.png" />
|
||||
<img src="./public/images/logos/musix-dev.png" />
|
||||
<h1>
|
||||
Musix Dev#3406
|
||||
<div id="private">Private</div>
|
||||
</h1>
|
||||
<h2>
|
||||
This is our private development bot.<br />This realease is not available
|
||||
This is our private development bot.<br>This realease is not available
|
||||
for public!
|
||||
</h2>
|
||||
</div>
|
||||
<link rel="stylesheet" href="./public/footer.css" />
|
||||
<footer>
|
||||
<div class="footerItem">
|
||||
<div class="footerDiscordLogo">
|
||||
@ -112,13 +105,13 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footerItem">
|
||||
<br /><br />Matte<br />Project Lead<br />Discord: mvzg
|
||||
<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
|
||||
<br><br>Cwchristerw<br>Developer<br>Discord: cwchristerw
|
||||
<div class="footerGithubLogo">
|
||||
<a href="https://github.com/cwchristerw" target="_blank"></a>
|
||||
</div>
|
||||
@ -134,8 +127,7 @@
|
||||
</div>
|
||||
</footer>
|
||||
<div class="underFooter">
|
||||
© Musix 2024 - Designed and developed by Matte
|
||||
©2019-2024 Musix
|
||||
</div>
|
||||
</body>
|
||||
<script src="./main.js"></script>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user