This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #425 from Frederikam/release/v2.0
Release/v2.0
- Loading branch information
Showing
106 changed files
with
2,720 additions
and
1,707 deletions.
There are no files selected for viewing
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.
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,169 @@ | ||
<style type="text/css"> | ||
|
||
@import url('https://fonts.googleapis.com/css?family=Fugaz+One|Lato'); | ||
|
||
.fb-lato { | ||
font-family: 'Lato', serif; | ||
font-size: 22px; | ||
} | ||
|
||
.fb-title { | ||
font-family: 'Fugaz One', serif; | ||
font-size: 32px !important; | ||
} | ||
|
||
.fb-p { | ||
margin: 0 0 5px 0; | ||
} | ||
|
||
.fb-li { | ||
font-family: 'Lato', serif; | ||
font-size: 18px; | ||
color: #FFFFFF; | ||
z-index: 6; | ||
} | ||
|
||
.fb-li-title { | ||
color: white; | ||
text-align: left; | ||
font-size: 26px !important; | ||
margin: 8px 20% 8px 20% !important; | ||
} | ||
|
||
.fb-background { | ||
background-size: cover; | ||
position: relative; | ||
margin: 0 -10px -20px; | ||
padding: 0.75em; | ||
/*width: calc(100% + 16px);*/ | ||
} | ||
|
||
.fb-logo-bg { | ||
background-color: #1CBFE2; | ||
padding: 0 0 0 0; | ||
margin: 0 0 0 0; | ||
/*left: -8px;*/ | ||
} | ||
|
||
.fb-features-bg { | ||
background-color: #000000; | ||
margin: 0 0 5px 0; | ||
opacity: 0.8; | ||
padding: 2px 10px 7px 10px !important; | ||
/*left: -8px;*/ | ||
} | ||
|
||
.fb-doublelist { | ||
padding-top: 0 !important; | ||
padding-left: 20px; | ||
margin-bottom: 32px; | ||
} | ||
|
||
.fb-button { | ||
background-color: rgb(51, 153, 255); | ||
border-radius: 4px; | ||
font-size: 16px !important; | ||
color: white !important; | ||
text-decoration: none !important; | ||
padding: 4px; | ||
margin: 8px; | ||
transition: 0.5s; | ||
} | ||
|
||
.fb-button:hover { | ||
background-color: rgb(40, 102, 179); | ||
} | ||
|
||
.fb-flex-center { | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
@media screen and (min-width: 432px) { | ||
.fb-doublelist { | ||
list-style: disc inside !important; | ||
text-align: left; | ||
columns: 2 !important; | ||
-webkit-columns: 2 !important; | ||
-moz-columns: 2 !important; | ||
column-width: 300px !important; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 1200px) { | ||
.fb-li-title { | ||
margin: 8px 8% 8px 8% !important; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 900px) { | ||
.fb-li { | ||
font-size: 14px !important; | ||
column-width: 200px !important; | ||
position: relative; | ||
list-style: none; | ||
} | ||
|
||
.fb-li-title { | ||
margin: 4px 2px 8px 2px !important; | ||
} | ||
|
||
.fb-doublelist { | ||
padding-left: 10px; | ||
} | ||
} | ||
</style> | ||
<div style="margin-top:64px"></div> | ||
<div style="text-align: center;"><p class="fb-title fb-p">Meet FredBoat♪♪</p> | ||
<div class="fb-background fb-logo-bg"> | ||
<img style="max-width:10em;border-radius: 100px;margin: 16px 0 16px 0;" src="https://i.imgur.com/1WOFPLy.png"> | ||
</div> | ||
</div> | ||
<div class="fb-background fb-features-bg"> | ||
<p class="fb-lato fb-li-title" style="margin-top: 16px">FredBoat♪♪ is one of the most popular music bots around.</p> | ||
<p class="fb-lato fb-li-title">Features: </p> | ||
<div class="fb-flex-center"> | ||
<ul class="fb-doublelist"> | ||
<li class="fb-li">Online 24/7</li> | ||
<li class="fb-li">No setup required</li> | ||
<li class="fb-li">Plays music</li> | ||
<li class="fb-li">Minimum loss of quality</li> | ||
<li class="fb-li">Search YouTube from the chat</li> | ||
<li class="fb-li">Skip, pause, unpause and stop</li> | ||
<li class="fb-li">Shuffle and repeat</li> | ||
<li class="fb-li">Forwarding, rewinding and seeking</li> | ||
<li class="fb-li">Persistent playlist</li> | ||
<li class="fb-li">Constant updates</li> | ||
</ul> | ||
</div> | ||
|
||
<p class="fb-lato fb-li-title">With support for: </p> | ||
<div class="fb-flex-center"> | ||
<ul class="fb-doublelist"> | ||
<li class="fb-li">Playlists</li> | ||
<li class="fb-li">YouTube</li> | ||
<li class="fb-li">Soundcloud</li> | ||
<li class="fb-li">Bandcamp</li> | ||
<li class="fb-li">Twitch</li> | ||
<li class="fb-li">Beam.pro</li> | ||
<li class="fb-li">Vimeo</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<!-- Space --> | ||
<div style="height: 5vh"></div> | ||
|
||
<div style="text-align: center;"><p class="fb-title fb-p">What are you waiting for?</p></div> | ||
|
||
<div class="fb-flex-center"> | ||
<a href="https://goo.gl/cFs5M9" role="button" class="fb-button">Invite FredBoat</a> | ||
</div> | ||
|
||
<div class="fb-flex-center"> | ||
<a href="https://discord.gg/cgPFW4q" role="button" class="fb-button">Join FredBoat Hangout</a> | ||
<a href="https://fredboat.com/docs" role="button" class="fb-button">See the Documentation</a> | ||
</div> | ||
|
||
<!-- Space --> | ||
<div style="height: 20vh"></div> |
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
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 |
---|---|---|
|
@@ -3,3 +3,4 @@ | |
!Dockerfile | ||
!FredBoat.jar | ||
!config.yaml | ||
!credentials.yaml.example |
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
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
Oops, something went wrong.