mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 16:20:19 -04:00
# Conflicts: # app/templates/components/components/footer/_footer.scss # app/templates/components/components/hint/_hint.scss # app/templates/views/service-settings/data-retention.html # app/templates/views/service-settings/sms-senders.html # app/templates/views/two-factor-webauthn.html # app/templates/views/user-profile/security-keys.html
51 lines
1.4 KiB
HTML
51 lines
1.4 KiB
HTML
{% extends "withoutnav_template.html" %}
|
|
|
|
{% from "components/page-header.html" import page_header %}
|
|
{% from "components/components/back-link/macro.njk" import usaBackLink %}
|
|
|
|
{% block per_page_title %}
|
|
The Notify.gov service is for people who work in the government
|
|
{% endblock %}
|
|
|
|
{% block backLink %}
|
|
{{ usaBackLink({ "href": url_for('.support') }) }}
|
|
{% endblock %}
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
<div class="grid-row">
|
|
<div class="grid-col-8">
|
|
|
|
{{ page_header('The Notify.gov service is for people who work in the government') }}
|
|
|
|
<p>
|
|
We cannot give advice to the public. We do not have access to information about you held by government departments.
|
|
</p>
|
|
|
|
<p>
|
|
There are other pages on Notify.gov where you can get help:
|
|
</p>
|
|
|
|
<h2 class="govuk-heading-m">
|
|
<a class="usa-link" href="https://www.gov.uk/coronavirus">Coronavirus (COVID-19)</a>
|
|
</h2>
|
|
<p>
|
|
Find guidance and support.
|
|
</p>
|
|
<h2 class="govuk-heading-m">
|
|
<a class="usa-link" href="https://www.gov.uk/contact">Contact the government</a>
|
|
</h2>
|
|
<p>
|
|
Ask about benefits, driving, transport, tax, and more.
|
|
</p>
|
|
<h2 class="govuk-heading-m">
|
|
<a class="usa-link" href="https://www.gov.uk/report-suspicious-emails-websites-phishing">Report internet scams and phishing</a>
|
|
</h2>
|
|
<p>
|
|
Advice on suspicious emails and text messages.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|