Conversation
…n and footer on homepage
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.
This pull request introduces several improvements and new features to the portfolio application, focusing on UI/UX enhancements, theming support, and the addition of a blog section. The most significant changes include the addition of a theme context for light/dark mode, updates to page layouts for consistent footer placement, custom scrollbar styling, and the initial implementation of a blog page. Dependency updates and new packages for styling and layout are also included.
Theming and Styling Enhancements
ThemeContextand provider insrc/ThemeContext.jsto enable light/dark mode support across the app.src/App.cssandbuild/static/css/main.b799ead4.cssto provide custom scrollbar styling for better aesthetics and accessibility. [1] [2]Page Layout and Structure
HomePage,ResumePage, andPortfolioPageto use Material UI'sBoxfor layout and ensure the footer is consistently positioned at the bottom of each page. [1] [2] [3]src/App.jsto use aPageShellwrapper for consistent page structure and added logic for delayed slide animations on page transitions.Blog Feature
BlogPageand a placeholder blog component (internexperience.js) with responsive layout and a construction notice. [1] [2]Dependency and Asset Updates
package.jsonto include new styling libraries (@fontsource/roboto,styled-components,bootstrap, etc.) and upgraded MUI packages for latest features and bug fixes.These changes collectively enhance the application's visual consistency, enable future theming capabilities, and lay the groundwork for new content sections.