]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/donate.html
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire.org
[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">
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 %}
d964a8fa 15
60024cc8 16{% block body %}
353880e5 17 {% if lang == "de" %}
9b5ac075
MT
18 <p class="lead ac">
19 Wir möchten jeden, der IPFire einsetzt, ermutigen einen Beitrag zu leisten.
20 Danke dafür.
21 </p>
353880e5
MT
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>
353880e5 39 {% else %}
9b5ac075
MT
40 <p class="lead ac">
41 We encourage anyone who downloads and uses IPFire to donate.
42 It is very much appreciated.
43 </p>
353880e5
MT
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>
353880e5 59 {% end %}
60024cc8 60
98e5a23d
MT
61 <hr>
62
63 <div class="row">
94cf85ac 64 <div class="col-lg-10 col-md-10 col-lg-offset-1">
e64ce07e 65 {% module DonationBox(show_wishlist_items=True) %}
7771acea
MT
66 </div>
67 </div>
f5b55ea7 68{% end block %}