mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
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:
@@ -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, we’ll 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, we’ll 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 you’re reporting an emergency.</p>
|
||||
<p class="govuk-body">If it’s an emergency, we’ll reply within 30 minutes and update you every hour until the problem’s fixed.</p>
|
||||
<p class="govuk-body">If your problem is not an emergency, we’ll 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 you’re reporting an emergency.</p>
|
||||
<p>If it’s an emergency, we’ll reply within 30 minutes and update you every hour until the problem’s fixed.</p>
|
||||
<p>If your problem is not an emergency, we’ll 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>
|
||||
|
||||
Reference in New Issue
Block a user