]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blob - templates/donate.html
5301c65cd069521134473520f1a166a54ad6fa96
[people/shoehn/ipfire.org.git] / templates / donate.html
1 {% extends "base-1.html" %}
2
3 {% block title %}{{ _("Donate") }}{% end block %}
4
5 {% block header %}
6 <header class="jumbotron subhead" id="overview">
7 <div class="container">
8 <h1>{{ _("Donate") }}</h1>
9 <p class="lead">
10 {{ _("We need your help!") }}
11 </p>
12 </div>
13 </header>
14 {% end header %}
15
16 {% block body %}
17 {% if lang == "de" %}
18 <p class="lead ac">
19 Wir möchten jeden, der IPFire einsetzt, ermutigen einen Beitrag zu leisten.
20 Danke dafür.
21 </p>
22 <p>
23 IPFire ist ein Open Source-Projekt.
24 Nutzer und die Gemeinschaft sind das wertvollste und wichtigste
25 Gut, weil sich das Projekt auf sie stützt.
26 Die Entwicklung und die Fortführung des Projekts sind allein
27 einer Gruppe von Freiwilligen zu verdanken.
28 Sie haben ein Produkt entwickelt, das tagtäglich von
29 Hunderttausenden genutzt wird.
30 </p>
31 <p>
32 Um die Qualität von IPFire noch weiter verbessern zu können,
33 sowie Aktivitäten des Projekts auszuweiten und die Verbreitung
34 zu steigern, sind finanzielle Mittel unabdingbar.
35 Jeder Sponsor kann seinen Teil dazu beitragen, diese Ziele
36 zu erreichen, das Projekt finanziell gesund zu erhalten und
37 somit langfristig abzusichern.
38 </p>
39 {% else %}
40 <p class="lead ac">
41 We encourage anyone who downloads and uses IPFire to donate.
42 It is very much appreciated.
43 </p>
44 <p>
45 IPFire is an Open Source project.
46 The users and the community are the most valuable and most important factor,
47 because those people are the foundation of the project.
48 Development and keeping the project healthy is carried out by a group of volunteers,
49 that in time have built a very successful product,
50 which hundreds of thousands of people use every day.
51 We appreciate every bit of <a href="/getinvolved">feedback, every bug report, patch and contribution</a>.
52 </p>
53 <p>
54 We would like to extend our activities and improve the quality of IPFire even more.
55 For that, we will need financial resources to support the maintenance,
56 improvement and promotion of the IPFire project.
57 Sponsorship is a good way to ensure the longevity and overall health of the project.
58 </p>
59 {% end %}
60
61 <hr>
62
63 <div class="row">
64 <div class="col-lg-10 col-md-10 col-lg-offset-1">
65 {% module DonationBox(show_wishlist_items=True) %}
66 </div>
67 </div>
68 {% end block %}