About us update clean#79
Closed
pkprathamkhanal wants to merge 7 commits intoReduxISU:ReduxAPI_GUIfrom
Closed
Conversation
Rebuilt the About Us page with a clean implementation to resolve previous build issues. Changes include: - redesigned layout and theme for better consistency - improved typography and spacing - restructured contributors section with grid layout and interactions - refined publications section styling - resolved previous CI/build issues by isolating changes to this file This PR focuses on improving UI/UX while ensuring compatibility with the existing project setup.
Removing import Image from "next/image"; because it is not used anywhere.
Fix label encoding issue for Karp's 21 NP-Complete Problems
Fix label formatting issue in documentation resource
Removed the "Learn More" section from the About Us page as it is being relocated to the Help page for better organization and separation of concerns. This change eliminates duplicate content and improves overall navigation by grouping documentation-related resources under the Help section. No functional changes were made to other sections of the About Us page.
Contributor
Author
|
Mistakenly created this pull request. |
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.
Added "Help" navigation tab to the ResponsiveAppBar component.
This change updates the navigation menu to include a link to the Help page, allowing users to easily access setup tutorials and documentation resources from the main interface. The routing follows the existing pattern used for other pages and integrates seamlessly with the current navigation structure.