[BUG FIX] Styled footer properly for contact page. #983
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #858
Rationale for this change
The contact page previously lacked a consistent and visually appealing footer. This update introduces a modern, responsive, and theme-compatible footer that aligns with the overall site design.
It improves visual hierarchy, accessibility, and maintains design consistency with dark/light theme support.
What changes are included in this PR?
Added a new styled footer section specific to the Contact Page.
Implemented responsive grid layout for contact information, social links, and quick navigation.
Added dark/light theme compatibility with smooth transitions.
Optimized padding, spacing, and typography for better visual balance.
Fixed extra bottom spacing issue previously present in the footer.
Improved overall footer structure for maintainability and future extensibility.
Are these changes tested?
Verified responsive behavior on multiple screen sizes (mobile, tablet, desktop).
Tested dark and light mode toggle functionality.
Checked for consistent styling across browsers (Chrome, Edge, Firefox).
Validated HTML and CSS for syntax and accessibility compliance.
Are there any user-facing changes?
Yes.
The Contact page footer now features a refreshed, consistent design with improved readability and interaction.
Users will notice smoother theme transitions and better spacing alignment.
Enhanced visual clarity of contact info and social media links.