From 0c11e2bd06f832dec411545e1888dcd90e39035a Mon Sep 17 00:00:00 2001 From: sachinggsingh <152975718+sachinggsingh@users.noreply.github.com> Date: Sun, 3 Nov 2024 20:41:27 +0530 Subject: [PATCH 1/2] Unnecessary code Leak #924 --- contactus.html | 142 ------------------------------------------------- 1 file changed, 142 deletions(-) diff --git a/contactus.html b/contactus.html index b4d8d73..b1ffd35 100644 --- a/contactus.html +++ b/contactus.html @@ -745,148 +745,6 @@

FIND US

} -/* General Footer Styling */ -.footer-container { - background-color: #1f2937; - color: #ffffff; - padding: 40px 0; - font-family: Arial, sans-serif; -} - -/* Logo and Tagline */ -.footer-logo-section { - text-align: center; - margin-bottom: 30px; -} -.footer-logo { - max-width: 150px; - margin-bottom: 10px; - border-radius: 50px; -} -.footer-logo-section p { - margin: 5px 0; - font-size: 0.95rem; -} -.follow-us { - margin-top: 10px; - font-weight: bold; -} - -/* Social Media Icons */ -.social-icons a { - display: inline-block; - margin: 0 10px; - color: #12e9cc; - font-size: 1.5rem; - text-decoration: none; -} -.social-icons a:hover { - color: #76b2ab; -} - -/* Footer Link Sections */ -.footer-links { - display: flex; - justify-content: space-around; - flex-wrap: wrap; - margin: 20px 100px; -} -.footer-column { - flex-basis: 20%; - margin-bottom: 10px; -} -.footer-column h4 { - font-size: 1rem; - margin-bottom: 10px; - color: #12e9cc; -} -.footer-column ul { - list-style: none; - padding: 0; -} -.footer-column ul li { - margin-bottom: 8px; -} -.footer-column ul li a { - color: #ffffff; - text-decoration: none; - font-size: 0.95rem; -} -.footer-column ul li a:hover { - text-decoration: underline; -} - -/* Footer Bottom Links */ -.footer-bottom { - text-align: center; - border-top: 1px solid #ddd; - padding-top: 20px; -} -.footer-bottom ul { - list-style: none; - padding: 0; - margin: 0; -} -.footer-bottom ul li { - display: inline-block; - margin: 0 15px; -} -.footer-bottom ul li a { - color: #12e9cc; - text-decoration: none; - font-size: 0.95rem; -} -.footer-bottom ul li a:hover { - text-decoration: underline; -} - -/* Responsive Adjustments */ -@media (max-width: 768px) { - .footer-links { - flex-direction: column; - align-items: center; - } - .footer-column { - flex-basis: 100%; - text-align: center; - } -} - -/* Footer Bottom Links */ -.footer-bottom { - text-align: center; - border-top: 1px solid #ddd; - padding-top: 20px; -} -.footer-bottom ul { - list-style: none; - padding: 0; - margin: 0; -} -.footer-bottom ul li { - display: inline-block; - margin: 0 15px; -} -.footer-bottom ul li a { - color: #12e9cc; - text-decoration: none; - font-size: 0.95rem; -} -.footer-bottom ul li a:hover { - text-decoration: underline; -} - -/* Responsive Adjustments */ -@media (max-width: 768px) { - .footer-links { - flex-direction: column; - align-items: center; - } - .footer-column { - flex-basis: 100%; - text-align: center; - } -} From b5b45cfd1a93d2f38ced6fd4f98f33a70b5c4243 Mon Sep 17 00:00:00 2001 From: sachinggsingh <152975718+sachinggsingh@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:25:39 +0530 Subject: [PATCH 2/2] Syntax Error in main.css --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index b4fbafe..c374786 100644 --- a/main.css +++ b/main.css @@ -1050,7 +1050,7 @@ button[type="submit"]:active { #feedback-form p { font-size: 0.9rem; } - < main + /* < main */ /* Form Group */ .form-group {