Enhance UI with modern footer#360
Merged
PatelHarsh2006 merged 18 commits intoMay 30, 2026
Merged
Conversation
…Connect Us in a single row
Owner
|
@Divyanshu227 Resolve conflicts by Syncing the respective Branch, and also Add Website Logo at left side of the Title, and remove the Forks icon at right side of the Title, in Footer section |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR: Modernize Footer UI with Premium Responsive Grid Layout
Issue Reference
Assigned Under: GSSOC26
Fixes Issue: #343
Description
This Pull Request modernizes the footer layout of ChaatBazar by replacing the basic layout with a premium, responsive, 5-column grid system matching modern web design standards.
It organizes structural links, provides a warm branding description, styles beautiful hover-interactive social media badge icons, and aligns contact details in a single horizontal row on desktop viewports.
Proposed Changes
Grid Layout: Establishes a uniform 5-column grid layout (repeat(5, 1fr)) that forces all sections (Logo/Description, Quick Links, For Partners, Learn More, and Connect/Contact) to align beautifully on a single row on desktop viewports.
Responsive Breakpoints: Configures smooth wrapping breakpoints for multi-column scaling:
1024px+: 5 columns side-by-side.
768px - 1024px: Wraps cleanly into a 3-column grid.
480px - 768px: Wraps into a 2-column grid.
Under 480px: Stacks vertically in 1 column (mobile friendly).
Palette & Contrasts: Implemented a warm cream backdrop (#fff3e0) in light theme and semi-translucent charcoal graphite (#1e1e1e) in dark mode, matching WCAG AAA readability.
Social Media Badge Icons: Styled orange circular icons for Instagram, YouTube, WhatsApp, and Twitter/X with smooth scale-up transitions on hover.
Integrated the modern, structured markup in:
index.html
menu.html
orders.html
favorites.html
faq.html
cart.html
about.html
Distributed fields logically into the 5 columns, including custom branding text, full routing links for all pages, partner lists, trust policies, and company contact details (support email, phone, and headquarters).
How to Test and Verify
Open the home page or any secondary page.
Verify that all 5 footer columns align neatly on the same row on desktop viewports.
Hover over the social media circular icons: verify smooth scaling and shadow animations.
Resize the browser window: verify that the grid wraps beautifully at tablets and mobile screen sizes.
Toggle between Light and Dark modes: verify that the footer background shifts seamlessly.