You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

125 lines
4.0 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>aNetwork</title>
<meta name="description" content="The home for a network of game servers, and a community of gamers.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
<script src="clipboard.js" defer></script>
<meta name="theme-color" content="#fafafa">
</head>
<body>
<header>
<div class="layout-wrapper">
<a class="logo" href="/">aNetwork</a>
<nav>
<ul class="inline-list">
<li><a href="/">Home</a></li>
<!--<li><a href="#">Servers</a></li>-->
<!--<li><a href="#">About</a></li>-->
<li><a href="/discord">Discord</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="home-servers layout-wrapper">
<div class="home-server home-server-uno">
<div class="content">
<p class="heading">Want more servers?</p>
<p class="content">
Let the secretaries know over in aNetwork <a href="/discord" target="_blank">Discord's</a> #moar-servers channel. If there's enough want, we'll set it up.
</p>
<a class="button" href="/discord" target="_blank">Join Discord</a>
</div>
<img class="centre-image" src="moo-cow.gif"/>
</div>
<div class="home-server home-server--discord">
<a href="/discord"><img class="centre-image" src="discord.png"/></a>
<p class="heading">Discord</p>
<p class="content">
We are a toxic community
</p>
<a class="button" href="/discord">Join</a>
</div>
<div class="home-server home-server--minecraft">
<img class="centre-image" src="mc.png"/>
<p class="heading">MC</p>
<p class="content">
A publically available minecraft server that is currenly a WIP. i.e. We are trying plugins, and administration to see what people would like best.
</p>
<p id="minecraft-clip" class="tooltipped">
IP:
<span id="minecraft-server" class="clipboard">minecraft.anetwork.uk</span>
<span class="tooltiptext" id="tooltip">Copy to clipboard</span>
</p>
<p>Map: <a href="https://mcmap.anetwork.uk">mcmap.anetwork.uk</a></p>
</div>
<div class="home-server home-server--terraria">
<img class="centre-image" src="terraria.png"/>
<p class="heading">Terraria</p>
<p class="content">
A publically available terraria server that is currenly a WIP. i.e. We are trying plugins, and administration to see what people would like best.
</p>
<p id="terraria-clip" class="tooltipped">
IP:
<span id="terraria-server" class="clipboard">anetwork.uk</span>
Port: 7777
<span class="tooltiptext" id="tooltip">Copy to clipboard</span>
</p>
</div>
</section>
<section class="moar">
<div class="layout-wrapper">
<img class="centre-image" src="moo-cow.gif"/>
<p>aNetwork is a small gaming community with the aim of setting up servers, and events for all to enjoy.</p>
<p>Formed sometime in 2021 as a private, and small growing group. Since them the aim has become to create a more public community, venturing into server hosting to allow people to play the games they want with friends.</p>
</div>
</section>
<section class="extra">
<div class="layout-wrapper">
<h2>Contribute</h2>
<p>aNetwork hosts and maintains a number of <a href="#" target="_blank">servers</a>, and to keep these servers operational we need to pay the big bucks.</p>
<p>If you'd like to contribute, or see a breakdown of our outgoings click below</p>
<a class="button" href="#">Contribute</a>
<a class="button" href="expenses.html">Our Costs</a>
</div>
</section>
<footer>
<div class="layout-wrapper">
<div class="footer__column">
<p><a href="#">Servers</a></p>
<p><a href="/">Minecraft</a></p>
</div>
<div class="footer__column">
<p>Community</p>
</div>
<div class="sub-footer">
<p>&copy; aNetwork | Website by <a href="https://aney.co.uk" target="_blank" rel="noopener noreferrer">Aney</a></p>
</div>
</div>
</footer>
</main>
</body>
</html>