Files
zoff/server/public/partials/donate.handlebars
2018-06-04 13:35:53 +02:00

36 lines
1.8 KiB
Handlebars

<div id="donate" class="modal">
<div class="modal-content">
<h4>Donate</h4>
<p>Want to donate and support our server-bills?</p>
<p>We take all donations happily, via both PayPal, Ethereum (ETH) and Bitcoin core (BTC).</p>
<br>
<br>
<div class="row">
<div class="col s12 m6 center">
<div class="col s12 center">
<img src="/assets/images/btcdonate.png" alt="bitcoin-image" class="col s6 center"/>
<input type="text" id="bitcoin-address" readonly value="1NCBFnEQMTndMQj8XC59KaZtC1RpR3fUy1" />
</div>
<div class="col s12 center">
<img src="/assets/images/ethdonate.png" alt="ethereum-image" class="col s6 center"/>
<input type="text" id="ethereum-address" readonly value="0x4f867b619cbbc05b0e81d7a3fd9b1ae73b42098f" />
</div>
</div>
<div class="col s12 m6 center">
<img src="https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom.png" alt="paypal-image" class="center-align" />
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank" id="donate_form">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JEXDYP59N5VWE">
<a title="Like what we made? Help us by donating (a) beer!" class="waves-effect waves-light btn orange light-blue share" onclick="document.getElementById('donate_form').submit();">
PayPal
</a>
</form>
</div>
</div>
</div>
<div class="modal-footer">
<a href="#!" class=" modal-action modal-close waves-effect waves-green btn-flat">Close</a>
</div>
</div>