Skip to content

Commit

Permalink
Removed footer references
Browse files Browse the repository at this point in the history
  • Loading branch information
zaiziclebby committed Nov 2, 2023
1 parent 24c22d1 commit b2f86c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 96 deletions.
64 changes: 0 additions & 64 deletions app/static/src/css/footer.css

This file was deleted.

38 changes: 7 additions & 31 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,36 +145,9 @@

{% block footer %}
<footer class="govuk-footer " role="contentinfo">

<div class="govuk-width-container ">
<div class="govuk-footer__meta">
<div class="govuk-footer__link">
<img class="govuk-footer__tna-logo"
src="{{url_for('static', filename='images/the-national-archives-logo.svg')}}" alt="The National Archives Logo">
</div>
<div class="govuk-footer__meta-item govuk-footer__meta-item--grow">
<h2 class="govuk-visually-hidden">Support links</h2>
<ul class="govuk-footer__inline-list">
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="#">
Terms of use
</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="#">
How to use this service
</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="#">
Cookies policy
</a>
</li>
<li class="govuk-footer__inline-list-item">
<a class="govuk-footer__link" href="#">
Accessibility statement
</a>
</li>
</ul>
<svg
aria-hidden="true"
focusable="false"
Expand All @@ -195,10 +168,13 @@ <h2 class="govuk-visually-hidden">Support links</h2>
rel="license">Open Government Licence v3.0</a>, except where otherwise stated
</span>
</div>

<div class="govuk-footer__meta-item">
<a
class="govuk-footer__link govuk-footer__copyright-logo"
href="https://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/uk-government-licensing-framework/crown-copyright/">© Crown copyright</a>
</div>
</div>


</div>
</footer>
{% endblock %}

Expand Down
1 change: 0 additions & 1 deletion app/templates/main/sign-out.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@
{% endblock %}

{% block content %}

0 comments on commit b2f86c5

Please sign in to comment.