From e7a9790147eca177bc3e8538657156364ee94015 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 24 Apr 2024 13:05:15 -0500 Subject: [PATCH] Add Facebook button in footer --- templates/Footer.php | 5 +++++ www/css/core.css | 4 ++++ www/images/facebook.svg | 44 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 www/images/facebook.svg diff --git a/templates/Footer.php b/templates/Footer.php index 8959383e..b2fe75c3 100644 --- a/templates/Footer.php +++ b/templates/Footer.php @@ -5,6 +5,11 @@ X

+
  • +

    + Facebook +

    +
  • Instagram diff --git a/www/css/core.css b/www/css/core.css index 1f129113..756a899d 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -1396,6 +1396,10 @@ footer ul.social-media a[href^="https://twitter.com"]::before{ background-image: url("/images/x.svg"); } +footer ul.social-media a[href^="https://www.facebook.com"]::before{ + background-image: url("/images/facebook.svg"); +} + footer ul.social-media a[href^="https://www.instagram.com"]::before{ background-image: url("/images/instagram.svg"); } diff --git a/www/images/facebook.svg b/www/images/facebook.svg new file mode 100644 index 00000000..d083d098 --- /dev/null +++ b/www/images/facebook.svg @@ -0,0 +1,44 @@ + + + + + + +