20 lines
1.2 KiB
HTML
20 lines
1.2 KiB
HTML
{% extends 'base.j2.html' %}
|
|
{% block title %}Supporting Freak University{% endblock title %}
|
|
{% block content %}
|
|
<p>Of course, the best way to support us is just to use our services and refer your friends! However, if you can also afford a monetary donation, this will go towards keeping the school open and defending it against antis. Our current costs:</p>
|
|
<table>
|
|
<thead><tr><th>Item<th>Cost
|
|
<tbody>
|
|
<tr><td>Domain name<td>$49.95 / year
|
|
<tr><td>Server hosting<td>$15 / month
|
|
<tr><td>Server backups<td>$1.50 / month
|
|
<tr><td>Email<td>~$11 / year
|
|
<tr><td>Legal counsel<td>Assessed as needed
|
|
</table>
|
|
<p>Our Monero <img width=16px height=16px alt="Monero logo" src="/static/img/monero.png"> address is <a style="word-break: break-all" href="monero:47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw?recipient_name=Freak%20University&tx_description=Donation%20to%20Freak%20University">47tmKTdK9vwZWH7hEtpTL4LxRjPqtFAd8UZsg1C84h1tN7gMRcR1147VTZVJp2dtvu35vMuYr3szLVCNUDDRmhEBS4F9zBw</a>. At this time, we only accept Monero.
|
|
<details>
|
|
<summary>Monero donation QR code</summary>
|
|
<img src="/static/img/monero-qr.png">
|
|
</details>
|
|
{% endblock content %}
|