From df2576dd62f1ccdea463c50ab88a87c0d4ce6392 Mon Sep 17 00:00:00 2001 From: Oscar Date: Fri, 6 Feb 2026 03:58:26 +0000 Subject: [PATCH 1/2] feat: added barebone footer component --- src/components/site/Footer.astro | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/components/site/Footer.astro diff --git a/src/components/site/Footer.astro b/src/components/site/Footer.astro new file mode 100644 index 0000000..c26a30c --- /dev/null +++ b/src/components/site/Footer.astro @@ -0,0 +1,23 @@ +
+
+
+ Agrobot Logo +

UBC Agrobot

+
+ +
+ Agrobot LinkedIn + Agrobot Instagram +
+ +
+ ubcagrobot@gmail.com +
+
+ +
+

© 2025 UBC Agrobot

+
+
From fd54133f0be87c68e97b147f111942ceab0939b3 Mon Sep 17 00:00:00 2001 From: Oscar Date: Fri, 6 Feb 2026 04:36:51 +0000 Subject: [PATCH 2/2] fix(footer): add comments and clarify sections --- src/components/site/Footer.astro | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/components/site/Footer.astro b/src/components/site/Footer.astro index c26a30c..a7bd712 100644 --- a/src/components/site/Footer.astro +++ b/src/components/site/Footer.astro @@ -1,22 +1,32 @@ -
-
-
- Agrobot Logo + +