Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add Hewlett to funder info in footer (resolves #267) #268

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
</div>

<footer class="row infusion-docs-footer">
<p class="infusion-docs-footerInfusion">Infusion is created by the <a href="http://fluidproject.org/" target="_blank">Fluid Project</a>,<br/>
a project of the <a href="http://idrc.ocad.ca/" target="_blank">Inclusive Design Research Centre</a> at <a href="http://www.ocadu.ca/" target="_blank">OCAD University</a>, funded by a grant from <a href="http://www.mellon.org/" target="_blank">The Andrew W. Mellon Foundation</a>.</p>
<p class="infusion-docs-footerInfusion">Infusion is created by the <a href="https://fluidproject.org" target="_blank">Fluid Project</a>, a project of the <a href="https://idrc.ocadu.ca" target="_blank">Inclusive Design Research Centre</a> at <a href="https://www.ocadu.ca" target="_blank">OCAD University</a>,<br/>
originally funded by a grant from <a href="https://www.mellon.org" target="_blank">The Andrew W. Mellon Foundation</a> and with continued funding support through grants from <a href="https://www.hewlett.org/" target="_blank">The William + Flora Hewlett Foundation</a>.</p>
</footer>

</article>
Expand Down
Loading