From ebf470b58431f77f661280d882033168fb51d2aa Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 19:53:43 +0000 Subject: [PATCH 1/4] Initial plan From 5b68f226cda85accf1c51dd63858d118dbee01d4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 20:00:36 +0000 Subject: [PATCH 2/4] Add social icons row to footer above copyright section Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _includes/footer.html | 11 +++++++++++ _sass/_layout.scss | 15 +++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/_includes/footer.html b/_includes/footer.html index 9bdd9223..def1a469 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -29,6 +29,17 @@ + diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 4fc50b8e..3b351083 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -201,6 +201,21 @@ } } +.footer-social-icons { + text-align: center; + padding: 20px 0; + + a { + color: $grey-color; + margin: 0 15px; + transition: color 0.3s ease; + + &:hover { + color: $grey-color-dark; + } + } +} + /** From 66312089a0464301df954a625177f92bb197f650 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 2 Jan 2026 20:01:32 +0000 Subject: [PATCH 3/4] Add security and accessibility improvements to footer social icons Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _includes/footer.html | 6 +++--- _sass/_layout.scss | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index def1a469..2158313b 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -30,13 +30,13 @@ diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 3b351083..9fd192a6 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -210,7 +210,8 @@ margin: 0 15px; transition: color 0.3s ease; - &:hover { + &:hover, + &:focus { color: $grey-color-dark; } } From 544d306e266091bd42e2b86e197e529a30260661 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 5 Jan 2026 20:02:05 +0000 Subject: [PATCH 4/4] Update footer social icons with actual URLs and Font Awesome 6.5.1 icons Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _includes/footer.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 20d985c7..af6241ad 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -30,14 +30,14 @@