Homepage/index.html

119 lines
4.6 KiB
HTML
Raw Normal View History

2018-08-01 10:30:57 +00:00
<!DOCTYPE html>
2018-07-05 16:19:19 +00:00
<html lang="en">
2018-08-01 10:30:57 +00:00
<head>
<!--Styles and meta-->
<title>RedXen Community</title>
<meta name="description" content="The community that empowers gamers.">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="keywords" content="rx,redxen,community,game,minecraft,games,server,pmbot">
<meta name="author" content="caskd">
<meta name="theme-color" content="#e11">
<link rel="icon" sizes="321x300" href="res/logo2.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link href="css/main.css" rel="stylesheet">
2018-08-01 10:30:57 +00:00
</head>
2019-07-30 15:06:03 +00:00
<body>
<!--These endless wrappers might be unnecessary now but could be useful later-->
<!--
Looking to help us achieve more?
Mail me at caskd@420blaze.it or contact me directly over on Telegram and we can discuss ideas.
-->
<div class="headwrap">
<div class="header">
<a href="https://git.redxen.eu">Git</a>
<a href="https://social.redxen.eu">Pleroma</a>
<a title="Gametracker still is extremely slow, might make a alternative static page.">Gameservers</a>
<img alt="logo" src="res/logo.png">
<a href="ircs://redxen.eu:6697">IRC</a>
<a href="https://stats.redxen.eu">Status</a>
<a href="https://t.me/rxtelegram" class="highlight">Join RedXen!</a>
</div>
</div>
<div class="bodywrap">
<div class="body">
<img alt="logo" class="logo" src="https://redxen.eu/res/logo.png">
<div class="banner">
<div class="overflow">
<img src="res/pleroma.png" alt="tooltipicon">
</div>
<p>Pleroma is now a part of the RedXen world!</p>
</div>
<div class="news textbody">
<h3>News</h3>
<div class="item">
<h4>Pleroma joins the service list</h4>
<p>We have joined the Fediverse with the first Pleroma instance. Due to the size of the fediverse, this is invite only but we accept new people freely. This is done to prevent bot accounts or similiar malicious behaviour which can put a high load on the servers. Stay safe and healthy!</p>
<div class="date">12.03.2020</div>
</div>
<div class="item">
<h4>No more Nextcloud</h4>
<p>We are going to move to a different storage backend because Nextcloud is developing poorly without any quality control, FTP/SFTP/NFS/WebDAV/Samba server(s) will be spun up soon with authentication mechanisms.</p>
<div class="date">06.01.2020</div>
</div>
<div class="item">
<h4>Discord be gone!</h4>
<p>We are not officially available on Discord anymore and support for PMBot has been dropped, if you were a user of it, you should move to the <a href="https://yagpdb.xyz">official</a> version of the bot.</p>
<div class="date">21.12.2019</div>
</div>
<div class="item">
<h4>No more Cloudflare and network maintenances.</h4>
<p>We have moved away from CloudFlare which will give you a more safer experience and better networking, the Git repository has been moved to git.redxen.eu and we do not accept any port 80 connections anymore.</p>
<div class="date">13.12.2019</div>
</div>
<div class="item">
<h4>Fully encrypted networks!</h4>
<p>We have configured fully encrypted communications between our servers, now your personal information is safe from anyone in between the connections.</p>
<div class="date">27.11.2019</div>
</div>
</div>
</div>
</div>
<div class="footerwrap">
<div class="footer">
<div class="col name">
<h1>RedXen Community</h1>
<h2>The community that empowers gamers</h2>
</div>
<div class="col">
<ul>
<span>Resources</span>
<li><a href="https://prism-break.org">Prism Break</a></li>
<li><a href="https://rfc-editor.org/rfc-index.html">IETF RFC</a></li>
<li><a href="https://www.gnu.org/">GNU</a></li>
</ul>
</div>
<div class="col">
<ul>
<span>Cool people</span>
<li><a href="https://cyberia.is/">Cyberia</a></li>
<li><a href="https://fuwafuwa.moe">Fuwafuwa</a></li>
<li><a href="https://2f30.org/">divided by 0</a></li>
<li><a href="https://cock.li/">Cock.li</a></li>
</ul>
</div>
<div class="col">
<ul>
<span>Libraries</span>
<li><a href="https://fonts.google.com">Google Fonts</a></li>
<li><a href="https://lesscss.org">Less CSS</a></li>
</ul>
</div>
<div class="col">
<ul>
<span>Contact</span>
<li><a href="mailto:caskd@gmx.de">Mail</a></li>
<li><a href="https://social.redxen.eu/caskd">Pleroma</a></li>
<li><a href="https://t.me/casKd_dev">Telegram</a></li>
<li><a href="mumble://dc.redxen.eu:2200">Mumble</a></li>
</ul>
</div>
</div>
</div>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
2018-08-01 10:30:57 +00:00
</body>
</html>