|
2 | 2 | # License, v. 2.0. If a copy of the MPL was not distributed with this |
3 | 3 | # file, You can obtain one at http://mozilla.org/MPL/2.0/. -#} |
4 | 4 |
|
5 | | -<section class="font-md tracking-wide"> |
6 | | - <h2 class="font-2xl text-blue-dark">{{ _('Bank Transfer / SEPA') }}</h2> |
7 | | - <p>{{ _('We accept contributions in Euros through Single European Payment Area (SEPA) |
8 | | - transfer, and British Pounds through BACS transfer.') }}</p> |
9 | | - <p>{{ _('Please note that for smaller (under 10 EUR or equivalent) contributions, we request that you contribute via credit card or PayPal to |
10 | | - help reduce our processing fees.') }}</p> |
11 | | - <p>{{ _('If your bank requests our physical address, it is 2 Harrison Street, Suite 175, San |
12 | | - Francisco, CA 94105 USA.') }}</p> |
13 | | -</section> |
14 | | - |
15 | | -<section class="font-md tracking-wide"> |
16 | | - <h3 id="ways-to-give-euro" class="font-lg text-blue-dark">{{ _('Euros:') }}</h3> |
17 | | - <ul class="ways-to-give-list-info"> |
18 | | - <li><span class="font-bold">{{ _('Account Currency:') }}</span> Euro (EUR)</li> |
19 | | - <li><span class="font-bold">{{ _('Receiving Bank (Pay to):') }}</span> Standard Chartered Bank</li> |
20 | | - <li><span class="font-bold">{{ _('City & Country/Region:') }}</span> Frankfurt, Germany</li> |
21 | | - <li><span class="font-bold">{{ _('SWIFT/BIC Code:') }}</span> SCBLDEFX</li> |
22 | | - <li><span class="font-bold">{{ _('Beneficiary Name (For credit to):') }}</span> SVB - MZLA Technologies Corporation</li> |
23 | | - <li><span class="font-bold">{{ _('IBAN:') }}</span> DE05512305000500215809</li> |
24 | | - <li><span class="font-bold">{{ _('Memo field:') }}</span> Thunderbird</li> |
25 | | - </ul> |
26 | | -</section> |
27 | | - |
28 | | -<section class="font-md tracking-wide"> |
29 | | - <h3 id="ways-to-give-pound" class="font-lg text-blue-dark">{{ _('British Pound Sterling:') }}</h3> |
30 | | - <ul class="ways-to-give-list-info"> |
31 | | - <li><span class="font-bold">{{ _('Account Currency:') }}</span> British Pound Sterling (GBP)</li> |
32 | | - <li><span class="font-bold">{{ _('Receiving Bank (Pay to):') }}</span> National Westminster Bank</li> |
33 | | - <li><span class="font-bold">{{ _('City & Country/Region:') }}</span> London, United Kingdom</li> |
34 | | - <li><span class="font-bold">{{ _('Bank Sort Code:') }}</span> 60-00-04</li> |
35 | | - <li><span class="font-bold">{{ _('Account Number (8 digits):') }}</span> 10020551</li> |
36 | | - <li><span class="font-bold">{{ _('Beneficiary Name (For credit to):') }}</span> MZLA Technologies Corporation</li> |
37 | | - <li>{# Line break.... #}</li> |
38 | | - <li><span class="font-bold">{{ _('SWIFT/BIC Code:') }}</span> NWBKGB2L</li> |
39 | | - <li><span class="font-bold">{{ _('IBAN:') }}</span> GB42NWBK60000410020551</li> |
40 | | - <li><span class="font-bold">{{ _('Memo field:') }}</span> Thunderbird</li> |
41 | | - </ul> |
42 | | -</section> |
43 | | - |
44 | 5 | <section class="font-md tracking-wide"> |
45 | 6 | <h2 id="ways-to-give-check" class="font-2xl text-blue-dark">{{ _('Check (via postal service)') }}</h2> |
46 | 7 | <p> |
|
0 commit comments