rDrama/files/templates/donate.html

209 lines
7.1 KiB
HTML

{% extends "default.html" %}
{% block pagetitle %}Donate{% endblock %}
{% block content %}
<div class="px-2">
<h5 class="mt-4">
{{SITE_NAME}} is funded entirely through the support of users like you. Please consider donating to help the site survive and help us cover its monthly costs. There's even some pretty cool site rewards in it for you <img alt=":marseyheart:" data-bs-toggle="tooltip" src="{{SITE_FULL_IMAGES}}/e/marseyheart.webp" title=":marseyheart:">
</h5>
{% set can_see = v and v.can_see_donate_service %}
<h3 class="mt-4 text-success">Donation Methods</h1>
<div class="overflow-x-auto">
<table>
<tbody>
{% if can_see %}
<tr>
<td>{{DONATE_SERVICE}} {% if SITE == 'rdrama.net' %}Monthly{% endif %}</td>
<td><a rel="noopener" href="{{DONATE_LINK}}">{{DONATE_LINK}}</a></td>
</tr>
{% if SITE == 'rdrama.net' %}
<tr>
<td>{{DONATE_SERVICE}} One-Time</td>
<td><a rel="noopener" href="{{DONATE_LINK[:-6] + 'onetime'}}">{{DONATE_LINK[:-6] + 'onetime'}}</a></td>
</tr>
{% endif %}
{% elif SITE == 'rdrama.net' %}
<tr>
<td>Buymeacoffee</td>
<td><a rel="noopener" href="https://buymeacoffee.com/rdrama.net/membership">https://buymeacoffee.com/rdrama.net/membership</a></td>
</tr>
{% endif %}
<tr>
<td>Bitcoin (BTC)</td>
<td>bc1q4cpgzld8m50tpmrf6akcp59la56u8sku4lqkgv</td>
</tr>
<tr>
<td>Ethereum (ETH) and its tokens</td>
<td>0x0984313B29e11C370eC634e432DA24411a27eE74</td>
</tr>
<tr>
<td>Monero (XMR)</td>
<td>44hdEpAYXkB2VwkWz6LR9zZhcaG8zrUzn21aPy1HSdcsjT51fPdpMV8hkf5QQdHKs9VsAs3so5Vq5easdBbzmcifGcqfxfw</td>
</tr>
<tr>
<td>Solana (SOL)</td>
<td>4RKxRi17H57EBLdL2UMj6e6dD7gHaxyBw9vnHQwb6J69</td>
</tr>
<tr>
<td>Dogecoin (DOGE)</td>
<td>DBqx7e51Fymo3EtXesFbZV6b5FArfByis7</td>
</tr>
<tr>
<td>Litecoin (LTC)</td>
<td>ltc1qv9gxlqhejnq7qfygnxe7js7efe0hpls5gffrjg</td>
</tr>
</tbody>
</table>
</div>
{% if can_see %}
<li class="pl-2 mt-2">
If you donate via {{DONATE_SERVICE}}, please first make sure your email on {{SITE}} and your email on {{DONATE_SERVICE}} are the same, then click "Claim Donation Rewards" <a href="/settings/security#site-settings-email-section">here</a></li>
{% endif %}
<li class="pl-2 mt-2">
If you donate{% if can_see %} crypto{% endif %}, please let us know by <a href="/contact">sending us the transaction id via modmail</a> so we can give you your donation rewards manually!</li>
<h3 class="mt-5 mt-md-6 text-success">Donation Rewards</h1>
<div id="rewards" class="overflow-x-auto mt-4">
<table>
<thead>
<tr>
<th>Tier</th>
<th>Rewards</th>
</tr>
</thead>
<tbody>
<tr id="5">
<td>
{{TIER_TO_NAME[2]}} - $5/month
</td>
<td>
<ul>
<li>Our eternal love and gratitude <img alt=":marseyhearts:" data-bs-toggle="tooltip" src="{{SITE_FULL_IMAGES}}/e/marseyhearts.webp" title=":marseyhearts:"></li>
<li style="margin-top:-6px">Username background</li>
{% if FEATURES['PATRON_ICONS'] %}
<li>Icon next to your username</li>
{% endif %}
<li>Exclusive badges</li>
<li>Ability to upload a custom site background in the settings</li>
<li>Ability to perma-marsify yourself in the settings</li>
<li>Exclusive hole that only {{patron}}s can see (<a href="/h/highrollerclub">/h/highrollerclub</a>)</li>
<li>Exclusive ping group that only {{patron}}s can join or mention (<a href="!verifiedrich">!verifiedrich</a>)</li>
<li>Exemption from coin/marseybux gifting tax (3%)</li>
<li>Ability to upload more files</li>
<li>16MB image size limit (instead of 8MB)</li>
<li>16MB audio size limit (instead of 8MB)</li>
{% if SITE_NAME != 'WPD' %}
<li>100MB video size limit (instead of 32MB)</li>
{% endif %}
<li>100k character limit for posts (instead of 50k)</li>
<li>10% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li>2,500 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
<tr id="10">
<td>
{{TIER_TO_NAME[3]}} - $10/month
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>Ability to add a signature in the settings</li>
<li>15% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li><del>5,000</del> 5,500 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
<tr id="20">
<td>
{{TIER_TO_NAME[4]}} - $20/month
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>Ability to change your username to a 1-letter or 2-letter username in the settings</li>
<li>Ability to have 2 previous usernames reserved for you instead of 1</li>
<li>20% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li><del>10,000</del> 12,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
<tr id="50">
<td>
{{TIER_TO_NAME[5]}} - $50/month
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>Keyword notifications</li>
<li>Custom Snappy quotes</li>
<li>25% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li><del>25,000</del> 32,500 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
<tr id="100">
<td>
{{TIER_TO_NAME[6]}} - $100/month
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>30% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li><del>50,000</del> 70,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
<tr id="200">
<td>
{{TIER_TO_NAME[7]}} - $200/month
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>35% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li><del>100,000</del> 150,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
<tr id="500">
<td>
{{TIER_TO_NAME[8]}} - $500/month
</td>
<td>
<ul>
<li>Everything from previous tiers</li>
<li>40% discount when buying awards</li>
{% if v or SITE != 'rdrama.net' %}
<li><del>250,000</del> 400,000 marseybux monthly (can be used in the shop, casino, and other places)</li>
{% endif %}
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
{% endblock %}