]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/donate.html
Massive web site update
[people/shoehn/ipfire.org.git] / templates / donate.html
index 5301c65cd069521134473520f1a166a54ad6fa96..d97b7c88366cacdeec9fdb168676f7040c1a67f6 100644 (file)
 {% extends "base-1.html" %}
                
 {% block title %}{{ _("Donate") }}{% end block %}
+{% block container %}
+       <section class="container content-section text-center">
+               <div class="page-header">
+                       <h1>{{ _("Donate now") }}</h1>
+               </div>
 
-{% block header %}
-       <header class="jumbotron subhead" id="overview">
-               <div class="container">
-                       <h1>{{ _("Donate") }}</h1>
+               {% if lang == "de" %}
                        <p class="lead">
-                               {{ _("We need your help!") }}
+                               IPFire ist ein Open-Source-Softwareprojekt.
+                               Die Entwicklung und die Fortführung des Projekts wird allein
+                               von einer Gruppe von Freiwilligen getragen, die ein Produkt
+                               entwickelt hat, das tagtäglich von Hunderttausenden genutzt
+                               wird.
                        </p>
-               </div>
-       </header>
-{% end header %}
-{% block body %}
-       {% if lang == "de" %}
-               <p class="lead ac">
-                       Wir möchten jeden, der IPFire einsetzt, ermutigen einen Beitrag zu leisten.
-                       Danke dafür.
-               </p>
-               <p>
-                       IPFire ist ein Open Source-Projekt.
-                       Nutzer und die Gemeinschaft sind das wertvollste und wichtigste
-                       Gut, weil sich das Projekt auf sie stützt.
-                       Die Entwicklung und die Fortführung des Projekts sind allein
-                       einer Gruppe von Freiwilligen zu verdanken.
-                       Sie haben ein Produkt entwickelt, das tagtäglich von
-                       Hunderttausenden genutzt wird.
-               </p>
-               <p>
-                       Um die Qualität von IPFire noch weiter verbessern zu können,
-                       sowie Aktivitäten des Projekts auszuweiten und die Verbreitung
-                       zu steigern, sind finanzielle Mittel unabdingbar.
-                       Jeder Sponsor kann seinen Teil dazu beitragen, diese Ziele
-                       zu erreichen, das Projekt finanziell gesund zu erhalten und
-                       somit langfristig abzusichern.
-               </p>
-       {% else %}
-               <p class="lead ac">
-                       We encourage anyone who downloads and uses IPFire to donate.
-                       It is very much appreciated.
-               </p>
-               <p>
-                       IPFire is an Open Source project.
-                       The users and the community are the most valuable and most important factor,
-                       because those people are the foundation of the project.
-                       Development and keeping the project healthy is carried out by a group of volunteers,
-                       that in time have built a very successful product,
-                       which hundreds of thousands of people use every day.
-                       We appreciate every bit of <a href="/getinvolved">feedback, every bug report, patch and contribution</a>.
-               </p>
-               <p>
-                       We would like to extend our activities and improve the quality of IPFire even more.
-                       For that, we will need financial resources to support the maintenance,
-                       improvement and promotion of the IPFire project.
-                       Sponsorship is a good way to ensure the longevity and overall health of the project.
-               </p>
+               {% else %}
+                       <p class="lead">
+                               IPFire is an Open Source software project.
+
+                               Development and keeping the project healthy is carried out by a
+                               group of volunteers who have built a very successful product,
+                               which hundreds of thousands of people use every day.
+                       </p>
+               {% end %}
+       </section>
+
+       <section class="container content-section text-center">
+               {% module DonationInputBox() %}
+       </section>
+
+       {% if wishlist_items %}
+               <section class="container content-section">
+                       <div class="row">
+                               <div class="col-md-8 col-md-offset-2">
+                                       <div class="panel panel-default">
+                                               <div class="panel-heading">
+                                                       <h3 class="panel-title text-center">
+                                                               {{ _("Current crowd funding projects on the IPFire Wishlist") }}
+                                                       </h3>
+                                               </div>
+                                               <div class="panel-body">
+                                                       {% module WishlistItems(wishlist_items) %}
+                                               </div>
+                                       </div>
+                               </div>
+                       </div>
+               </section>
        {% end %}
 
-       <hr>
+       <section id="recurring-donations" class="lighter-background text-center">
+               <div class="container">
+                       <div class="row">
+                               <div class="col-md-6">
+                                       <h4>{{ _("Donate by Bank Transfer") }}</h4>
+
+                                       <dl class="dl-horizontal">
+                                               <dt>{{ _("IBAN") }}</dt>
+                                               <dd>DE86 4265 0150 1020 0768 89</dd>
+
+                                               <dt>{{ _("BIC-/SWIFT-Code") }}</dt>
+                                               <dd>WELADED1REK</dd>
+
+                                               {% if reason_for_transfer %}
+                                                       <dt>{{ _("Reason for transfer") }}</dt>
+                                                       <dd>{{ reason_for_transfer }}</dd>
+                                               {% end %}
+                                       </dl>
+
+                                       {% if lang == "de" %}
+                                               <small>
+                                                       Da das IPFire-Projekt keine registrierte gemeinnützige Organisation
+                                                       ist, können keine steuerlich abzugsfähige Spendenquittungen erstellt
+                                                       werden.
+                                               </small>
+                                       {% else %}
+                                               <small>
+                                                       The IPFire project is not a registered non-profit organisation.
+                                                       <br>
+                                                       Hence we are not able to issue a tax-deductible contribution receipt
+                                                       for your donation.
+                                               </small>
+                                       {% end %}
+                               </div>
+
+                               <div class="col-md-6">
+                                       <h4>{{ _("Recurring Donations") }}</h4>
+
+                                       {% if lang == "de" %}
+                                               <p>
+                                                       Monatliche Spenden helfen das Projekt auf eine solide Basis zu stellen
+                                                       und ermöglichen es uns die weitere Entwicklung besser voranzutreiben.
+                                                       Unabhängig ob die zügige Sicherheitsupdates oder das Einbauen von neuen 
+                                                       Funktionen ist, monatliche Spenden sind die Basis um den Fortbestand des 
+                                                       Projekts langfristig zu gewährleisten.
+                                               </p>
+
+                                               <p>
+                                                       PayPal erlaubt in einigen Ländern eine monatliche Spende, oder du
+                                                       erstellst einfach einen Dauerauftrag bei deiner Bank.
+                                               </p>
+                                       {% else %}
+                                               <p>
+                                                       A great way to support the IPFire project is a recurring donation.
+                                                       These will help to keep the project solidly funded and help us to
+                                                       keep up our development efforts. Either if that is the prompt
+                                                       security updates or introducing new features, recurring donations
+                                                       are the foundation that keeps this project running.
+                                               </p>
 
-       <div class="row">
-               <div class="col-lg-10 col-md-10 col-lg-offset-1">
-                       {% module DonationBox(show_wishlist_items=True) %}
+                                               <p>
+                                                       PayPal allows to set up recurring donations in some countries
+                                                       or you can set up a standing order at your bank if you are
+                                                       want to donate by using bank transfer.
+                                               </p>
+                                       {% end %}
+                               </div>
+                       </div>
                </div>
-       </div>
+       </section>
 {% end block %}