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

@@ -8,19 +8,19 @@
{% block maincolumn_content %}
<h1 class="heading-large">Contact us</h1>
<h1 class="font-body-2xl margin-bottom-3">Contact us</h1>
<p class="govuk-body">We are available at <a class="govuk-link govuk-link--no-visited-state"" href="mailto:notify-support@gsa.gov">notify-support@gsa.gov</a>.</p>
<p>We are available at <a class="govuk-link govuk-link--no-visited-state"" href="mailto:notify-support@gsa.gov">notify-support@gsa.gov</a>.</p>
<p class="govuk-body">You can expect a response within one business day.</p>
<p>You can expect a response within one business day.</p>
<!-- <p class="govuk-body">U.S. Notify provides 24-hour online support.</p> -->
<!-- <p>U.S. Notify provides 24-hour online support.</p> -->
<!-- {% call form_wrapper() %}
{% if current_user.is_authenticated %}
{{ form.support_type }}
{% else %}
<p class="govuk-body">
<p>
What do you need help with?
</p>
{{ form.who }}
@@ -30,15 +30,15 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
<h2 class="heading-medium">Office hours</h2>
<p class="govuk-body">Our office hours are 9:30am to 5:30pm, Monday to Friday.</p>
<p class="govuk-body">When you report a problem in office hours, well aim to read it within 30 minutes and reply within one working day.</p>
<h2 class="font-body-lg">Office hours</h2>
<p>Our office hours are 9:30am to 5:30pm, Monday to Friday.</p>
<p>When you report a problem in office hours, well aim to read it within 30 minutes and reply within one working day.</p>
<h2 class="heading-medium">Out-of-hours</h2>
<p class="govuk-body">Outside office hours, response times depend on whether youre reporting an emergency.</p>
<p class="govuk-body">If its an emergency, well reply within 30 minutes and update you every hour until the problems fixed.</p>
<p class="govuk-body">If your problem is not an emergency, well reply within one working day.</p>
<p class="govuk-body">A problem is only classed as an emergency if you have a live service and:</p>
<h2 class="font-body-lg">Out-of-hours</h2>
<p>Outside office hours, response times depend on whether youre reporting an emergency.</p>
<p>If its an emergency, well reply within 30 minutes and update you every hour until the problems fixed.</p>
<p>If your problem is not an emergency, well reply within one working day.</p>
<p>A problem is only classed as an emergency if you have a live service and:</p>
<ul class="list list-bullet">
<li>nobody on your team can sign in</li>
<li>a technical difficulties error appears when you try to upload a file</li>