Tweaked contributions page

This commit is contained in:
nise.moe 2024-03-09 13:00:06 +01:00
parent 4e488ab2ca
commit 6a9b14e7e9
2 changed files with 10 additions and 4 deletions

View File

@ -28,5 +28,5 @@
</div> </div>
<router-outlet></router-outlet> <router-outlet></router-outlet>
<div class="text-center version"> <div class="text-center version">
v20240305 v20240309
</div> </div>

View File

@ -7,7 +7,8 @@
<img src="assets/contribute.png" width="184" style="float: left; margin-right: 20px;"> <img src="assets/contribute.png" width="184" style="float: left; margin-right: 20px;">
<h1># contributing to the project</h1> <h1># contributing to the project</h1>
<p>if you'd like to keep the project healthy and funded in the long term, you are invited to directly contribute.</p> <p>if you'd like to keep the project healthy and funded in the long term, you are invited to directly contribute.</p>
<p>the website does not run ads, paywall features, or collect your private data in any way.</p> <p>the website does not run ads, paywall features, or collect your private data in any way. i have no intention to change that since I want to provide the best possible service to the osu! community.</p>
<p>still, hosting a (relatively) computationally expensive service has costs that are simply unavoidable. that's why I'd encourage people that find this website useful to contribute:</p>
<div class="text-center mt-2 mb-2"> <div class="text-center mt-2 mb-2">
<a href="https://patreon.com/nise_moe" target="_blank" class="btn btn-patreon">Become a Patreon</a> <a href="https://patreon.com/nise_moe" target="_blank" class="btn btn-patreon">Become a Patreon</a>
</div> </div>
@ -15,13 +16,18 @@
<table style="display: block;"> <table style="display: block;">
<tbody> <tbody>
<tr> <tr>
<td style="font-weight: bold">Server hosting</td> <td style="font-weight: bold">server hosting</td>
<td style="padding-left: 40px">~220$/year</td> <td style="padding-left: 40px">~220$/year</td>
</tr> </tr>
<tr> <tr>
<td style="font-weight: bold">Domain</td> <td style="font-weight: bold">domain</td>
<td style="padding-left: 40px">~17$/year</td> <td style="padding-left: 40px">~17$/year</td>
</tr> </tr>
<hr>
<tr>
<td style="font-weight: bold">total</td>
<td style="padding-left: 40px">~237$/year</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>