Keep up to date with avalaible services

This commit is contained in:
Alex D. 2018-10-03 23:05:47 +02:00
parent 582f139071
commit 0de7bd35a9
4 changed files with 5 additions and 12 deletions

View File

@ -3,14 +3,10 @@
<p>Our staff is made out of multiple friendly members that help keep the community and conversations clean. If you need any help you can just call any of them.</p>
</div>
<div class="tab-content hide" id="tab-2">
<h2>Community servers:</h2>
<p>The commmunity servers that we run are well optimized and running on a high-performance VPS, they are hosted on DigitalOcean and managed by the Pterodactyl Gameserver Panel and they benefit a lot from the virtualization the cloud provides.</p>
</div>
<div class="tab-content hide" id="tab-3">
<h2>Discord Server:</h2>
<p>Due to Discord being easy to use and reliable, we use it as a center for conversations. Join in and have a chat!</p>
</div>
<div class="tab-content hide" id="tab-4">
<div class="tab-content hide" id="tab-3">
<h2>Contact Us:</h2>
<p>You can contact the Owner/Server manager directly here:</p>
<a href="mailto:caskd@gmx.de">Mail</a>

View File

@ -49,7 +49,6 @@
font-size: 48px;
}
.links {
width: 450px;
margin: 0 auto;
}
.about {
@ -97,7 +96,7 @@
width: 90%;
-ms-flex-flow: wrap;
flex-flow: wrap;
max-width: 350px;
max-width: 300px;
}
.links a {
font-size: 14px;

View File

@ -30,7 +30,7 @@ body {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 450px;
width: 400px;
font-size: 24px;
}

View File

@ -28,7 +28,6 @@
<div class="h-hide links flex">
<a id="abt-btn" href="#">About</a>
<a href="https://redxen.eu/discord">Discord</a>
<a href="https://sb.redxen.eu/">Sourcebans</a>
<a href="https://forum.redxen.eu/">Forums</a>
<a href="https://yagpdb.redxen.eu/">PMBot</a>
<a href="https://status.redxen.eu/">Status</a>
@ -36,9 +35,8 @@
<div id="abt" class="slide-top hide about">
<div class="tabs flex">
<a href="#" class="tab chosen" data-tab="tab-1">Staff</a>
<a href="#" class="tab" data-tab="tab-2">Servers</a>
<a href="#" class="tab" data-tab="tab-3">Discord</a>
<a href="#" class="tab" data-tab="tab-4">Contact</a>
<a href="#" class="tab" data-tab="tab-2">Discord</a>
<a href="#" class="tab" data-tab="tab-3">Contact</a>
<div class="spacer"></div>
<a href="#" class="close" id="close">X</a>
</div>