-
Notifications
You must be signed in to change notification settings - Fork 8
/
donate-en.html
82 lines (72 loc) · 2.35 KB
/
donate-en.html
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
<!DOCTYPE html>
<html lang=en>
<head>
<title>Chaostreff Osnabrück e.V. - Donate</title>
<meta http-equiv=content-type content="text/html; charset=utf-8" />
<meta name=viewport content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" sizes="48x48">
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
<link rel=stylesheet type=text/css href=style.css />
<script type=application/javascript src=script.js> </script>
<link rel="alternate" hreflang="de" href="donate.html">
</head>
<body>
<header>
<img src=ctreffos-logo.svg alt="Chaostreff Osnabrück e.V. Logo" />
</header>
<h1>Donate</h1>
<p>
The projects of the Chaostreff Osnabrueck e.V. are possible only with
membership fees and donations. If you like to support us financially,
you will find here the corresponding information.
</p>
<p>
Basically, there are three options to support us. For a direct
support you can choose between bank transfer and a transfer using
PayPal. Furthermore, you can become a supporting member of the
Chaostreff Osnabrück e.V..
</p>
<p>
If you would like to support our association in a long-term way, we
recommend to choose a supporting membership.
</p>
<dl>
<dt>Support the Chaostreff Osnabrück e.V. with a bank transfer</dt>
<dd>
<ul>
<li>Freely selectable amount</li>
<li>Once-only or regularly (standing order)</li>
<lI>The account data can be obtained by
<a href="mailto:[email protected]">email</a>
from our
<a href="mailto:[email protected]">treasurer</a>.</lI>
</ul>
</dd>
<dt>Donation using PayPal</dt>
<dd>
<ul>
<li>Once-only or regularly</li>
<li>With a few clicks only to our
<a href="https://www.paypal.com/donate?hosted_button_id=AKT457NDPPH4J" rel="noreferer" target="_blank">PayPal site</a>
</li>
<li><i>Information: PayPal keeps 1.5% of the donation amount and
additionally €0.35 per transaction.</i>
</li>
</ul>
</dd>
<dt>Become a supporting member</dt>
<dd>
<ul>
<li><a href="https://github.com/CTreffOS/Verwaltung/raw/master/Formulare/foerdermitgliedsantrag.pdf" rel="noreferer" target="_blank">application form</a>
</li>
<li>Freely selectable amount (at least €60 per year)
</li>
</ul>
</dd>
</dl>
<hr>
<div>
<a href="index-en.html">Start page</a>
</div>
</body>
</html>