feat: expand portfolio with talks and home updates - #43
Merged
Conversation
Closed
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Title
Expand portfolio with talks, home updates, accessibility improvements, and test coverage
Description
This PR expands the portfolio with new content, navigation updates, home page improvements, accessibility fixes, and stronger automated test coverage.
It includes the introduction of a dedicated
Talksarea, updates to the home page to better highlight testimonials and education work, new portfolio content for projects and talks, and a final round of accessibility and performance-oriented refinements.What changed
Projects
Adventurers Guildas a featured project at the top of the projects listAdventurersGuildcard styleTalksTalks
TalkspageProjectspoints toTalksTalkspoints toPostsArrowLeft,ArrowRight, andEscapeShow more photosExperience
Avios / IAGL LoyaltygalleryHome page
TestimonialssectionEducationsection highlighting Mindera Code Academy coursesMindera Code Academylinks in course cardsEducation content added
Warm Up Manual TestingWarm Up Automated Tests - PlaywrightBackend Testing - Postman + PlaywrightNon-Functional TestsAccessibility and UX improvements
LinkButtonso links no longer render nestedbuttonelementsbuttonelementsPerformance-oriented improvements
setTimeouton several pagesnext/linknavigation behaviorTests
mailto:handlingFiles impacted
src/app/page.tsxsrc/app/talks/page.tsxsrc/app/projects/page.tsxsrc/app/experience/[companyYear]/page.tsxsrc/app/content/projects.tsxsrc/app/content/experiences.tsxsrc/app/styles/projectStyles.tssrc/app/components/Button/LinkButton.tsxsrc/app/components/AboutSections/AboutSections.tsxsrc/app/components/Header/*src/app/components/Footer/Footer.tsxtests/*Validation
npm run buildpassed