Skip to content

Commit

Permalink
Merge pull request #1623 from nationalarchives/update-alt-text-logo
Browse files Browse the repository at this point in the history
[FCL-350] Update alt label on logo
  • Loading branch information
jacksonj04 authored Nov 15, 2024
2 parents e1a2f5e + 1531304 commit 565c3ed
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 205 deletions.
7 changes: 7 additions & 0 deletions ds_judgements_public_ui/static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
184 changes: 0 additions & 184 deletions ds_judgements_public_ui/static/images/tna_logo.svg

This file was deleted.

9 changes: 0 additions & 9 deletions ds_judgements_public_ui/templates/includes/beta_logo.html

This file was deleted.

18 changes: 7 additions & 11 deletions ds_judgements_public_ui/templates/includes/logo.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{% load static %}
<div class="page-header__logo-block">
Delivered by
<br />
<a href="https://www.nationalarchives.gov.uk">
<img class="page-header__logo {{ link_class }}"
src="{% static 'images/tna_logo.svg' %}"
alt="The National Archives"
height="34"
width="250" />
</a>
</div>
<a href="https://www.nationalarchives.gov.uk">
<img class="page-header__tna-logo"
src="{% static 'images/logo.svg' %}"
alt="The National Archives home page"
height="100"
width="100" />
</a>
2 changes: 1 addition & 1 deletion ds_judgements_public_ui/templates/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<a id="skip-to-main-content" href="#main-content">Skip to Main Content</a>
<div class="container">
<div class="page-header__flex-container-beta py-1">
{% include "includes/beta_logo.html" %}
{% include "includes/logo.html" %}

<div class="service-introduction">
<span class="service-introduction__separator"></span>
Expand Down

0 comments on commit 565c3ed

Please sign in to comment.