You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.4 KiB
54 lines
2.4 KiB
13 years ago
|
<div class="page-header">
|
||
|
<h1>Donate</h1>
|
||
|
<small>How do I contribute?</small>
|
||
|
</div>
|
||
13 years ago
|
|
||
12 years ago
|
<div class="progress progress-striped">
|
||
|
<% size = Setting['public.donations.progress'] %>
|
||
|
<div class="bar" style="width: <%= progress_size(size) %>%;">
|
||
|
<%= size -%>% Progress
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
13 years ago
|
<p>
|
||
|
EntryDNS is a free service for everyone, but contribution is more than welcome.
|
||
|
Like every service, it needs some hardware to run on, requires network bandwidth and maintenance.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
If you wish to contribute, you can send us any amount of money which will help us pay
|
||
|
hosting and network bandwidth bills as well as to expand our name server nodes across
|
||
|
the world for better response times and availability.
|
||
|
</p>
|
||
|
|
||
13 years ago
|
<div class="row donate-actions">
|
||
13 years ago
|
<div class="span4">
|
||
|
<h3>€ EUR</h3>
|
||
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||
|
<input type="hidden" name="hosted_button_id" value="7FQMY358VCKA6">
|
||
|
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
|
||
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
|
||
|
</form>
|
||
|
</div>
|
||
|
<div class="span4">
|
||
|
<h3>$ USD</h3>
|
||
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||
|
<input type="hidden" name="hosted_button_id" value="5U3JLJAAKRGPJ">
|
||
|
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
|
||
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
|
||
|
</form>
|
||
|
</div>
|
||
|
<div class="span4">
|
||
|
<h3>£ GBP</h3>
|
||
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
||
|
<input type="hidden" name="cmd" value="_s-xclick">
|
||
|
<input type="hidden" name="hosted_button_id" value="WJJWPYZBBBKUG">
|
||
|
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal — The safer, easier way to pay online.">
|
||
|
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
|
||
|
</form>
|
||
13 years ago
|
</div>
|
||
|
</div>
|
||
13 years ago
|
|