master
Nathan Steel 3 years ago
parent dedb0ac41a
commit f2c5f1bf17

@ -0,0 +1 @@
about us

@ -34,6 +34,9 @@ minecraft.addEventListener('click', function (event) { copyToClipboard('minecraf
const terraria = document.getElementById('terraria-clip');
terraria.addEventListener('click', function (event) { copyToClipboard('terraria-server'); });
const factorio = document.getElementById('factorio-clip');
factorio.addEventListener('click', function (event) { copyToClipboard('factorio-server'); });
var tooltipped = document.getElementsByClassName('tooltipped');
for (var i = 0; i < tooltipped.length; i++) {
//tooltipped[i].addEventListener('click', function (event) { copyToClipboard(); });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

@ -9,6 +9,7 @@
<link rel="stylesheet" href="main.css">
<script src="clipboard.js" defer></script>
<script async defer data-website-id="3fa310c0-d272-4822-a86b-5ac42c8d939c" src="https://umami.aney.co.uk/umami.js"></script>
<meta name="theme-color" content="#fafafa">
</head>
@ -21,8 +22,8 @@
<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="/servers.html">Servers</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/discord">Discord</a></li>
</ul>
</nav>
@ -34,44 +35,41 @@
<h1>Expenses</h1>
<p>We want to be as transparent as possible, so our (est) monthly outgoings will be displayed here.</p>
<p>Estimated expenses will be based on the previous month, however additional servers may be added during the current month.</p>
<p>Estimated expenses will be based on the previous month, and anything new we purchase in the current month.</p>
</section>
<section class="layout-wrapper">
<h2>Current Month</h2>
<h3>Servers</h3>
<p>Minecraft - £0/£10 *</p>
<p>Web Server - £0/£3 *</p>
<h2>Servers</h2>
<h3>Domains</h3>
<p>anetwork.uk - £0.70 (£8.40 annually) **</p>
<h3>Lilman</h3>
<p>4 core @3.4GHz, 32GB RAM, SSD Storage *</p>
<p>Public Minecraft</p>
<p>Public Factorio</p>
<p>Web Server</p>
<p>Backups</p>
<h4>Cost: £28/m (£35) **</h4>
<hr/>
</section>
<h3>Alpha</h3>
<p>Offsite Backups</p>
<h4>Cost: £3/m</h4>
<h2>Domains</h2>
<p><a href="https://anetwork.uk">anetwork.uk</a> - £1/m ***</p>
<h2>Total: £33/m</h2>
<section class="layout-wrapper">
<h2>Last Month</h2>
<h3>Servers</h3>
<p>Minecraft - £0/£10 *</p>
<p>Web Server - £0/£3 *</p>
<h3>Domains</h3>
<p>anetwork.uk - £0.70 (£8.40 annually) **</p>
<hr/>
</section>
<section class="layout-wrapper">
<h2>2 Months Ago</h2>
<h3>Servers</h3>
<p>Minecraft - £0/£10 *</p>
<p>Web Server - £0/£3 *</p>
<hr/>
<p><a href="/support.html">Support</a> if you wish, but just playing, and being part of the community is enough :)</p>
</section>
<section class="layout-wrapper">
<p>* - Currently hosted on the same internal server. This does not have a UPS or any professional measures against downtime, so costs are estimated based on VPS alternatives to the resources used.</p>
<p>** - Paid annually, but added to monthly breakdowns</p>
<p>Contributing any amount to aNetwork will not be cause affect how you are treat on servers, nor be accounted for in bans/unbans</p>
<p>* - Internal server. This does not have a UPS or any professional measures against downtime, cost based on electricity usage, not specs directly.</p>
<p>** - Costed down by 20%, as the server is also used for some non-aNetwork tasks, and it's unfair to proclaim it's not.</p>
<p>*** - Paid annually, but split into monthly breakdown</p>
<p>Contributing any amount to aNetwork will not be cause affect how you are treat on servers, nor be accounted for in bans/unbans.</p>
</section>
</main>
@ -80,8 +78,9 @@
<div class="layout-wrapper">
<div class="footer__column">
<p><a href="#">Servers</a></p>
<p><a href="/">Minecraft</a></p>
<p><a href="/servers/">Servers</a></p>
<p><a href="/servers/minecraft.html">Minecraft</a></p>
<p><a href="/servers/factorio.html">Factorio</a></p>
</div>
<div class="footer__column">
<p>Community</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

@ -9,8 +9,10 @@
<link rel="stylesheet" href="main.css">
<script src="clipboard.js" defer></script>
<script async defer data-website-id="3fa310c0-d272-4822-a86b-5ac42c8d939c" src="https://umami.aney.co.uk/umami.js"></script>
<meta name="theme-color" content="#fafafa">
</head>
<body>
@ -20,9 +22,10 @@
<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="/servers/">Servers</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/discord">Discord</a></li>
<li><a href="/support.html">Support</a></li>
</ul>
</nav>
</div>
@ -40,11 +43,11 @@
<a class="button" href="/discord" target="_blank">Join Discord</a>
</div>
<img class="centre-image" src="moo-cow.gif"/>
<img class="centre-image" src="/images/moo-cow.png"/>
</div>
<div class="home-server home-server--discord">
<a href="/discord"><img class="centre-image" src="discord.png"/></a>
<a href="/discord"><img class="centre-image" src="/images/discord.png" width="128" height="128"/></a>
<p class="heading">Discord</p>
<p class="content">
We are a toxic community
@ -54,7 +57,7 @@
<div class="home-server home-server--minecraft">
<img class="centre-image" src="mc.png"/>
<img class="centre-image" src="/images/mc.png" width="128" height="128"/>
<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.
@ -67,9 +70,22 @@
<p>Map: <a href="https://mcmap.anetwork.uk">mcmap.anetwork.uk</a></p>
</div>
<div class="home-server home-server--factorio">
<img class="centre-image" src="/images/factorio.png" width="128" height="128"/>
<p class="heading">Factorio</p>
<p class="content">
A publically available factorio server for beginners, and veterans alike. Just tag in with your friends, and join the community.
</p>
<p id="factorio-clip" class="tooltipped">
IP:
<span id="factorio-server" class="clipboard">anetwork.uk</span>
<span class="tooltiptext" id="tooltip1">Copy to clipboard</span>
</p>
</div>
<div class="home-server home-server--terraria">
<img class="centre-image" src="terraria.png"/>
<p class="heading">Terraria</p>
<img class="centre-image" src="/images/terraria.png" width="128" height="128"/>
<p class="heading">Terraria (Currently down)</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>
@ -85,19 +101,19 @@
<section class="moar">
<div class="layout-wrapper">
<img class="centre-image" src="moo-cow.gif"/>
<img class="centre-image" src="/images/moo-cow.png"/>
<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>
<p>Formed sometime in 2021 as a private, and small growing group. Since them the aim has become creating a more public community, and venturing into public 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>aNetwork hosts and maintains a number of <a href="/servers/" 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>
<a class="button" href="/support.html">Contribute</a>
<a class="button" href="/expenses.html">Our Costs</a>
</div>
</section>
@ -105,15 +121,17 @@
<div class="layout-wrapper">
<div class="footer__column">
<p><a href="#">Servers</a></p>
<p><a href="/">Minecraft</a></p>
<p><a href="/servers/">Servers</a></p>
<p><a href="/servers/minecraft.html">Minecraft</a></p>
<p><a href="/servers/factorio.html">Factorio</a></p>
</div>
<div class="footer__column">
<p>Community</p>
<p><a href="/discord">Discord</a></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>
<p>&copy; aNetwork | Website by <a href="https://aney.co.uk" target="_blank" rel="noopener">Aney</a></p>
</div>
</div>
</footer>

BIN
mc.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

@ -0,0 +1 @@
Factoriooooo

@ -0,0 +1,75 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Expenses</title>
<meta name="description" content="A list of our servers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
<script src="clipboard.js" defer></script>
<script async defer data-website-id="3fa310c0-d272-4822-a86b-5ac42c8d939c" src="https://umami.aney.co.uk/umami.js"></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.html">Servers</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/discord">Discord</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="layout-wrapper">
<h1>Servers</h1>
</section>
<section class="layout-wrapper">
<h2>Minecraft</h2>
<p>Public - minecraft.anetwork.uk</p>
<hr/>
</section>
<section class="layout-wrapper">
<h2>Factorio</h2>
<p>Public - factorio.anetwork.uk</p>
<hr/>
</section>
</main>
<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>
</body>

@ -0,0 +1,64 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Support</title>
<meta name="description" content="A page to sellout, and grovel for any spare coo-- I mean, donations.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="main.css">
<script src="clipboard.js" defer></script>
<script async defer data-website-id="3fa310c0-d272-4822-a86b-5ac42c8d939c" src="https://umami.aney.co.uk/umami.js"></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/">Servers</a></li>
<li><a href="#">About</a></li>
<li><a href="/discord">Discord</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="layout-wrapper">
<h1>Support aNetwork</h1>
<p>If you want to help aNetwork stay up and running, and expand, feels free to give a few pennies.</p>
<p>If you'd like to see what we currently spend in a regular month, check out our <a href="/expenses.html">expenses</a> page.</p>
<ul></ul>
</section>
</main>
<footer>
<div class="layout-wrapper">
<div class="footer__column">
<p><a href="/servers/">Servers</a></p>
<p><a href="/servers/minecraft.html">Minecraft</a></p>
<p><a href="/servers/factorio.html">Factorio</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>
</body>
Loading…
Cancel
Save