From 1c95b5af67d7340bda38b0584476a725bbc175e1 Mon Sep 17 00:00:00 2001 From: Gary Date: Tue, 13 May 2025 15:28:51 +0100 Subject: [PATCH] footer logo added --- css/style.css | 10 ++++++ images/logo/Warmseal-White-Transparent.svg | 36 ++++++++++++++++++++++ includes/footer.php | 5 +-- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 images/logo/Warmseal-White-Transparent.svg diff --git a/css/style.css b/css/style.css index 67253eb..789506d 100644 --- a/css/style.css +++ b/css/style.css @@ -9807,3 +9807,13 @@ textarea.form-control { transform: scale(1.1); transition: transform 0.3s ease; } + + +.footer-logo { + display: flex; + justify-content: center; + align-items: center; + padding-bottom: 0; + max-width: 250px; + height: 250px; +} diff --git a/images/logo/Warmseal-White-Transparent.svg b/images/logo/Warmseal-White-Transparent.svg new file mode 100644 index 0000000..1f84ad7 --- /dev/null +++ b/images/logo/Warmseal-White-Transparent.svg @@ -0,0 +1,36 @@ + + + + + + Warmseal + The Roofing Specialists + W + + + \ No newline at end of file diff --git a/includes/footer.php b/includes/footer.php index 73cf1ba..0be80e6 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -3,8 +3,9 @@