This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added Assets * Removed old Assets * Adding the Website Added all the new pages and Styles for the Disconnect Website!!!
- Loading branch information
Showing
18 changed files
with
2,143 additions
and
66 deletions.
There are no files selected for viewing
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,174 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta data-n-head='ssr' charset="utf-8"> | ||
<meta data-n-head='ssr' name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Head Information --> | ||
<title>Disconnect - Documentation</title> | ||
<link data-n-head='ssr' rel='icon' type='image/x-icon' href='assets/disconnect.ico'> | ||
|
||
<!-- Styles --> | ||
<link type='text/css' rel='stylesheet' href='styles/utilities.css'> | ||
<link type='text/css' rel='stylesheet' href='styles/common.css'> | ||
<link type='text/css' rel='stylesheet' href='styles/docs.css'> | ||
|
||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" | ||
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" | ||
crossorigin="anonymous"> | ||
|
||
<!-- Meta --> | ||
<meta data-n-head='ssr' data-hid='theme-color' name='theme-color' content='#8f45d9'> | ||
<meta data-n-head='ssr' data-hid='og:type' name='og:type' content='website'> | ||
<meta data-n-head='ssr' data-hid='og:title' name='og:title' content='Disconnect - Documentation'> | ||
<meta data-n-head='ssr' data-hid='og:url' name='og:url' content='https://disconnectbot.com/docs.html'> | ||
<meta data-n-head='ssr' data-hid='og:image' name='og:image' | ||
content='https://disconnectbot.com/assets/disconnect.png'> | ||
<meta data-n-head='ssr' data-hid='description' name='description' | ||
content='Get information about Disconnect and how to use him!'> | ||
<meta data-n-head='ssr' data-hid='og:description' name='og:description' | ||
content='Disconnect is a multi-purpose discord bot. Built with love and entertainment in mind to keep your discord members busy and active. But it does not stop there...'> | ||
</head> | ||
|
||
<body style='background-color: #292a2e'> | ||
<!-- Preloader --> | ||
|
||
<body class='preload'></body> | ||
|
||
<!-- Header --> | ||
<div class='navbar'> | ||
<div class='container full flex'> | ||
<a href='/' class='logo flex'> | ||
<img src='assets//disconnect.png' alt='Disconnect Logo'> | ||
<p class='title'>Disconnect</p> | ||
</a> | ||
<nav> | ||
<ul> | ||
<li><a class='button' href='commands.html'><span>Commands</span></a></li> | ||
<li><a class='button currentPage' href='docs.html'><span>Information</span></a></li> | ||
<li><a class='button' href='premium.html'><span>Premium</span></a></li> | ||
<li><a class='button' href='invite.html'><span>Invite</span></a></li> | ||
<li><a class='button' href='support.html'><span>Support</span></a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<!-- FAQ --> | ||
<!-- Quick Start --> | ||
<section class='quickstart card'> | ||
<h2>Quick Start Guide</h2> | ||
<div class='container flex'> | ||
<ol> | ||
<li>Invite Disconnect to your guild. (<a href='invite.html'><i>Click here to invite Disconnect</i></a> ) | ||
</li> | ||
<li> | ||
<div class='flex combine'> | ||
<p>Change the prefix to a prefix of your liking using the</p> | ||
<pre><code>set-prefix</code></pre> | ||
<p>command.</p> | ||
</div> | ||
</li> | ||
<li>Then you are all set to go!! Enjoy!</li> | ||
</ol> | ||
</div> | ||
</section> | ||
|
||
<!-- About --> | ||
<section class='about card'> | ||
<h2>About</h2> | ||
<div class='container flex'> | ||
<p>Disconnect was a project started by Cytech to be a learning project to learn how to code. Later on, | ||
Cytech released the bot to the public and it slowly grew, and being amazed by the mini success he | ||
continued working on Disconnect into what it is today. Up until this point it's always been just him | ||
working on Disconnect and it still just is. The rewrite for Disconnect (Which was released alongside | ||
this website) was done to improve some of the previous bots bugs and update to the newest of the Discord | ||
API. The Disconnect Site was thought of a long time ago in the begging to get into front-end development | ||
and it's finally become a reality after a year in the making. And who is to say this where the progress | ||
ends.</p> | ||
</div> | ||
</section> | ||
|
||
<!-- Latest --> | ||
<section class='changelog card'> | ||
<h2>Latest Update</h2> | ||
<h3>Version 2.0.0</h3> | ||
<div class='container flex'> | ||
<ul> | ||
<li> | ||
<p>Rewrote everything, concepts were the only things transfered over!</p> | ||
</li> | ||
<li> | ||
<p>Noticable Performance Increase / Better Optimization</p> | ||
</li> | ||
<li> | ||
<p>No more undefined elements in the bot!</p> | ||
</li> | ||
<li> | ||
<p>More universal look. Less randomness. But still as quirky as before.</p> | ||
</li> | ||
<li> | ||
<p>Disconnect now has a website... Did you know that?</p> | ||
</li> | ||
<li> | ||
<p>Blah Blah Blah a lot more changes... It's all new-ish.</p> | ||
</li> | ||
</ul> | ||
</div> | ||
<p><i>Have an idea or feature in mind you want to see on Disconnect? Request it on <a | ||
href='support.html'>Disconnects Support Server Here!</a></i></p> | ||
</section> | ||
|
||
<!-- Developers --> | ||
<section class='devs card'> | ||
<h2>Developers</h2> | ||
<div class='container flex'> | ||
<div class='card'> | ||
<h3>Cytech</h3> | ||
<p>Hello I am Cytech! The creator of Disconnect and this website! Thank you for using Disconnect and I | ||
hope he meets your expectations!</p> | ||
<br> | ||
<h4>Check Me Out Below!</h4> | ||
<div class='media'> | ||
<a href="https://github.com/devcytech"><i class="fab fa-github fa-2x"></i></a> | ||
<a href="https://devcytech.com/"><i class="fas fa-globe fa-2x"></i></a> | ||
<a href="https://discord.gg/xthUucAwX8"><i class="fab fa-discord fa-2x"></i></a> | ||
<a href="https://twitter.com/DevCytech"><i class="fab fa-twitter fa-2x"></i></a> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Footer --> | ||
<section class='footer'> | ||
<div class='container full grid'> | ||
<div class='branding'> | ||
<h4>Disconnect</h4> | ||
<p>Copyright © 2021 Disconnect</p> | ||
</div> | ||
<div class='flex'> | ||
<div class='footernav'> | ||
<ul> | ||
<li><a class='button' href='/'><span>Home</span></a></li> | ||
<li><a class='button' href='commands.html'><span>Commands</span></a></li> | ||
<li><a class='button' href='docs.html'><span>Information</span></a></li> | ||
</ul> | ||
</div> | ||
<div class='footernav'> | ||
<ul> | ||
<li><a class='button' href='premium.html'><span>Premium</span></a></li> | ||
<li><a class='button' href='support.html'><span>Support Server</span></a></li> | ||
<li><a class='button' href='invite.html'><span>Invite Disconnect</span></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Scripts --> | ||
<script>$(window).load(function () { 'body'.removeClass('.preload'); });</script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,144 @@ | ||
<!DOCTYPE html> | ||
<html lang='en'> | ||
|
||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta nam='viewport' content='width=device-width intial-scale=1.0'> | ||
|
||
<!-- Page Specific Meta --> | ||
<title>Disconnect - The Discord Bot!</title> | ||
<link data-n-head='ssr' rel='icon' type='image/x-icon' href='disconnect.ico'> | ||
|
||
<!-- Styles --> | ||
<link rel='stylesheet' href='styles.css'> | ||
</head> | ||
<body style='background-color: #292a2e'> | ||
<div class='coming-soon flex container'> | ||
<img src='disconnect.png' alt='Disconnect Logo'> | ||
<h1>Disconnect - The Discord Bot!</h1> | ||
<h2>Website Coming Soon!</h2> | ||
<head> | ||
<meta data-n-head='ssr' charset="utf-8"> | ||
<meta data-n-head='ssr' name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- Head Information --> | ||
<title>Disconnect - Discord Bot!</title> | ||
<link data-n-head='ssr' rel='icon' type='image/x-icon' href='assets/disconnect.ico'> | ||
|
||
<!-- Styles --> | ||
<link type='text/css' rel='stylesheet' href='styles/utilities.css'> | ||
<link type='text/css' rel='stylesheet' href='styles/common.css'> | ||
<link type='text/css' rel='stylesheet' href='styles/index.css'> | ||
|
||
<!-- Font Awesome --> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" | ||
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" | ||
crossorigin="anonymous"> | ||
|
||
<!-- Meta --> | ||
<meta data-n-head='ssr' data-hid='theme-color' name='theme-color' content='#8f45d9'> | ||
<meta data-n-head='ssr' data-hid='og:type' name='og:type' content='website'> | ||
<meta data-n-head='ssr' data-hid='og:title' name='og:title' content='Disconnect - Discord Bot!'> | ||
<meta data-n-head='ssr' data-hid='og:url' name='og:url' content='https://disconnectbot.com'> | ||
<meta data-n-head='ssr' data-hid='og:image' name='og:image' | ||
content='https://disconnectbot.com/assets/disconnect.png'> | ||
<meta data-n-head='ssr' data-hid='description' name='description' | ||
content='Disconnect is a multi-purpose discord bot. Built with love and entertainment in mind to keep your discord members busy and active. But it does not stop there...'> | ||
<meta data-n-head='ssr' data-hid='og:description' name='og:description' | ||
content='Disconnect is a multi-purpose discord bot. Built with love and entertainment in mind to keep your discord members busy and active. But it does not stop there...'> | ||
|
||
</head> | ||
|
||
<body style='background-color: #292a2e'> | ||
<!-- Preloader --> | ||
|
||
<body class='preload'></body> | ||
|
||
<!-- Header --> | ||
<div class='navbar'> | ||
<div class='container full flex'> | ||
<a href='/' class='logo flex'> | ||
<img src='assets//disconnect.png' alt='Disconnect Logo'> | ||
<p class='title'>Disconnect</p> | ||
</a> | ||
<nav> | ||
<ul> | ||
<li><a class='button' href='commands.html'><span>Commands</span></a></li> | ||
<li><a class='button' href='docs.html'><span>Information</span></a></li> | ||
<li><a class='button' href='premium.html'><span>Premium</span></a></li> | ||
<li><a class='button' href='invite.html'><span>Invite</span></a></li> | ||
<li><a class='button' href='support.html'><span>Support</span></a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
|
||
<!-- Showcase --> | ||
<div class='showcase'> | ||
<div class='container flex'> | ||
<div class='showcase-text'> | ||
<h1>Disconnect - Discord Bot!</h1> | ||
<p>Made with love to be the glue to your community. Keep your community together and active!</p> | ||
<div class='buttons flex'> | ||
<a class='button btn btn-blurple' href='invite.html'><span><i class="fab fa-discord fa-2x"></i> Add | ||
to Discord</span></a> | ||
<a class='button btn' href='#features'><span>See Features </span></a> | ||
<a class='button btn' href='support.html'><span>Get Support</span></a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- Features --> | ||
<div id='features' class='features'> | ||
<div class='container grid'> | ||
<div> | ||
<h3>Entertainment</h3> | ||
<p>With Disconnects entertainment there is never a dull moment. Even with it's basic start Disconnect is | ||
coming in strong with many new features lined up to kickstart activity in your server! Wether it be | ||
animals, economy, music, or even just leveling Disconnect will have it under control!</p> | ||
</div> | ||
<img src='assets/entertainment.png' alt='rock paper siccors game loss'> | ||
</div> | ||
</div> | ||
|
||
<div class='features'> | ||
<div class='container grid'> | ||
<img class='desktop' src='assets/roleplay.png' alt='Cytech has booped Creepa!'> | ||
<div> | ||
<h3>Roleplay</h3> | ||
<p>Express your feeling towards someone. Want to punch them or maybe even kiss them. Express your | ||
emotions toward someone using Disconnects very simple roleplay commands. Wether the emotion is | ||
celebration, happyness, anger, or sadness you can express it all.</p> | ||
</div> | ||
<img class='mobile' src='assets/roleplay.png' alt='Cytech has booped Creepa!'> | ||
</div> | ||
</div> | ||
|
||
<div class='features'> | ||
<div class='container grid'> | ||
<div> | ||
<h3>Moderation</h3> | ||
<p>Disconnect comes with a simple but efficient moderation system. Yes the current system is pretty bare | ||
bones only featuring the basic Kick, Ban, Purge, and Set-Prefix. But for many guilds it's perfect! | ||
But because of how simple the current moderation is it can be easily expanded with some great and | ||
unique features, some of which are already in development!</p> | ||
</div> | ||
<img src='assets/moderation.png' alt='You may not ban the owner of the guild.'> | ||
</div> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<div class='footer'> | ||
<div class='container full grid'> | ||
<div class='branding'> | ||
<h4>Disconnect</h4> | ||
<p>Copyright © 2021 Disconnect</p> | ||
</div> | ||
<div class='flex'> | ||
<div class='footernav'> | ||
<ul> | ||
<li><a class='button' href='/'><span>Home</span></a></li> | ||
<li><a class='button' href='commands.html'><span>Commands</span></a></li> | ||
<li><a class='button' href='docs.html'><span>Information</span></a></li> | ||
</ul> | ||
</div> | ||
<div class='footernav'> | ||
<ul> | ||
<li><a class='button' href='premium.html'><span>Premium</span></a></li> | ||
<li><a class='button' href='support.html'><span>Support Server</span></a></li> | ||
<li><a class='button' href='invite.html'><span>Invite Disconnect</span></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> | ||
</div> | ||
<!-- Scripts --> | ||
<script>$(window).load(function () { 'body'.removeClass('.preload'); });</script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.