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.

99 lines
2.5 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>
<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="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, however additional servers may be added during 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>
<h3>Domains</h3>
<p>anetwork.uk - £0.70 (£8.40 annually) **</p>
<hr/>
</section>
<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/>
</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>
</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>