From 7435f204c5cf1a005f0da49acbea1dfccb90e571 Mon Sep 17 00:00:00 2001 From: DonaldKLee Date: Wed, 11 Dec 2024 17:40:22 -0800 Subject: [PATCH 1/2] added land acknowledgement --- components/Footer.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/components/Footer.js b/components/Footer.js index 4d7d46e..0a0e0a6 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -19,6 +19,23 @@ const FooterContainer = styled.footer` width: 100%; `; +const LandAcknowledgement = styled.p` + color: #F1F6FD; + width: 80%; + margin: 0 auto; + padding-top: 15px; + padding-bottom: 30px; + + a { + color: ${(p) => p.theme.colors.primary}; + text-decoration: underline; + + &:hover { + text-decoration: none; + } + } +` + const SocialMediaIcons = styled.div` font-size: 32px; margin-bottom: 32px; @@ -486,6 +503,7 @@ export default function Footer() { return ( + nwPlus acknowledges that our members have the privilege of living, learning and facilitating hackathons on the traditional, ancestral, and stolen territory of the xʷməθkʷəy̓əm (Musqueam) and səlilwətaɬ (Tsleil-Waututh) peoples. As members of nwPlus, we play an active role in reconciliation and are working to learn and expand our knowledge on the history of Indigenous peoples. To learn more, visit xwi7xwa's Research Guide. Date: Wed, 11 Dec 2024 19:00:32 -0800 Subject: [PATCH 2/2] linting fix --- components/Footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Footer.js b/components/Footer.js index 0a0e0a6..39fbb42 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -503,7 +503,7 @@ export default function Footer() { return ( - nwPlus acknowledges that our members have the privilege of living, learning and facilitating hackathons on the traditional, ancestral, and stolen territory of the xʷməθkʷəy̓əm (Musqueam) and səlilwətaɬ (Tsleil-Waututh) peoples. As members of nwPlus, we play an active role in reconciliation and are working to learn and expand our knowledge on the history of Indigenous peoples. To learn more, visit xwi7xwa's Research Guide. + nwPlus acknowledges that our members have the privilege of living, learning and facilitating hackathons on the traditional, ancestral, and stolen territory of the xʷməθkʷəy̓əm (Musqueam) and səlilwətaɬ (Tsleil-Waututh) peoples. As members of nwPlus, we play an active role in reconciliation and are working to learn and expand our knowledge on the history of Indigenous peoples. To learn more, visit xwi7xwa's Research Guide.