[ Feature ] Added GitHub and LinkedIn Icons with Links to Home Page #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.
Overview
This pull request introduces several updates to improve the homepage's functionality and maintainability. Fundamental changes include the addition of GitHub and LinkedIn icons with links to my profiles, streamlining the style code by relocating unnecessary styles from the header and experience components to the icons component, implementing a base style to uniformly override SVG colors for consistency across different icons, and removing unused placeholder variables in the project card component for cleaner code.
Changes Made
GitHub and LinkedIn Icons Added: To enhance connectivity with my professional network and showcase my work, I've integrated GitHub and LinkedIn icons into the homepage. These icons are linked directly to my respective profiles, providing visitors with an easy way to explore my professional portfolio and coding projects.
Cleanup of Unnecessary Style Code: Previously, the header and experience components contained style code that was redundant and unrelated to their primary functions. To improve code readability and maintainability, this unnecessary style code has been removed and appropriately integrated into the icons component where it's most relevant.
Base Style for SVG Color Override: A base style has been implemented to ensure visual consistency across all icons, including the newly added GitHub and LinkedIn icons. This style is specifically designed to override the default SVG colors, allowing for a unified appearance that aligns with the website's overall design theme.
Removal of Unused Placeholder Variables in Project Card: To further clean up the codebase, unused placeholder variables in the project card component have been identified and removed. This action prevents confusion and maintains a cleaner and more efficient code structure.