Skip to content

Commit

Permalink
Merge pull request #72 from daisy/update/daisy-logo
Browse files Browse the repository at this point in the history
Update daisy logo to latest version
  • Loading branch information
mattgarrish authored Jan 2, 2024
2 parents 776cc2b + 88d0312 commit cf6c045
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<body>
<header>
<h1><img class="logo" src="/graphics/daisy_logo.png" alt="DAISY"/> Knowledge Bases</h1>
<h1><img class="logo" src="/graphics/daisy_high.jpg" alt="DAISY Consortium"/> Knowledge Bases</h1>
</header>

<main>
Expand Down
Binary file added graphics/daisy_high.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed graphics/daisy_logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<body>
<header>
<h1><img class="logo" src="graphics/daisy_logo.png" alt="DAISY"/> Knowledge Bases</h1>
<h1><img class="logo" src="graphics/daisy_high.jpg" alt="DAISY Consortium"/> Knowledge Bases</h1>
</header>
<nav role="doc-toc" id="toc">
<p>The following knowledge bases are available from this site:</p>
Expand Down
2 changes: 1 addition & 1 deletion js/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ KB.prototype.generateHeader = function () {
// add the daisy logo
var logo = document.createElement('img');
logo.setAttribute('class','logo');
logo.setAttribute('src','/graphics/daisy_logo.png');
logo.setAttribute('src','/graphics/daisy_high.jpg');
logo.setAttribute('alt','DAISY');

h1_a.appendChild(logo);
Expand Down
2 changes: 1 addition & 1 deletion publishing/wip/script/canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<body>
<header>
<h1><img class="logo" src="../../../graphics/daisy_logo.png" alt="DAISY"/> <a href="http://kb.daisy.org/publishing/">Accessible Publishing Knowledge Base</a></h1>
<h1><img class="logo" src="../../../graphics/daisy_high.jpg" alt="DAISY"/> <a href="http://kb.daisy.org/publishing/">Accessible Publishing Knowledge Base</a></h1>
</header>
<section class="section">
<h2>Canvas</h2>
Expand Down
2 changes: 1 addition & 1 deletion publishing/wip/script/regions.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<body>
<header>
<h1><img class="logo" src="../../../graphics/daisy_logo.png" alt="DAISY"/> <a href="http://kb.daisy.org/publishing/">Accessible Publishing Knowledge Base</a></h1>
<h1><img class="logo" src="../../../graphics/daisy_high.jpg" alt="DAISY"/> <a href="http://kb.daisy.org/publishing/">Accessible Publishing Knowledge Base</a></h1>
</header>
<section class="section">
<h2>Live Regions</h2>
Expand Down
2 changes: 1 addition & 1 deletion publishing/wip/script/valid.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<body>
<header>
<h1><img class="logo" src="../../../graphics/daisy_logo.png" alt="DAISY"/> <a href="http://kb.daisy.org/publishing/">Accessible Publishing Knowledge Base</a></h1>
<h1><img class="logo" src="../../../graphics/daisy_high.jpg" alt="DAISY"/> <a href="http://kb.daisy.org/publishing/">Accessible Publishing Knowledge Base</a></h1>
</header>
<section class="section">
<h2>Content Validity</h2>
Expand Down

0 comments on commit cf6c045

Please sign in to comment.