From 8629ec0fd82f7e7b0ff96fd9028d16000a24365e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 19 Sep 2015 20:41:50 +0200 Subject: [PATCH] Improve donations text Signed-off-by: Michael Tremer --- static/css/style.css | 9 +++++++++ templates/donate.html | 13 +++++++++++++ templates/modules/menu.html | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 3a17665..9c87fb3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -112,6 +112,15 @@ body { background-color: #ffffff; } +.navbar .btn { + padding: 5px; + margin: 5px; +} + +.navbar .btn-success:hover { + background-color: #5cb85c !important; +} + .navbar-brand { font-weight: 600; } diff --git a/templates/donate.html b/templates/donate.html index d97b7c8..a729ade 100644 --- a/templates/donate.html +++ b/templates/donate.html @@ -11,19 +11,32 @@ {% if lang == "de" %}

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.

+ +

+ Jede einzelne Spende hilft IPFire noch weiter zu verbessern... +

{% else %}

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.

+ +

+ Your donation helps us to make IPFire even better... +

{% end %} diff --git a/templates/modules/menu.html b/templates/modules/menu.html index 65d49a2..deba533 100644 --- a/templates/modules/menu.html +++ b/templates/modules/menu.html @@ -17,7 +17,7 @@
  • - {{ _("Donate") }} + {{ _("Donate") }}
  • {% elif hostname == "admin.ipfire.org" %}
  • -- 2.39.2