add donation option for @Dico200
This commit is contained in:
@@ -876,6 +876,10 @@ tr.spacer {
|
||||
float: left;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
input[name="custom"] {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.bold {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
Donating keeps us motivated to do all the work, pay eventual bills, etc.</p>
|
||||
<p>Donations are made via <a href="https://www.paypal.com" target="_blank">PayPal</a>. We will eventually add more payment methods if we get many requests. (Use the forums)</p>
|
||||
<p>If you cannot, or do not want to donate, that's totally fine!<br>
|
||||
Just thank us for running the server, it really makes us happy :)</p>
|
||||
Just thank us for running the server, it barely happens but really makes us happy :)</p>
|
||||
<p>While we do appreciate every amount of donation, we have decided to create two special ranks:</p>
|
||||
<ul>
|
||||
<li>Donator ($5 or more)
|
||||
@@ -21,7 +21,7 @@
|
||||
<hr>
|
||||
<div class="donations">
|
||||
<div class="donation">
|
||||
<img src="https://crafatar.com/renders/body/ae795aa86327408e92ab25c8a59f3ba1?scale=3" alt="jomo's skin" class="body">
|
||||
<img src="https://crafatar.com/renders/body/ae795aa86327408e92ab25c8a59f3ba1?scale=3&helm" alt="jomo's skin" class="body">
|
||||
<h1>Donate to jomo</h1>
|
||||
<h4>jomo is our admin. He solves problems & keeps the server running.</h4>
|
||||
|
||||
@@ -37,6 +37,23 @@
|
||||
</form>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<div class="donation">
|
||||
<img src="https://crafatar.com/renders/body/51f2ad3c6cc840eaaa2bf25970316921?scale=3&helm" alt="Dico's skin" class="body">
|
||||
<h1>Donate to Dico</h1>
|
||||
<h4>Dico spends a lot of his time developing custom features for the server.</h4>
|
||||
|
||||
<form target="_blank" method="post" action="https://www.paypal.com/cgi-bin/webscr">
|
||||
<% if current_user %>
|
||||
<input name="custom" type="hidden" placeholder="Your Minecraft name" value="<%= current_user.ign %>">
|
||||
<% else %>
|
||||
<input name="custom" type="text" placeholder="Your Minecraft name">
|
||||
<% end %>
|
||||
<input value="_s-xclick" name="cmd" type="hidden">
|
||||
<input value="UVUF9SJRWYU4C" name="hosted_button_id" type="hidden">
|
||||
<input value="Donate" name="Donate" type="submit" class="btn dark donate paypal">
|
||||
</form>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user