mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Removed Gratipay from donation methods.
Added Patreon donation method
This commit is contained in:
parent
987d4bc679
commit
55e51b32dc
@ -11,7 +11,7 @@
|
||||
<div class="col-sm-10 col-sm-offset-1">
|
||||
<h2 class="text-center">Purchase a Premium Account</h2>
|
||||
<br />
|
||||
<p class="text-center">You can purchase a Premium Account one of two methods, PayPal or Bitcoin.</p>
|
||||
<p class="text-center">You can purchase a Premium Account using multiple different methods.</p>
|
||||
<p class="text-center">If you want to purchase an upgrade for multiple accounts, you can send the total amount at once with a list of the accounts you want upgraded.</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -61,6 +61,35 @@
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-sm-offset-2">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title text-center"><strong>Patreon</strong></h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 text-center">
|
||||
Become a Patreon of Teknik for at least $@Model.Config.UserConfig.PremiumAccountPrice per account at: <a href="https://www.patreon.com/teknik" role="button" class="btn btn-default btn-sm" title="Patreon Donation">Teknik Patreon</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-sm-12 text-center">
|
||||
After making the transaction, you will need to send an email with the teknik account username(s) you want upgraded, and then email it to <a href="mailto:@Model.Config.SupportEmail">@Model.Config.SupportEmail</a>.
|
||||
</div>
|
||||
</div>
|
||||
<hr />
|
||||
<div class="row">
|
||||
<div class="col-sm-12 text-center">
|
||||
Once the patreon amount has been confirmed, the account(s) will be upgraded and a confirmation email sent to the upgraded account(s)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
<div class="row">
|
||||
<div class="col-sm-8 col-sm-offset-2">
|
||||
<div class="panel panel-default">
|
||||
|
BIN
Teknik/Images/logo-blue_512x512.png
Normal file
BIN
Teknik/Images/logo-blue_512x512.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
BIN
Teknik/Images/logo-kawaii.jpg
Normal file
BIN
Teknik/Images/logo-kawaii.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 230 KiB |
@ -26,9 +26,9 @@
|
||||
</small>
|
||||
</p>
|
||||
<form class="form-inline">
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4" role="button" class="btn btn-default btn-sm" title="Paypal Donation"><i class="fa fa-paypal"></i></a>
|
||||
<a href="https://gratipay.com/Teknik/" role="button" class="btn btn-default btn-sm" title="Gratipay"><i class="fa fa-gratipay"></i></a>
|
||||
<a href="http://www.redbubble.com/people/teknikio" role="button" class="btn btn-default btn-sm" title="Teknik Redbubble Marketplace"><img src="@redbubblePath" alt="Teknik Redbubble" /></a>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MBG93VKQ343P4" role="button" class="btn btn-default btn-sm" title="Paypal Donation">Paypal</a>
|
||||
<a href="https://www.patreon.com/teknik" role="button" class="btn btn-default btn-sm" title="Gratipay">Patreon</a>
|
||||
<a href="http://www.redbubble.com/people/teknikio" role="button" class="btn btn-default btn-sm" title="Teknik Redbubble Marketplace">Redbubble</a>
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<span class="input-group-addon" id="basic-addon1"><i class="fa fa-bitcoin"></i></span>
|
||||
|
Loading…
Reference in New Issue
Block a user