Files
@ 96fbef5fcac3
Branch filter:
Location: FVDE/ennstatus/ennstatus/templates/donate/index.html
96fbef5fcac3
8.9 KiB
text/html
Use two rows for the donation page
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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 | {% extends "base.html" %}
{% set title = "Donate" %}
{% block styles %}
{{ super() }}
<style>
.bitpay-donate { margin:20px 0;}
.bitpay-donate fieldset {border:0;}
.bitpay-donate input {padding:4px 10px;}
.bitpay-donate select {padding:3px 10px;}
.bitpay-donate ul, .bitpay-donate li {padding:0;margin:0;list-style:none;}
.bitpay-donate li {padding:10px 0;}
.bitpay-donate-field {clear:both;}
.bitpay-donate-field label {float:left;width:100px;}
.bitpay-donate-field div {float:left;}
.bitpay-donate-field-email {width:80%;}
.bitpay-donate-field-price {width:40%;}
.bitpay-donate-field-currency {width:40%;}
.bitpay-donate-button-wrapper {clear:both;margin:auto;text-align:center;}
input.bitpay-donate-error {border:2px solid red;}
</style>
{% endblock %}
{% block content %}
<div class="col-md-4 text-center">
<img src="{{ url_for('static', filename='images/Support.png') }}" class="img-rounded" alt="WhoIs" width="160"></img>
<h2>Support us!</h2>
</div>
<div class="col-md-8">
<div class="jumbotron">
<h2>Take action for a <strong>#FreeInternet</strong>! Support us today!</h2>
<p>As a non-profit organization we are 100% community funded. Donations from our members and supporters will be used to <strong>power Tor nodes</strong>, <strong>print flyers and posters</strong> or cover administrative charges.</p>
<h3><a href="{{ url_for('donate.received') }}"><span class="label label-info">Donation history</span></a>
<a href="{{ url_for('root.bridgeprogram') }}"><span class="label label-primary">Adopt a Tor Bridge</span></a></h3>
</div>
</div>
<div class="col-md-12">
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>Wire Transfer </h3>
</center>
<div class="well well-sm">
<p>
<strong>Account holder:</strong> Frënn vun der Ënn A.S.B.L.<br>
<strong>BIC/SWIFT:</strong> BCEELULL<br>
<strong>IBAN:</strong> LU65 0019 4055 6782 7000<br>
</p>
</div>
<div class="well well-sm">
<p>
<strong>Account holder:</strong> Chaos Computer Club Lëtzebuerg A.S.B.L.<br>
<strong>BIC/SWIFT:</strong> BCEELULL<br>
<strong>IBAN:</strong> LU29 0019 2855 3890 4000<br>
<strong>Subject:</strong> * to FVDE<br>
</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>SnailMail</h3>
</center>
<div class="well well-sm">
<div class="pull-right">
<form class="form-inline" role="form" method="POST" action"{{ url_for('donate.index') }}">
{{ form.hidden_tag() }}
<div class="form-group">
{{ form.country(_class="form-class") }}
</div>
<input type="submit" class="btn btn-primary btn-sm" value="Submit">
</form>
</div>
<div class="clearfix"></div>
<address>
<strong>Frënn vun der Ënn, ASBL</strong><br>
BPM 381892<br>
{{ address['address'] }}<br>
{{ address['postal_code'] }}, {{ address['city'] }}<br>
{{ address['country'] }}
</address>
</div>
</div>
</div>
<div class="col-md-4">
<div>
<center>
<h3>Bitcoin</h3>
</center>
<div class="well well-sm">
<p>
<strong>Bitcoin Address:</strong> 1EYZCq2ZL6chWXYYkJoDo7fz39UC7do5cC
</p>
</div>
<form class="bitpay-donate form-horizontal" action="https://bitpay.com/checkout" method="POST" onsubmit="return checkRequiredFields(this);">
<input name="action" type="hidden" value="checkout">
<div class="form-group">
<label class="col-sm-2 control-label">Email:</label>
<div class="col-sm-10">
<input class="bitpay-donate-field-email form-control" name="orderID" type="email" placeholder="Email address (optional)" maxlenght=50 autocapitalize=off autocorrect=off />
</div>
</div>
<div class="form-group">
<label class="col-sm-2 control-label">Amount:</label>
<div class="col-sm-10">
<input class="bitpay-donate-field-price form-control" style="display: inline;" name="price" type="number" value="0.1" placeholder="Amount" maxlenght="10" min="0.000006" step="0.000001" />
<select class="bitpay-donate-field-currency form-control" style="display: inline;" value="" name="currency">
<option selected="selected" value="BTC">BTC</option>
<option value="USD">USD</option>
<option value="EUR">EUR</option>
<option value="GBP">GBP</option>
<option value="AUD">AUD</option>
<option value="BGN">BGN</option>
<option value="BRL">BRL</option>
<option value="CAD">CAD</option>
<option value="CHF">CHF</option>
<option value="CNY">CNY</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="HKD">HKD</option>
<option value="HRK">HRK</option>
<option value="HUF">HUF</option>
<option value="IDR">IDR</option>
<option value="ILS">ILS</option>
<option value="INR">INR</option>
<option value="JPY">JPY</option>
<option value="KRW">KRW</option>
<option value="LTL">LTL</option>
<option value="LVL">LVL</option>
<option value="MXN">MXN</option>
<option value="MYR">MYR</option>
<option value="NOK">NOK</option>
<option value="NZD">NZD</option>
<option value="PHP">PHP</option>
<option value="PLN">PLN</option>
<option value="RON">RON</option>
<option value="RUB">RUB</option>
<option value="SEK">SEK</option>
<option value="SGD">SGD</option>
<option value="THB">THB</option>
<option value="TRY">TRY</option>
<option value="ZAR">ZAR</option>
</select>
</div>
</div>
<input type="hidden" name="data" value="k3TZs7wPLcCaurVVZ8iW/MCwDwe94LwJrA22SKBNMwOmVLQ3AAW4TncxqpNFPVNScSCIqoQR+zwgYJSRtFBFciNwQ7Ezcnqb3JptfVNnDubnNy1KVTFCYXZ8m/83aFxFC0p6Lyf07a0HCEWTBMQhmVjFLuQYSa57kYQd+fzlL+lbi5pkBW8ok884l1ELYq6W">
<div class="bitpay-donate-button-wrapper form-group">
<input class="bitpay-donate-button" name="submit" src="https://bitpay.com/img/donate-button.svg" onerror="this.onerror=null; this.src='https://bitpay.com/img/donate-button-md.png'" width="126" height="48" type="image" alt="BitPay, the easy way the easy way to pay with bitcoins." border="0">
</div>
</form>
</div>
</div>
</div>
<div class="col-md-12">
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>PayPal <small><span class="label label-danger">high fees</span></small></h3>
<p>Use your existing PayPal account or check-out as guest. (Credit cards accepted)</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JKNKAGHS65QN4">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_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_US/i/scr/pixel.gif" width="1" height="1">
</form>
</center>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>Flattr</h3>
<p>Flattr us!</p>
<a href="https://flattr.com/submit/auto?user_id=FVDE&url=https%3A%2F%2Fenn.lu/donate/flattr" target="_blank">
<img src="https://button.flattr.com/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0"></img>
</a>
</center>
</div>
</div>
<div class="col-md-4">
<div class="thumbnail">
<center>
<h3>BPM Points</h3>
<p>For our parcel station and international mail boxes.</p>
<div class="well well-sm">
<p>
Send your BPM voucher code to: <br>
<abbr title="E-Mail"><span class="glyphicon glyphicon-envelope"></span></abbr> : <a href="mailto:info@enn.lu">info@enn.lu</a> <span class="glyphicon glyphicon-lock"></span> GPG: <a href="http://keyserver.cypherpunk.lu:11371/pks/lookup?search=info@enn.lu&op=vindex" target="_blank">0x02225522</a>
</p>
</div>
</center>
</div>
</div>
</div>
{% endblock %}
|