Enhance Footer Links and Styling for Better User Interaction #13
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 commit addresses the requirements outlined in GitHub Issue #12, focusing on improving the footer functionality and visual appeal in the CogniLearn application. Key updates include:
Link Integration: Incorporated React Router
Link
components for all entries under "Quick Links" and "Company" sections. This enhancement ensures that footer links are not only interactive but also integrated with the application's navigation structure.Styling Enhancements: Updated the CSS for footer links and social icons to provide a better user experience:
Accessibility Improvements: By transforming the footer links to actual navigable components and enhancing their styling, the footer is now more accessible and user-friendly.
Note: The addition of the company-specific social media links has been deferred as we currently do not possess active social media profiles. This decision aligns with the current marketing strategy and will be revisited in the future as needed.
These changes aim to elevate the overall user experience by making the footer not only visually appealing but also functionally robust, aligning with the latest web standards and user expectations.