]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/donate.html
donation: Redesign the page
[people/shoehn/ipfire.org.git] / templates / donate.html
CommitLineData
e64ce07e 1{% extends "base-1.html" %}
d964a8fa 2
9b5ac075
MT
3{% block title %}{{ _("Donate") }}{% end block %}
4
5{% block header %}
6 <header class="jumbotron subhead" id="overview">
e00c06b9 7 <div class="container ac">
9b5ac075
MT
8 <h1>{{ _("Donate") }}</h1>
9 <p class="lead">
e00c06b9
MT
10 {% if lang == "de" %}
11 IPFire ist freie Software und für jeden kostenlos herunterladbar.
12 <br>
13 Bitte unterstützt das IPFire-Projekt mit eurer Spende.
14 {% else %}
15 IPFire is free software and free to download for everyone.
16 Please help us to support the project by making a financial
17 contribution. It is very much appreciated.
18 {% end %}
9b5ac075
MT
19 </p>
20 </div>
21 </header>
22{% end header %}
d964a8fa 23
60024cc8 24{% block body %}
98e5a23d 25 <div class="row">
94cf85ac 26 <div class="col-lg-10 col-md-10 col-lg-offset-1">
e00c06b9
MT
27 {% module DonationBox(reason_for_transfer=reason_for_transfer) %}
28
29 <br>
30
31 {% if lang == "de" %}
32 <p class="ac">
33 IPFire ist ein Open-Source-Softwareprojekt.
34 Die Entwicklung und die Fortführung des Projekts wird allein
35 von einer Gruppe von Freiwilligen getragen, die ein Produkt
36 entwickelt hat, das tagtäglich von Hunderttausenden genutzt
37 wird.
38 </p>
39 <p class="ac">
40 Alle gesammelten Spenden werden zur Aufrechterhaltung des
41 Projekts genutzt, wie zur Bezahlung der projekteigenen
42 Infrastruktur, zur Bewerbung des Projekts, zur Anschaffung
43 von neuem Equipment, sowie zur Unterstützung der Leute die
44 hinter dem Projekt stehen.
45 Jeder Sponsor kann seinen Teil dazu beitragen diese Ziele zu
46 erreichen, das Projekt finanziell gesund zu erhalten, und
47 somit langfristig zu unterstützen.
48 </p>
49 {% else %}
50 <p class="ac">
51 IPFire is an Open Source software project.
52 Development and keeping the project healthy is carried out by a
53 group of volunteers, that in time have built a very successful product,
54 which hundreds of thousands of people use every day.
55 </p>
56 <p class="ac">
57 Donations are used to finance the needs of the distribution, to pay
58 for the project's infrastructure, to advertise the project, to
59 purchase equipment and to fund the work of the people behind it.
60 Sponsorship is a good way to ensure the longevity and overall health
61 of the project.
62 </p>
63 {% end %}
64
65 {% if wishlist_items %}
66 <hr>
67
68 <p class="ac">
69 <strong>{{ _("Did you know...?") }}</strong>
70
71 {% if lang == "de" %}
72 Du kannst die Implementierung deiner bevorzugten Funktion mit Hilfe einer Spende auf der
73 <a href="http://wishlist.ipfire.org/">IPFire Wunschliste</a> unterstützen!
74 {% else %}
75 You can support the implementation of your favorite feature on the
76 <a href="http://wishlist.ipfire.org/">IPFire wishlist</a>!
77 {% end %}
78 </p>
79
80 <br>
81
82 {% module WishlistItems(wishlist_items) %}
83 {% end %}
84
85 <br>
86
87 <div class="alert alert-success ac">
88 <h4 class="alert-heading">{{ _("Recurring Donations") }}</h4>
89
90 {% if lang == "de" %}
91 <p>
92 Das Tätigen von wiederkehrenden Spenden ist eine großartige Methode
93 um das IPFire Projekt zu unterstützen. Diese helfen das Projekt auf einem
94 finanziell soliden Stand zu halten und die weitere Entwicklung voranzutreiben.
95 Unabhängig ob die zügige Sicherheitsupdates oder das Einbauen von neuen
96 Funktionen ist, wiederkehrende Spenden sind die Basis um den Fortbestand des
97 Projekts langfristig zu gewährleisten.
98 </p>
99
100 <p>
101 PayPal ermöglicht in einigen Ländern die Einrichtung von Daueraufträgen via
102 Überweisung für den Zweck von wiederkehrende Spenden.
103 </p>
104 {% else %}
105 <p>
106 A great way to support the IPFire project is a recurring donation.
107 These will help to keep the project solidly funded and help us to
108 keep up our development efforts. Either if that is the prompt
109 security updates or introducing new features, recurring donations
110 are the foundation that keeps this project running.
111 </p>
112
113 <p>
114 PayPal allows to set up recurring donations in some countries
115 or you can set up a standing order at your bank if you are
116 want to donate by using bank transfer.
117 </p>
118 {% end %}
119 </div>
7771acea
MT
120 </div>
121 </div>
f5b55ea7 122{% end block %}