]> git.ipfire.org Git - ipfire.org.git/commitdiff
donation: Add large header
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Oct 2018 08:10:51 +0000 (09:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Oct 2018 08:10:51 +0000 (09:10 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/donate.html

index 97b4ed8d03e10f47ec019ec81dd86717cc3b0ebc..93a26e59c8f9f5f0a30781c3597b74a9ef9b35c8 100644 (file)
@@ -5,7 +5,19 @@
 {% block container %}
        {% set amounts = (10, 25, 50, 75, 100, 250) %}
 
-       <h1 class="text-center mt-5 mb-5">{{ _("Donate") }}</h1>
+       <section>
+               <div class="container">
+                       <div class="row">
+                               <div class="col col-lg-6">
+                                       <h1 class="display-2">{{ _("Donate") }}</h1>
+
+                                       <p>
+                                               {{ _("Please support our project with your donation today") }}
+                                       </p>
+                               </div>
+                       </div>
+               </div>
+       </section>
 
        <div class="container">
                <div class="row justify-content-center">