Homepage/index.html
2018-08-01 12:27:55 +02:00

111 lines
5.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--Styles and meta-->
<title>RedXen Community</title>
<link rel="shortcut icon" href="/favicon.ico">
<meta name="author" content="caskd">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="The homepage of the RedXen Community">
</head>
<body>
<div class="interface">
<div class="content">
<div class="banner">
<div class="banner-title">
<img src="res/logo.svg" alt="banner-logo">
<h1>RedXen Gaming</h1>
</div>
<a class="scrolldown" href="#about">About us</a>
</div>
<div class="header" id="pgHeader">
<div class="logo-header">
<div><a href="https://redxen.eu"><img src="res/logo.svg" alt="header-logo"></a></div>
<div class="header-title"><a href="https://redxen.eu">RedXen Gaming</a></div>
</div>
<div class="links-header">
<a href="https://forum.redxen.eu">Forum</a>
<a href="https://steamcommunity.com/groups/redxengaming">Steam</a>
<a href="/discord">Discord</a>
<a href="https://sb.redxen.eu">SourceBans</a>
<a href="https://yagpdb.redxen.eu">PMBot</a>
</div>
</div>
<div id="about" class="text">
<h2>About us</h2>
<div id="forum" class="category">
<div class="left">
<img alt="discourse" src="res/discourse.svg">
</div>
<div class="right">
<h3>RedXen Forum</h3>
<p>Our forum is a easy-to-browse forum that is fast and reliable, it is powered by Discourse and it is one of the best community forums!</p>
</div>
</div>
<div id="discord" class="swap category">
<div class="left">
<img alt="discord" src="res/discord.svg">
</div>
<div class="right">
<h3>Discord Server</h3>
<p>Due to the reliability that Discord offers, most of the people join us on our server to communicate about topics they have in common, support is also given pretty quick there.</p>
</div>
</div>
<div id="yagpdb" class="category">
<div class="left">
<img alt="yagpdb" src="res/yagpdb.webp">
</div>
<div class="right">
<h3>PMBot</h3>
<p>We also host a slightly customized version of YAGPDB called PMBot that can moderate your servers, you can add him to your server!</p>
</div>
</div>
<div id="sb" class="swap category">
<div class="left">
<img alt="sourcebans" src="res/sb.webp">
</div>
<div class="right">
<h3>SourceBans</h3>
<p>Got banned? Don't know the reason why, or want to make a complaint? You should be visiting our SourceBans page</p>
</div>
</div>
<h2>News</h2>
<div id="news" class="text-field">
<div class="row">
<h3>June 2018</h3>
Added SourceBans for easier ban management<br>
Now hosting TF2 &amp; CSS servers<br>
Forums are stable and ready to use<br>
Created this webpage and added meta tags for SEO's<br>
Now hosting server on DigitalOcean with improved bandwidth
</div>
<div class="row">
<h3>May 2018</h3>
Added reaction roles to the discord server<br>
Adapted the homepage to almost all viewports<br>
Updated homepage to a better one<br>
Discord revamp with new channels, categories and roles
</div>
</div>
</div>
<div class="footer">
<div class="row">
Made by caskd!<br>
<a aria-label="Steam" href="https://steamcommunity.com/id/caskd"><i class="fab fa-steam"></i></a>
<a aria-label="GitHub" href="https://github.com/casKd-dev"><i class="fab fa-github"></i></a>
<a aria-label="SoundCloud" href="https://soundcloud.com/caskd"><i class="fab fa-soundcloud"></i></a>
</div>
<div class="footer-r row">
This website was made with tons of love, trial and time. If you appreciate what i have done or want to give me feedback or such, <a href="mailto:caskd@gmx.de">contact</a> me here.
</div>
</div>
</div>
</div>
<link rel="stylesheet" href="css/web.css">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/fontawesome.css">
<script rel="preconnect" src="js/jquery-3.3.1.min.js"></script>
<script rel="preconnect" src="js/main.js"></script>
</body>
</html>