nise/nise-frontend/src/app/contribute/contribute.component.html

34 lines
1.2 KiB
HTML
Raw Normal View History

2024-03-07 17:25:35 +00:00
<div class="main container">
<div class="subcontainer" style="width: 100%">
<div class="term" style="width: 100%">
<div style="overflow: hidden;">
<img src="assets/contribute.png" width="184" style="float: left; margin-right: 20px;">
<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>the website does not run ads, paywall features, or collect your private data in any way.</p>
<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>
</div>
<p>the money will be used to pay for the server hosting and development time.</p>
<table style="display: block;">
<tbody>
<tr>
<td style="font-weight: bold">Server hosting</td>
<td style="padding-left: 40px">~204$/year</td>
</tr>
<tr>
<td style="font-weight: bold">Domain</td>
<td style="padding-left: 40px">~17$/year</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>