style: mobile responsiveness, nav improvements, and content updates - #97
Open
tjhiaj wants to merge 6 commits into
Open
style: mobile responsiveness, nav improvements, and content updates#97tjhiaj wants to merge 6 commits into
tjhiaj wants to merge 6 commits into
Conversation
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
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.
Description
This PR encompasses responsive design improvements, content enhancements, navigation fixes, and footer updates. Key highlights include removing login from navbar, adding social links, improving image handling, splitting content for clarity, and making the entire site mobile-responsive with consistent spacing.
Type of Change
Changes Made
Navigation & Routing
/aboutusin Navbar and Footerw-[calc(100%-2rem)] mx-4 sm:mx-6)Homepage Hero (MainSection)
w-[260px] h-[260px] sm:w-[300px] sm:h-[300px])text-[0.8rem]totext-base md:text-lgpx-6 sm:px-10 md:px-16 lg:px-24) and top spacing (pt-28 sm:pt-24)Who We Are Section (WhoSection)
object-centerfor consistent positioningData Bites Section (NextEventSection)
Image fill + object-covertext-center md:text-left)px-6 sm:px-10 md:px-16 lg:px-24)mx-auto md:mx-0text-lgSupport Our Mission Section (SupportMissionSection)
text-[0.8rem] md:text-lgtotext-lgfor consistencytext-center md:text-left)px-6 sm:px-10 md:px-16 lg:px-24)Footer
FaInstagramfrom react-icons)FaFacebookfrom react-icons)FaDiscordfrom react-icons)FaLinkedinInfrom react-icons)/aboutusself-center md:self-autoalignmentBug Fixes
/aboutuspagenext/imageimports in components that use<Image />componentsTesting
Checklist
Additional Notes
All responsive changes use Tailwind CSS breakpoints (
sm:,md:,lg:). Desktop layouts remain functionally unchanged except for navigation centering. No new dependencies added beyond existingreact-iconslibrary usage for social icons.Next PR: fix carousel jump, increase contrast in value cards to meet accessibility standards