]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Improve donations text
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Sep 2015 18:41:50 +0000 (20:41 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 19 Sep 2015 18:41:50 +0000 (20:41 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
static/css/style.css
templates/donate.html
templates/modules/menu.html

index 3a17665514518200ca1cddd2c36ed89b7ba759c4..9c87fb3f4cbc62987aa736a987898d64c25a97b4 100644 (file)
@@ -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;
 }
index d97b7c88366cacdeec9fdb168676f7040c1a67f6..a729ade9b63a05f39035edfd057e008a54982bb8 100644 (file)
                {% if lang == "de" %}
                        <p class="lead">
                                IPFire ist ein Open-Source-Softwareprojekt.
+                       </p>
+
+                       <p class="lead">
                                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>
+
+                       <p class="lead">
+                               Jede einzelne Spende hilft IPFire noch weiter zu verbessern...
+                       </p>
                {% else %}
                        <p class="lead">
                                IPFire is an Open Source software project.
+                       </p>
 
+                       <p class="lead">
                                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>
+
+                       <p class="lead">
+                               Your donation helps us to make IPFire even better...
+                       </p>
                {% end %}
        </section>
 
index 65d49a209635413dfd135f20174135084cb9539a..deba533980419a0bc32c78af39c906ac9d48e76a 100644 (file)
@@ -17,7 +17,7 @@
                </li>
 
                <li>
-                       <a href="/donate">{{ _("Donate") }}</a>
+                       <a class="btn btn-success" href="/donate">{{ _("Donate") }}</a>
                </li>
        {% elif hostname == "admin.ipfire.org" %}
                <li>