]> git.ipfire.org Git - ipfire.org.git/commitdiff
donate/thank-you: updated page to new design
authorRico Hoppe <rico.hoppe@ipfire.org>
Wed, 11 Oct 2023 15:27:42 +0000 (15:27 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Wed, 11 Oct 2023 15:27:42 +0000 (15:27 +0000)
src/templates/donate/thank-you.html

index 2b6d9a38c06853278f1297d14ab2a79373be265e..8a8a32f4aa8481a6aaa4f5129b61a6f240f357dc 100644 (file)
@@ -3,16 +3,15 @@
 {% block title %}{{ _("Thank You!") }}{% end block %}
 
 {% block container %}
-       <section>
-               <div class="container">
-                       <div class="row">
-                               <div class="col col-lg-6">
-                                       <h1 class="display-2">{{ _("Thank You") }}</h1>
-
-                                       <p>
-                                               {{ _("Thank you very much for your donation to the IPFire Project.") }}
-                                       </p>
-                               </div>
+       <section class="hero is-primary is-fullheight-with-navbar">
+               <div class="hero-body">
+                       <div class="container">
+                               <h1 class="title is-1">
+                                       {{ _("Thank You") }}
+                               </h1>
+                               <p class="subtitle">
+                                       {{ _("Thank you very much for your donation to the IPFire Project.") }}
+                               </p>
                        </div>
                </div>
        </section>