Updating site to use USWDS styles (#509)

* Updated header and footer
* Updated fonts
* Moved files around and updated gulpfile to correct the build process when it goes to production
* Adjusted grid templating
* Added images to assets
* Update app/templates/components/uk_components/footer/template.njk

Co-authored-by: Steven Reilly <stvnrlly@users.noreply.github.com>
This commit is contained in:
Jonathan Bobel
2023-06-06 15:28:24 -04:00
committed by GitHub
parent ff350fee00
commit f342e0fb6c
152 changed files with 1094 additions and 716 deletions

View File

@@ -6,20 +6,20 @@
{% block content_column_content %}
<h1 class="heading-large">Trial mode</h1>
<h1 class="font-body-2xl margin-bottom-3">Trial mode</h1>
<p class="govuk-body">When you add a new service it will start in trial mode. This lets you try out U.S. Notify, with a few restrictions.</p>
<p class="govuk-body">While your service is in trial mode you can only:</p>
<p>When you add a new service it will start in trial mode. This lets you try out U.S. Notify, with a few restrictions.</p>
<p>While your service is in trial mode you can only:</p>
<ul class="list list-bullet">
<li>send 50 text messages per day</li>
<li>send messages to yourself and other people in your team</li>
</ul>
{% if current_service and current_service.trial_mode %}
<p class="govuk-body">
<p>
To remove these restrictions, you can <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('.request_to_go_live', service_id=current_service.id) }}">request to go live</a>.</p>
{% else %}
<p class="govuk-body">
<p>
To remove these restrictions:
</p>
<ol class="list list-number">
@@ -28,11 +28,11 @@
<li>Select <b class="govuk-!-font-weight-bold">Request to go live</b>.</li>
</ol>
{% endif %}
<p class="govuk-body">
<p>
When we receive your request well get back to you within one working day.
</p>
<h2 class="heading-medium" id="before-you-request-to-go-live">Before you request to go live</h2>
<p class="govuk-body">You must:</p>
<h2 class="font-body-lg" id="before-you-request-to-go-live">Before you request to go live</h2>
<p>You must:</p>
<ul class="list list-bullet">
<li>add examples of the messages you want to send</li>
<li>update your settings so youre ready to send and receive messages</li>