Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #194 from qld-gov-au/QOL-6373_correct_logo_loading
Browse files Browse the repository at this point in the history
using different logo images based on the screen size
  • Loading branch information
icesun authored Nov 1, 2021
2 parents 9abc695 + 478851f commit 621ee40
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions ckanext/data_qld_theme/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,13 @@
<span class="sr-only">Open/Close Mobile Menu</span>
</button>
<hgroup class="header-image pull-left">
<a
class="logo"
href="https://www.qld.gov.au"
title="Link to Queensland Gov website"
>

<img src="https://www.data.qld.gov.au/__data/assets/file/0014/100832/qld-gov-open-data-logo.svg" height="37px" alt="Queensland Government">

<!--
<img src="https://www.data.qld.gov.au/__data/assets/file/0014/100832/qld-gov-open-data-logo.svg" height="37px" alt="Queensland Government">
-->
<a class="logo" href="https://www.qld.gov.au" title="Link to Queensland Gov website">
<img src="https://www.data.qld.gov.au/__data/assets/file/0035/218789/qg-coa-white.svg" alt="Queensland Government" class="hidden-xs">
<img src="https://www.data.qld.gov.au/__data/assets/file/0027/218790/qg-coa-stacked-white.svg" alt="Queensland Government" class="hidden-sm hidden-md hidden-lg">
<img src="https://www.data.qld.gov.au/__data/assets/file/0028/218791/qg-coa-stacked.svg" alt="Queensland Government" class="hidden-xs hidden-sm hidden-md hidden-lg qg-print-coat-of-arms">
</a>
<div class="header__data-portal">
<a href="/">Open Data Portal</a>
Expand Down

0 comments on commit 621ee40

Please sign in to comment.