summaryrefslogtreecommitdiff
path: root/app/views/statics/donate.html.erb
blob: cc1774b31a878b752f2751839dd5be8bac79f88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<h1>Donate</h1>

<p>Running a server is really stressful and requires a lot of work.<br>
  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 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)
  <li>Donator+ ($20 or more)
</ul>

<p>We also have <%= link_to "list of users who donated", users_path(role: "donor") %> already!</p>

<h3>Perks for you</h3>
<p>For <i>Donator</i> and <i>Donator+</i></p>
<ul>
  <li>The warm feeling of donating for a good thing, plus a huge "<b>thank you</b>"!
  <li>You can have a nickname. See <%= link_to "our nickname guidelines", info_path("12-nickname-guidelines") %>
  <li>A "$" next to your name <i>(Including website)</i>
</ul>
<hr>
<div class="donations">
  <div class="donation">
    <img src="https://crafatar.com/renders/body/ae795aa86327408e92ab25c8a59f3ba1?scale=3&amp;overlay" alt="jomo's skin" class="body">
    <h1>Donate to jomo</h1>
    <h4>jomo is our admin. He solves problems &amp; keeps the server running.</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="HPWLQLL87GTHC" 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 class="donation">
    <img src="https://crafatar.com/renders/body/51f2ad3c6cc840eaaa2bf25970316921?scale=3&amp;overlay" 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>

<p class="small">Please note that you are not buying anything. We do not guarantee for these perks, however, we will try hard to make sure you'll get them! Donations are processed manually, it can take a few hours.</p>