From 92c647f2b11a320cdb90285808cb3fb80291907c Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 12 Apr 2024 15:31:27 -0500 Subject: [PATCH] Add X and Instagram links to site footer --- templates/Footer.php | 14 ++++++++++- www/css/core.css | 53 ++++++++++++++++++++++++++++++++++------ www/css/dark.css | 3 ++- www/images/instagram.svg | 7 ++++++ www/images/x.svg | 4 +++ 5 files changed, 71 insertions(+), 10 deletions(-) create mode 100644 www/images/instagram.svg create mode 100644 www/images/x.svg diff --git a/templates/Footer.php b/templates/Footer.php index 20890c2a..8959383e 100644 --- a/templates/Footer.php +++ b/templates/Footer.php @@ -1,6 +1,18 @@