mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Add basic styling to the page, add graphic
This commit is contained in:
parent
52208c023c
commit
e0f34420fa
1 changed files with 25 additions and 16 deletions
|
@ -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 %}
|
||||||
|
<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>
|
<h1>Thank you</h1>
|
||||||
|
</span>
|
||||||
<p>
|
<p>
|
||||||
Thank you for your domain request. We'll email a copy of your request to 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.</p>
|
your authorizing official, and any contacts you added.</p>
|
||||||
|
|
||||||
<h2>Next steps in this process</h2>
|
<h2 class="">Next steps in this process</h2>
|
||||||
|
|
||||||
<ul>
|
<ul class="usa-list">
|
||||||
|
|
||||||
<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>
|
||||||
|
@ -28,5 +37,5 @@ 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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue