Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Feature ] Added GitHub and LinkedIn Icons with Links to Home Page #13

Merged

Conversation

rlajous
Copy link
Owner

@rlajous rlajous commented Apr 2, 2024

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.

@rlajous rlajous self-assigned this Apr 2, 2024
@rlajous rlajous linked an issue Apr 2, 2024 that may be closed by this pull request
Copy link

vercel bot commented Apr 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
website ✅ Ready (Inspect) Visit Preview Apr 2, 2024 2:33am

@rlajous rlajous merged commit 19bba01 into main Apr 2, 2024
3 checks passed
@rlajous rlajous deleted the 12-add-github-and-linkedin-icons-with-links-to-home-page branch April 2, 2024 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add GitHub and LinkedIn Icons with Links to Home Page
1 participant