From b4924e26916620acc1ad2485a25f87e900ce42b7 Mon Sep 17 00:00:00 2001 From: geobza Date: Fri, 17 Jul 2026 18:42:13 -0400 Subject: [PATCH 1/2] Improve footer #4 --- src/components/Footer.astro | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 8574260..bf99ca0 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,12 +1,37 @@ --- -/* - * SCAFFOLD: minimal footer. A volunteer ticket builds this out (copyright + - * GitHub/social links). Keep the Carleton accent bar. - */ +import { Icon } from 'astro-icon/components'; +const year = new Date().getFullYear(); --- From 0b9a79bb6324e454e35f310f83d0f6cf62faab21 Mon Sep 17 00:00:00 2001 From: geobza Date: Mon, 20 Jul 2026 00:36:15 -0400 Subject: [PATCH 2/2] tweak github alignment and site container --- src/components/Footer.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index bf99ca0..0aef348 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -7,7 +7,7 @@ const year = new Date().getFullYear();

© {year}{' '} @@ -15,7 +15,7 @@ const year = new Date().getFullYear(); href="https://ccss.carleton.ca" target="_blank" rel="noopener" - class="hover:text-accent underline-offset-2 hover:underline" + class="hover:text-accent" > Carleton Computer Science Society