Files
@ e701f9a8e606
Branch filter:
Location: FVDE/ennstatus/ennstatus/templates/donate/wiretransfer.html - annotation
e701f9a8e606
1.4 KiB
text/html
Added missing whitespace in wiretransfer.html
9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e 9bfee64f690e e701f9a8e606 059448c2562e 059448c2562e 059448c2562e 059448c2562e 059448c2562e 059448c2562e 9bfee64f690e 059448c2562e 059448c2562e 059448c2562e 059448c2562e 059448c2562e 059448c2562e 9bfee64f690e 9bfee64f690e | {% extends "base.html" %}
{% set title = "Donate - Wiretransfer" %}
{% block content %}
<div class="col-md-4 text-center">
<img src="{{ url_for('static', filename='images/WireTransfer.png') }}" class="img-rounded" alt="WireTransfer" width="135"></img>
<h2>Wiretransfer</h2>
</div>
<div class="col-md-8">
<blockquote>
<p>"<em>This may be the purest form of democracy the world has ever known, and I — for one — am thrilled to be here to watch it unfold.</em>"</p>
<small>Paco Ahlgren<citi"Source Title"></cite></small>
</blockquote>
<p><strong>Wire Transfer</strong> is probably the most traditional way to support us, but one of the simplest. Please, find our bank information below.</p>
<p class="bg-info text-center">Either donate <strong>directly to us</strong> or <strong>proxy</strong> your money <strong>through one of our partners.</strong></p>
<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>
<h4>Partner Organizations</h4>
<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>
{% endblock %}
|