mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 10:08:25 -04:00
Remove headings from footer
It doesn’t make sense to have a section called ‘Support’ which has a link called ‘Support’ in it. And by splitting up, and reducing the number of links in the footer, they don’t _need_ headers – hopefully they’re self explanatory.
This commit is contained in:
@@ -76,16 +76,14 @@
|
|||||||
<div class="footer-categories-wrapper">
|
<div class="footer-categories-wrapper">
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-one-quarter">
|
<div class="column-one-quarter">
|
||||||
<h2>Support</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://status.notifications.service.gov.uk">System status</a></li>
|
|
||||||
<li><a href="{{ url_for('main.support') }}">Support</a></li>
|
<li><a href="{{ url_for('main.support') }}">Support</a></li>
|
||||||
|
<li><a href="https://status.notifications.service.gov.uk">System status</a></li>
|
||||||
<li><a href="https://www.gov.uk/performance/govuk-notify">Performance</a></li>
|
<li><a href="https://www.gov.uk/performance/govuk-notify">Performance</a></li>
|
||||||
<li><a href="https://ukgovernmentdigital.slack.com/messages/govuk-notify">Chat with the Notify team</a></li>
|
<li><a href="https://ukgovernmentdigital.slack.com/messages/govuk-notify">Chat with the Notify team</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-quarter">
|
<div class="column-one-quarter">
|
||||||
<h2>About</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="{{ url_for("main.features") }}">Features</a></li>
|
<li><a href="{{ url_for("main.features") }}">Features</a></li>
|
||||||
<li><a href="{{ url_for("main.roadmap") }}">Roadmap</a></li>
|
<li><a href="{{ url_for("main.roadmap") }}">Roadmap</a></li>
|
||||||
@@ -100,19 +98,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="column-one-quarter">
|
<div class="column-one-quarter">
|
||||||
<h2>API documentation</h2>
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for language, url in [
|
<li><a href="{{ url_for("main.documentation") }}">Documentation</a></li>
|
||||||
('Java', 'https://github.com/alphagov/notifications-java-client'),
|
|
||||||
('.NET', 'https://github.com/alphagov/notifications-net-client'),
|
|
||||||
('Node JS', 'https://github.com/alphagov/notifications-node-client'),
|
|
||||||
('PHP', 'https://github.com/alphagov/notifications-php-client'),
|
|
||||||
('Python', 'https://github.com/alphagov/notifications-python-client'),
|
|
||||||
('Ruby', 'https://github.com/alphagov/notifications-ruby-client')
|
|
||||||
] %}
|
|
||||||
<li><a href="{{ url }}" target="_blank" rel="noopener noreferrer">{{ language }} client</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
<li><a href="{{ url_for("main.integration_testing") }}">Integration testing</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user