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.

98 lines
2.8 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Expenses</title>
<meta name="description" content="A breakdown of the monthly expeses of aNetwork to keep servers, etc. operational">
<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>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, and anything new we purchase in the current month.</p>
</section>
<section class="layout-wrapper">
<h2>Servers</h2>
<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>
<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>
<section class="layout-wrapper">
<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>* - 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>
<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>