Transparency of donations

This commit is contained in:
Arya Kiran 2022-07-12 22:09:12 +05:30
parent 9a214a0f24
commit c66bfe5028
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
2 changed files with 34 additions and 0 deletions

33
costs.html Normal file
View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>Costs | ~vern</title>
</head>
<body>
<!--#include file="nav" -->
<div class=h><h1 id=costs>Costs of operating ~vern</h1> <a aria-hidden=true href=#costs>#costs</a></div>
<p>Here are the things we need to pay for in order for ~vern to be up and healthy</p>
<ul>
<li>3.50 USD (monthly) OVH VPS in Beauhornois, Quebec</li>
<li>30 USD (yearly) for vern.cc domain (GoDaddy)</li>
</ul>
<p>Electricity for the local server is probably very insignificant and hard to measure. Hence isn't counted</p>
<h3> Why GoDaddy</h3>
<p> We would love to use a provider that actually respects our freedom but most of them require international payments from Brazil which is cumbersome for such a high amount (relatively) </p>
<p> If you know a provider that doesn't require international payments from Brazil, respects our freedom and allows domain transfer... Please let us know</p>
<p> Transfer might not even be possible for us as godaddy policy requires privacy protect to be turned off before transfer. This would leak extremely sensitive info.</p>
<h3> How is excess money used</h3>
Any excess money we get (more than 3.50) will be saved for the domain cost as it is pretty high. <!-- If we have even more excess money after that, it will be divided as follows
<ul>
<li> 35%: Neo</li>
<li> 35%: Cobra</li>
<li> 30%: Arya</li>
</ul> -->
<!--#include file="footer" -->
</body>
</html>

View File

@ -12,6 +12,7 @@
<p>If you know of another good way to take donations, either in cryptocurrency or traditional banking, please contact an <a href=/admins>admin</a> about adding it.</p>
<p>Our XMR address is <code>4ATm8EZaC4iEuwt1VABuxFPi5xq4HgvqgghmKqvgQyvwQf9KK7AyYFXCYCZ3xBiqZ38CctAWihJ3yLeKAeGJfQBgDxQnn91</code></p>
<img src="/media/xmr.png" alt="A QR code representing our XMR address" width=300 height=300>
<p> A transparent report on how the donations money is spent can be found in <a href=/costs>/costs</a>
<!--#include file="footer" -->
</body>
</html>