diff --git a/src/css/custom.css b/src/css/custom.css index 1b806af..700495f 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -73,6 +73,14 @@ --ifm-table-cell-padding: 0.6rem; } +.acknowledgement { + background-color: var(--bc-gray-100); + border-top: 0.25rem solid var(--bc-primary-gold); + border-bottom: 0.25rem solid var(--bc-primary-gold); + color: var(--bc-gray-white); + padding: 2rem; +} + a:has(.footer-logo-license) { opacity: 0.9; } diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 10a3dad..c3b8c17 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -32,6 +32,23 @@ function HomepageHeader() { ); } +function HomepageFooter() { + return ( +
+ The B.C. Public Service acknowledges the territories of First Nations + around B.C. and is grateful to carry out our work on these lands. We + acknowledge the rights, interests, priorities, and concerns of all + Indigenous Peoples - First Nations, Métis, and Inuit - respecting and + acknowledging their distinct cultures, histories, rights, laws, and + governments. +
+