From e0f34420fa767c40ae7ab3e3257586182624c165 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Tue, 7 Feb 2023 14:52:50 -0500 Subject: [PATCH 1/4] Add basic styling to the page, add graphic --- src/registrar/templates/application_done.html | 41 +++++++++++-------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/src/registrar/templates/application_done.html b/src/registrar/templates/application_done.html index b3b01adf9..19f99a086 100644 --- a/src/registrar/templates/application_done.html +++ b/src/registrar/templates/application_done.html @@ -1,32 +1,41 @@ {% extends 'base.html' %} +{% load static %} {% block title %}Thank you for your domain request{% endblock %} {% block content %} -

Thank you

+
+ + Check mark confirming submission +

Thank you

+
+

+ Thank you for your domain request. We'll email a copy of your request to you, + your authorizing official, and any contacts you added.

-

-Thank you for your domain request. We'll email a copy of your request to you, -your authorizing official, and any contacts you added.

+

Next steps in this process

-

Next steps in this process

- - - + review. + +
{% endblock %} From 7bee1fa4d008b22c97a1708cba5c13161702aa3f Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Tue, 7 Feb 2023 15:04:18 -0500 Subject: [PATCH 2/4] Flatten and rearrange lists --- src/registrar/templates/application_done.html | 46 ++++++++----------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/src/registrar/templates/application_done.html b/src/registrar/templates/application_done.html index 19f99a086..11422f4fd 100644 --- a/src/registrar/templates/application_done.html +++ b/src/registrar/templates/application_done.html @@ -6,36 +6,30 @@ {% block content %}
- Check mark confirming submission -

Thank you

-
-

- Thank you for your domain request. We'll email a copy of your request to you, + Check mark confirming submission +

Thank you

+ +

Thank you for your domain request. We'll email a copy of your request to you, your authorizing official, and any contacts you added.

-

Next steps in this process

+

Next steps in this process

+

We'll review your request. This could take up to two weeks. During + this review we'll verify that your

    - -
  • We'll review your request. This could take up to two weeks. During - this review we'll verify that your -
  • Organization is eligible for a .gov domain
  • -
  • Authorizing official approves your request
  • -
  • Domain meets our naming requirements
  • -
- - -
  • You can check the - status of your request at any time. -
  • - -
  • We'll email you with any questions or when we complete our - review.
  • +
  • Organization is eligible for a .gov domain
  • +
  • Authorizing official approves your request
  • +
  • Domain meets our naming requirements
  • + +

    You can check the status + of your request at any time. We'll email you with any questions or when we + complete our review.

    +
    {% endblock %} From d74735598637b49e28bfbfb17e82cc281e7ece23 Mon Sep 17 00:00:00 2001 From: igorkorenfeld Date: Wed, 8 Feb 2023 10:35:08 -0500 Subject: [PATCH 3/4] Add dotgov_confirmation image --- .gitignore | 1 + .../img/registrar/dotgov_confirmation.svg | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/registrar/assets/img/registrar/dotgov_confirmation.svg diff --git a/.gitignore b/.gitignore index ebcd91210..61e9de952 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ docs/research/data/** **/assets/* !**/assets/sass/ +!**/assets/img/registrar/ public/ credentials* diff --git a/src/registrar/assets/img/registrar/dotgov_confirmation.svg b/src/registrar/assets/img/registrar/dotgov_confirmation.svg new file mode 100644 index 000000000..6be78466a --- /dev/null +++ b/src/registrar/assets/img/registrar/dotgov_confirmation.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + From 2abfb0b9836b68dfbd15a2412d63d7dd20b58306 Mon Sep 17 00:00:00 2001 From: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:35:03 -0500 Subject: [PATCH 4/4] Added a colon --- src/registrar/templates/application_done.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/application_done.html b/src/registrar/templates/application_done.html index 11422f4fd..4c94880fc 100644 --- a/src/registrar/templates/application_done.html +++ b/src/registrar/templates/application_done.html @@ -20,7 +20,7 @@

    Next steps in this process

    We'll review your request. This could take up to two weeks. During - this review we'll verify that your

    + this review we'll verify that your:

    • Organization is eligible for a .gov domain
    • Authorizing official approves your request