Added the first sheepstar website to the archive
This commit is contained in:
parent
bb78376745
commit
3916a687fc
90
SheepstarWebsiteV1/404.html
Normal file
90
SheepstarWebsiteV1/404.html
Normal file
@ -0,0 +1,90 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="MrSheldon">
|
||||
</head>
|
||||
<style>
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #7289DA;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
cursor: default
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 10rem;
|
||||
font-family: Roboto, sans-serif;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
h1,
|
||||
h2 {
|
||||
font-family: Roboto, sans-serif;
|
||||
color: #fff;
|
||||
margin-top: 30vh
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 5px
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 23rem;
|
||||
border-bottom: 3px solid #fff;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 10px
|
||||
}
|
||||
|
||||
#star {
|
||||
position: absolute;
|
||||
color: #fff;
|
||||
bottom: 3rem;
|
||||
right: 23rem;
|
||||
margin-bottom: 50px;
|
||||
color: rgba(255, 0, 0, .7);
|
||||
font-size: 7rem;
|
||||
font-family: Roboto, sans-serif;
|
||||
font-weight: 700
|
||||
}
|
||||
|
||||
@-webkit-keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
transform: rotate(0)
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg)
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
-webkit-transform: rotate(0);
|
||||
transform: rotate(0)
|
||||
}
|
||||
100% {
|
||||
-webkit-transform: rotate(360deg);
|
||||
transform: rotate(360deg)
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:430px) {
|
||||
#star {
|
||||
right: 2rem
|
||||
}
|
||||
.container {
|
||||
margin: -30px auto
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class=container>
|
||||
<h1 class="animated fadeInDown">404</h1>
|
||||
<h2 class="animated fadeInUp">Page not found</h2>
|
||||
</div>
|
21
SheepstarWebsiteV1/LICENSE
Normal file
21
SheepstarWebsiteV1/LICENSE
Normal file
@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2018 Roy
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
10
SheepstarWebsiteV1/README.md
Normal file
10
SheepstarWebsiteV1/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
# discord-bot-website
|
||||
A free to use template made specifically for bot's websites
|
||||
|
||||
|
||||
# Note
|
||||
Pleasse make sure the copyright note and haven't removed the credit! (it will be illegal if you will remove the credit and your website will get reported :D )
|
||||
|
||||
**Template was created by Roee Lupo (aka MrSheldon) using bootsrap 4**
|
||||
|
||||
Live Demo --> https://mrsheldon.github.io/discord-bot-website/index.html
|
BIN
SheepstarWebsiteV1/Sstar_Global_Rund.png
Normal file
BIN
SheepstarWebsiteV1/Sstar_Global_Rund.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 328 KiB |
64
SheepstarWebsiteV1/commands.html
Normal file
64
SheepstarWebsiteV1/commands.html
Normal file
@ -0,0 +1,64 @@
|
||||
<!--
|
||||
Template Information
|
||||
Name: Discord Bot Website
|
||||
Author: Roee Lupo (aka MrSheldon)
|
||||
License: MIT
|
||||
-->
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="MrSheldon">
|
||||
<link id="theme-style" rel="stylesheet" href="css/main.css">
|
||||
<link id="theme-style" rel="stylesheet" href="css/bootstrap.css" />
|
||||
</head>
|
||||
|
||||
<body bgcolor="#7289DA">
|
||||
<ul>
|
||||
<a href="index.html"><img width="60" height="60" class="animated rotateIn" src="https://mrsheldon.me/files/965300.png" /></a>
|
||||
</ul>
|
||||
<main id="synx-sub-con" class="synx-sub-con">
|
||||
<div class="synx-table animated fadeIn" style="animation-duration: 3s;">
|
||||
<table style="text-align center;" class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Command</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Command</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
4
SheepstarWebsiteV1/css/bootstrap.css
vendored
Normal file
4
SheepstarWebsiteV1/css/bootstrap.css
vendored
Normal file
File diff suppressed because one or more lines are too long
87
SheepstarWebsiteV1/css/main.css
Normal file
87
SheepstarWebsiteV1/css/main.css
Normal file
@ -0,0 +1,87 @@
|
||||
|
||||
|
||||
.flex-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.flex-item img{
|
||||
flex-grow:0;
|
||||
flex-shrink:0;
|
||||
}
|
||||
h1.ariel {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
div.ariel {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
background-color: #7289DA;
|
||||
}
|
||||
|
||||
li {
|
||||
float: right;
|
||||
border-right:1px solid #7289DA;
|
||||
}
|
||||
|
||||
li:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
li a {
|
||||
display: block;
|
||||
color: white;
|
||||
text-align: center;
|
||||
padding: 14px 16px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
li a:hover:not(.active) {
|
||||
background-color: #7289DA;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #2C2F33;
|
||||
}
|
||||
.synx-table {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
color: white;
|
||||
margin-top: 150px;
|
||||
}
|
||||
.synx-table {
|
||||
margin-top: 100px;
|
||||
}
|
||||
.btn {
|
||||
background: #7288da;
|
||||
background-image: -webkit-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: -moz-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: -ms-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: -o-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: linear-gradient(to bottom, #7288da, #7288da);
|
||||
-webkit-border-radius: 17;
|
||||
-moz-border-radius: 17;
|
||||
border-radius: 17px;
|
||||
font-family: Arial;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
padding: 10px 20px 10px 20px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background: #7288da;
|
||||
background-image: -webkit-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: -moz-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: -ms-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: -o-linear-gradient(top, #7288da, #7288da);
|
||||
background-image: linear-gradient(to bottom, #7288da, #7288da);
|
||||
text-decoration: none;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none; /* no underline */
|
||||
}
|
57
SheepstarWebsiteV1/index.html
Normal file
57
SheepstarWebsiteV1/index.html
Normal file
@ -0,0 +1,57 @@
|
||||
<!--
|
||||
Template Information
|
||||
Name: Discord Bot Website
|
||||
Author: Roee Lupo (aka MrSheldon)
|
||||
License: MIT
|
||||
-->
|
||||
|
||||
<!-- Stop looking into the source code! ಠ╭╮ಠ -->
|
||||
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="MrSheldon">
|
||||
|
||||
<meta content="Sheepstar Global - The Discord Bot" property="og:title">
|
||||
<meta name="theme-color" content="#7489D6">
|
||||
<meta content="A discord bot to chat with servers all over the world!" property="og:description">
|
||||
<meta content="Sheepstar" property="og:site_name">
|
||||
<meta content='https://cdn.sheepstar.xyz/5393790617638037.png' property='og:image'>
|
||||
|
||||
<link id="theme-style" rel="stylesheet" href="css/main.css">
|
||||
<link rel="icon"
|
||||
type="image/png"
|
||||
href="https://sheepstar.xyz/assets/favicon.png" />
|
||||
<title>Sheepstar Global</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#7289DA">
|
||||
<ul>
|
||||
<a href="https://sheepstar.xyz"><img width="60" height="60" class="animated rotateIn" src="https://global.sheepstar.xyz/Sstar_Global_Rund.png" /></a>
|
||||
</ul>
|
||||
|
||||
<div class="flex-item">
|
||||
<img src="https://mrsheldon.me/files/785375.gif" alt="" width="800" height="600" style="float: left;" />
|
||||
<div>
|
||||
<h1 class="ariel" style="font-size:60px;"><span style="color: #ffffff;">Sheepstar Global</span></h1>
|
||||
<div class="ariel" style="font-size:40px;"><span style="color: #ffffff;">A global chat bot that allows you to</span>
|
||||
<br>
|
||||
<span style="color: #ffffff;">chat with other servers.</span>
|
||||
</div>
|
||||
<br>
|
||||
<p><button class="btn"><a href="https://discord.com/api/oauth2/authorize?client_id=772513556116930580&permissions=321536&scope=bot">Invite</a></button>
|
||||
<button class="btn"><a href="https://discord.gg/jbne9JTJtU">Support</a></button>
|
||||
<button class="btn"><a href="https://docs.sheepstar.xyz/global/commands">Commands</a></button></p>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<h6 style="color:white;">Designed by <a href="https://mrsheldon.me">MrSheldon</a> | Copyright © 2021 Sheepstar All Rights Reserved</h6>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user