Add basic styling to the page, add graphic

This commit is contained in:
igorkorenfeld 2023-02-07 14:52:50 -05:00
parent 52208c023c
commit e0f34420fa
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -1,20 +1,29 @@
{% extends 'base.html' %} {% extends 'base.html' %}
{% load static %}
{% block title %}Thank you for your domain request{% endblock %} {% block title %}Thank you for your domain request{% endblock %}
{% block content %} {% block content %}
<h1>Thank you</h1> <main id="main-content" class="grid-container register-form-step">
<span class="display-flex flex-align-center" >
<img
class= "maxw-7 margin-top-neg-2 margin-right-105"
src="{%static 'img/registrar/dotgov_confirmation.svg' %}"
alt="Check mark confirming submission"
width="56"
/>
<h1>Thank you</h1>
</span>
<p>
Thank you for your domain request. We'll email a copy of your request to you,
your authorizing official, and any contacts you added.</p>
<p> <h2 class="">Next steps in this process</h2>
Thank you for your domain request. We'll email a copy of your request to you,
your authorizing official, and any contacts you added.</p>
<h2>Next steps in this process</h2> <ul class="usa-list">
<ul>
<li> We'll review your request. This could take up to two weeks. During <li> We'll review your request. This could take up to two weeks. During
this review we'll verify that your <ul> this review we'll verify that your
<li>Organization is eligible for a .gov domain</li> <li>Organization is eligible for a .gov domain</li>
<li>Authorizing official approves your request</li> <li>Authorizing official approves your request</li>
<li>Domain meets our naming requirements</li> <li>Domain meets our naming requirements</li>
@ -27,6 +36,6 @@ your authorizing official, and any contacts you added.</p>
<li> We'll email you with any questions or when we complete our <li> We'll email you with any questions or when we complete our
review.</li> review.</li>
</ul> </ul>
</main>
{% endblock %} {% endblock %}