Skip to content

Commit

Permalink
feat: add idea logo at the footer (#2079)
Browse files Browse the repository at this point in the history
* feat: add idea logo at the footer

* fix: simplify idea logo svg
  • Loading branch information
chosww authored Oct 24, 2024
1 parent 8eb33ae commit e32bfbb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/_includes/components/funders.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@
<symbol id="hewlett-logo" viewBox="0 0 599.91 127.9">
{% include 'svg/hewlett-foundation.svg' %}
</symbol>
<symbol id="idea-logo" viewBox="0 0 337 71">
{% include 'svg/idea-white.svg' %}
</symbol>
</svg>

<div class="funders">
<p>Funded by a grant from The William and Flora Hewlett Foundation.</p>
<p>Funded by grants from The William and Flora Hewlett Foundation and IDEA.</p>
<div>
<a class="funder-logo" href="https://hewlett.org/">
<svg class="hewlett-logo"><use xlink:href="#hewlett-logo" /></svg>
<span class="screen-reader-only">Funded by a grant from The William and Flora Hewlett Foundation.</span>
<span class="screen-reader-only">Funded by grants from The William and Flora Hewlett Foundation.</span>
</a>
<a class="funder-logo" href="https://www.vraie-idea.ca/">
<svg class="idea-logo"><use xlink:href="#idea-logo" /></svg>
<span class="screen-reader-only">Funded by grants from IDEA.</span>
</a>
</div>
<p>Supported by Innovation, Science and Economic Development Canada’s Accessible Technology Program.</p>
Expand Down
10 changes: 10 additions & 0 deletions src/_includes/svg/idea-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e32bfbb

Please sign in to comment.