Homepage/index.html

71 lines
3.5 KiB
HTML

<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Abel" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Glegoo" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link href="res/stylesheet-min.css" rel="stylesheet" id="style">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="res/window.js"></script>
<title>RedXen Gaming</title>
</head>
<body>
<div id="box">
<span id="links-top">
<a href="https://steamcommunity.com/groups/redxengaming"><i class="fab fa-steam"></i></a>
<a href="https://discord.gg/CTFMzde"><i class="fab fa-discord"></i></a>
<a href="https://forum.redxen.eu"><i class="fab fa-discourse"></i></a>
<a href="https://yagpdb.redxen.eu"><i class="fas fa-robot"></i></a>
</span>
<span id="title">
<span class="titletext">RedXen Gaming</span>
</span>
</div>
<div id="content">
<p class="subtitle">About us</p>
<p class="text">
We are a small community of gamers that play the same games and enjoy the same things!<br>
</p>
<p class="subtitle">Updates</p>
<p class="text">
3 June - Now hosting server on DigitalOcean with improved bandwidth<br>
17 May - Added reaction roles to the discord server<br>
10 May - Adapted the homepage to almost all viewports<br>
6 May - Got a new homepage! The one you are on now<br>
1 May - Discord revamp with new channels, categories and roles
</p>
<p class="subtitle">Servers</p>
<p class="text">
Currently planning on hosting servers for some games but our bandwidth doesn't allow it for now.<br>
In the near future we will get better bandwidth.<br>
The approx. number of players that wouldn't impact performance would be ~ 5 players.<br>
That amount is too low for a server.
</p>
<p class="subtitle">Current Staff</p>
<p class="text">
Owner: casKd <br>
Administrator: Davids_Trains<br>
Super-Moderator: McDonlad<br>
Moderators: ChuppaChupps &amp; Korato
</p>
<p class="subtitle">Current Setup</p>
<p class="text">
Our current server setup consists of:<br>
2GB RAM<br>
2 vCPU's<br>
Up to 90 Mbps bandwidth<br>
Dockerized Discourse<br>
Dockerized YAGPDB<br>
</p>
<div id="footer">
<span class="links">
<a href="https://steamcommunity.com/id/caskd"><i class="fab fa-steam"></i></a>
<a href="https://discord.gg/CTFMzde"><i class="fab fa-discord"></i></a>
<a href="https://forum.redxen.eu/u/caskd"><i class="fab fa-discourse"></i></a>
<a href="mailto:caskd@gmx.de"><i class="fas fa-envelope"></i></a>
</span>
</div>
</div>
</body>
</html>