]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - www/templates/static/donation.html
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire.org
[people/shoehn/ipfire.org.git] / www / templates / static / donation.html
1 {% extends "../base-1.html" %}
2
3 {% block title %}{{ _("Donation") }}{% end block %}
4
5 {% block body %}
6 <div class="page-header">
7 <h1>{{ _("Please consider donating!") }}</h1>
8 </div>
9
10 <div class="row">
11 <div class="span7 offset1">
12 {% if lang == "de" %}
13 <p>
14 IPFire ist kostenlos und das Projekt hat keine direkten
15 Einnahmen. Stattdessen wird es vollständig durch Spenden
16 seiner Benutzer finanziert, welche die Ambition haben
17 ein Produkt zu entwickeln, welches mit denjenigen,
18 die von großen Unternehmen unterstützt werden,
19 konkurrieren kann.
20 </p>
21 <p>
22 Finanzielle Mittel sind essenziell um Sever und Equipment
23 zu bezahlen, Notwendigkeiten der Distribution zu finanzieren
24 und die Arbeit der Leute hinter dem Projekt zu fördern.
25 </p>
26 <p>
27 Wir ermutigen jeden, der IPFire herunterlädt und nutzt
28 einen Beitrag zu leisten:
29 <strong>
30 Wir bitten um eine Spende und bedanken uns im Voraus
31 sehr dafür.
32 </strong>
33 </p>
34 {% else %}
35 <p>
36 IPFire is free of cost and does not generate any direct sort
37 of income. It is funded by donations and although it is
38 financially supported by its own community of users, its
39 ambition is to compete with projects which are backed by large
40 companies.
41 </p>
42 <p>
43 Financial ressources are essential for the IPFire project to pay
44 for servers and equipment, finance the needs of the distribution
45 and fund the work of the people behind it.
46 </p>
47 <p>
48 We encourage anyone who downloads and uses IPFire to contribute
49 to the distribution:
50 <strong>
51 Please donate and encourage others to do so as well.
52 It is very much appreciated.
53 </strong>
54 </p>
55 {% end %}
56 </div>
57
58 <div class="span3">
59 <br><br><br><br>
60 {% if lang == "de" %}
61 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
62 <input type="hidden" name="cmd" value="_s-xclick">
63 <input type="hidden" name="hosted_button_id" value="Z44GQ52ZHKVFW">
64 <input type="image" src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="Jetzt einfach, schnell und sicher online bezahlen – mit PayPal.">
65 <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
66 </form>
67 {% else %}
68 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
69 <input type="hidden" name="cmd" value="_s-xclick">
70 <input type="hidden" name="hosted_button_id" value="HHBTSN9QRWPAY">
71 <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!">
72 <img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
73 </form>
74 {% end %}
75 </div>
76 </div>
77
78 <hr>
79
80 <div class="row">
81 <div class="span10 offset1">
82 {% if lang == "de" %}
83 <p>
84 <em>
85 Falls du keinen PayPal-Account hast oder haben
86 möchtest, so kann auch mit Kreditkarte gespendet
87 werden. Dafür einfach auf den Button klicken.
88 </em>
89 </p>
90 {% else %}
91 <p>
92 <em>
93 If don't have or want a PayPal account,
94 you can also donate with your credit card.
95 Just click on the button.
96 </em>
97 </p>
98 {% end %}
99 </div>
100 </div>
101 {% end block %}