Homepage/index.html

90 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<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,games,server,discord,pmbot,forum">
<meta name="author" content="caskd">
<meta name="theme-color" content="#d22">
<link rel="icon" sizes="222x222" href="res/logowhite.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link href="css/main.css" rel="stylesheet">
</head>
<body>
<!--These endless wrappers might be unnecessary now but could be useful later-->
<div class="headwrap">
<div class="header">
<a href="#">Services</a>
<a href="#">Platform</a>
<img alt="logo" src="res/logo.png">
<a href="#">Community</a>
<a href="#" class="highlight">Get active</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="https://i.imgur.com/CWD6QdZ.gif" alt="item">
</div>
<p>Placeholder showcase</p>
</div>
<div class="news textbody">
<h3>News</h3>
<div class="item">
<h4>Server maintenance complete</h4>
<p>The server maintenance was completed successfully and the services are back to normal.</p>
<div class="date">01.08.2019</div>
</div>
<div class="item">
<h4>Something went wrong</h4>
<a href="#">Read more</a>
<div class="date">01.01.1970</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://w3.org">W3C</a></li>
<li><a href="https://eff.org/">EFF</a></li>
</ul>
</div>
<div class="col">
<ul>
<span>Project 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>Legal</span>
<li><a href="#">Terms of service</a></li>
<li><a href="legal/privacypolicy.html">Privacy Policy</a></li>
<li><a href="#">Contact</a></li></div>
</ul>
</div>
</div>
</div>
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link rel="manifest" href="/manifest.json">
</body>
</html>