]> git.ipfire.org Git - ipfire.org.git/commitdiff
register-success.html updated to new design
authorRico Hoppe <rico.hoppe@ipfire.org>
Thu, 27 Jul 2023 22:20:14 +0000 (22:20 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Fri, 28 Jul 2023 16:09:33 +0000 (16:09 +0000)
src/templates/auth/register-success.html

index e8b1b204486f988cb57407e1db85dc977316b606..7c2e47c1b84c7a351272a903fa69648d1f108245 100644 (file)
@@ -3,18 +3,25 @@
 {% block title %}{{ _("Thank You") }}{% end block %}
 
 {% block content %}
-       <div class="row justify-content-center my-5">
-               <div class="col-12 col-md-6">
-                       <div class="card bg-success text-white p-md-5">
-                               <div class="card-body text-center">
-                                       <span class="fas fa-check fa-5x my-4"></span>
+<section class="section">
+       <div class="container">
+               <div class="columns is-centered">
+                       <div class="column is-one-third">
+                               <h1 class="title is-1">
+                                       IPFire<span class="has-text-primary">_</span>
+                               </h1>
+                               <h4 class="subtitle is-4">
+                                       {{ _("Your account has been created.") }}
+                                       {{ _("Please check your email for next steps.") }}
+                               </h4>
 
-                                       <p class="lead">
-                                               {{ _("Your account has been created.") }}
-                                               {{ _("Please check your email for next steps.") }}
+                               <div class="block">
+                                       <p class="is-size-5">
+                                               <span class="fas fa-check fa-5x my-4"></span>
                                        </p>
                                </div>
                        </div>
                </div>
        </div>
+</section>
 {% end block %}