Skip to content

Commit

Permalink
feat: update footer content (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
chosww authored Mar 11, 2024
1 parent 3b14652 commit 0f393a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 29 deletions.
20 changes: 3 additions & 17 deletions src/_includes/partials/global/footer.njk
Original file line number Diff line number Diff line change
@@ -1,34 +1,20 @@
<footer role="contentinfo">
<div class="[ wrapper ]">
<div class="[ social ] [ flow ]">
<h2 class="h3" id="social-media">Social Media</h2>
<nav aria-labelledby="social-media">
<ul role="list">
<li><a rel="external" href="https://instagram.com/codelearncreate">Instagram</a></li>
<li><a rel="external" href="https://twitter.com/codelearncreate">Twitter</a></li>
</ul>
</nav>
</div>
<div class="[ contact ] [ flow ]">
<h2 class="h3">Contact us</h2>
<div class="[ flow ]">
<p><strong>Email</strong><br />
<a href="mailto:[email protected]">[email protected]</a></p>
<a href="mailto:[email protected]">IDRC Project Lead</a></p>
<a href="mailto:[email protected]">IRIS Project Lead</a></p>
<address><strong>Address</strong><br />
205 Richmond St. W., Second Floor<br />
Toronto, Ontario, Canada<br />
M5V 1V3
</address>
</div>
<div class="[ flow ]">
<p><strong>Phone</strong><br />
(416) 977-6000 #3968</p>
<p><strong>Fax</strong><br />
(416) 977-9844</p>
</div>
</div>
<div class="[ credits ] [ flow ]">
<p>This project is supported by <a rel="external" href="https://www.ic.gc.ca/">Innovation, Science and Economic Development Canada’s</a> Accessible Technology Program and the <a rel="external" href="https://hewlett.org/">Hewlett Foundation</a>.</p>
<p>This project is a joint effort between the Inclusive Design Research Centre (IDRC) and the IRIS Institute and supported by the <a rel="external" href="https://hewlett.org/">Hewlett Foundation</a>.</p>
<p>Hosted with <a rel="external" href="https://netlify.com">Netlify</a>.</p>
</div>
</div>
Expand Down
8 changes: 2 additions & 6 deletions src/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ whatWeDoSection:
link: /learn/#activities
whoSection:
title: Who We Are
intro: "**Weavly** is a collaborative effort between the Inclusive Design
Research Centre and the Bridges Canada. This project is funded by the
Innovation, Science and Economic Development Canada’s Accessible Technology
Program."
intro: "**Weavly** is a collaborative effort between the Inclusive Design Research Centre, IRIS Institute, and the Bridges Canada. This project is funded by the Innovation, Science and Economic Development Canada’s Accessible Technology Program."
partners:
- name: Inclusive Design Research Centre
acronym: IDRC
Expand Down Expand Up @@ -57,6 +54,5 @@ eleventyNavigation:
connectSection:
title: Connect
titleLink: mailto:[email protected]
content: Please email us or connect with us via social media if you'd like to be
part of this conversation.
content: Please email the project leads at the Inclusive Design Research Centre and the IRIS institute if you’d like to be part of this conversation.
---
9 changes: 3 additions & 6 deletions src/assets/styles/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,16 @@

@media (min-width: 960px) {
[role="contentinfo"] .wrapper {
display: grid;
gap: var(--space-lg) var(--space-md);
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, auto);
display: flex;
flex-direction: column;
gap: var(--space-lg);
padding-block: var(--space-xl);
padding-inline: var(--space-lg);
}

[role="contentinfo"] .contact {
display: flex;
flex-wrap: wrap;
grid-column: 2 / 4;
margin-block-start: 0;

.h3 {
Expand All @@ -71,7 +69,6 @@
}

[role="contentinfo"] .credits {
grid-column: 1 / 4;
margin-block-start: 0;
}
}

0 comments on commit 0f393a9

Please sign in to comment.