-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add resume section inside app #31
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||||
PR Type
Enhancement, Tests
Description
Added a new
Resumesection with routing.Introduced
HomePageComponentand refactored existing layout.Updated navigation to include a link to the
Resumesection.Added unit tests for
HomePageComponentandResumeComponent.Changes walkthrough 📝
10 files
Added routing for `HomePageComponent` and `ResumeComponent`Removed fragment-based scrolling logicDeclared `HomePageComponent` and `ResumeComponent`Implemented `HomePageComponent` with fragment scrollingImplemented `ResumeComponent` to display PDFReplaced static layout with `router-outlet`Updated CV link to route to `ResumeComponent`Added HTML structure for `HomePageComponent`Added HTML to embed resume PDFAdded styles for `HomePageComponent`2 files
Added unit tests for `HomePageComponent`Added unit tests for `ResumeComponent`2 files