From 54b962c9ec93306e10c9e9ed9a4a901906ce2f8b Mon Sep 17 00:00:00 2001 From: Faisal N Date: Thu, 17 Oct 2024 17:19:22 -0400 Subject: [PATCH 1/4] Fix footer image filter --- frontend/public/css/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/public/css/styles.css b/frontend/public/css/styles.css index f98a67a..26bb4d8 100644 --- a/frontend/public/css/styles.css +++ b/frontend/public/css/styles.css @@ -881,7 +881,6 @@ footer .inner .top { footer .inner .top img { height: 50px; - filter: brightness(5); } footer .inner .top h1 { From 475ba8ddf62004cba0ae7f0cdbc973c1a267de4b Mon Sep 17 00:00:00 2001 From: Faisal N Date: Thu, 17 Oct 2024 18:02:00 -0400 Subject: [PATCH 2/4] Site title in header and footer --- frontend/partials/footer.ejs | 3 ++- frontend/partials/header.ejs | 3 ++- frontend/public/css/styles.css | 25 ++++++++++++++++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/frontend/partials/footer.ejs b/frontend/partials/footer.ejs index b43dcaf..e69dc46 100644 --- a/frontend/partials/footer.ejs +++ b/frontend/partials/footer.ejs @@ -4,7 +4,8 @@
<%= cms.siteDetails[0].title %> -

Est. <%= cms.siteDetails[0].est %>

+

<%= cms.siteDetails[0].title %>

+

Est. <%= cms.siteDetails[0].est %>

diff --git a/frontend/partials/header.ejs b/frontend/partials/header.ejs index 94354cc..39ac742 100644 --- a/frontend/partials/header.ejs +++ b/frontend/partials/header.ejs @@ -10,8 +10,9 @@ <%- include('socials.ejs') %>
- +