- Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathdonate.html
More file actions
70 lines (54 loc) · 2.16 KB
/
donate.html
File metadata and controls
70 lines (54 loc) · 2.16 KB
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
---
title: "Donate"
aliases: [ "donating" ]
css: [ "/css/copy.css" ]
scripts: [ "/js/donate.js" ]
date: 2020-02-09
---
<div class="row">
<div class="col-md-7">
<h1>We need your help!</h1>
<p>ReactOS is not supported by any company or government. Donations are the only way to maintain the project's server infrastructure, and provide us with a way to farm out development tasks which our unpaid devs don't always have the time to complete.</p>
<p>We really rely on you to donate your time or money, and are grateful for all of your support!</p>
<p>PayPal and Wire Transfers are tax deductible.<br>
Please contact <a href="mailto:deutschland@reactos.org">deutschland@reactos.org</a> if you need a receipt.</p>
</div>
</div>
<div class="row">
<div class="col-md-5">
<h2>PayPal</h2>
{{< paypal >}}
</div>
<div class="col-md-offset-1 col-md-5">
<h2>Wire Transfer</h2>
<p>Bank to bank. No intermediaries. Directly to us.</p>
<dl class="dl-inline">
<dt>Account owner:</dt>
<dd>ReactOS Deutschland e.V.</dd>
<dt>Bank name:</dt>
<dd>Kreissparkasse Wiedenbrueck</dd>
<dt>IBAN:</dt>
<dd><span class="copy">DE95 4785 3520 0025 0013 06</span></dd>
<dt>BIC/SWIFT code:</dt>
<dd><span class="copy">WELADED1WDB</span></dd>
</dl>
</div>
</div>
<div class="row">
<div class="col-md-5">
<h2>Bitcoin</h2>
<p>The Freedom to choose. If you prefer donating with non-government controlled currencies, here is our Bitcoin address:</p>
<p class="text-center" style="margin: 15px 0; font-size: large;"><span class="copy">1PWiRE16PJsEuax2Yr7EuK93q3ueDB58AE</span></p>
<small>You can buy/sell bitcoins for USD and other currencies on open markets like <a href="http://www.bitstamp.net">Bitstamp</a>.</small>
</div>
<div class="col-md-offset-1 col-md-5">
<h2>WebMoney</h2>
<p>There are countries where PayPal is not available so feel free to donate through WebMoney too. Each tiny bit counts.</p>
<p class="text-center" style="font-size: large;">
<span class="copy">E932968710500</span><br>
<span class="copy">R048451281949</span><br>
<span class="copy">U113469953156</span><br>
<span class="copy">Z738685152183</span>
</p>
</div>
</div>