Skip to content

Fix audited portfolio credibility and accessibility gaps - #11

Merged
brenosampaio-dev merged 1 commit into
mainfrom
agent/portfolio-audit-fixes
Jul 26, 2026
Merged

Fix audited portfolio credibility and accessibility gaps#11
brenosampaio-dev merged 1 commit into
mainfrom
agent/portfolio-audit-fixes

Conversation

@brenosampaio-dev

Copy link
Copy Markdown
Owner

Summary

  • replaces the internal master CV with the submission-ready chronological Canada résumé
  • turns case-card placeholders into real code-built workflow previews and adds SQL/JSON technical specimens
  • tightens positioning, case-study copy, evidence, timelines, validation status and relocation/work-permit transparency
  • fixes heading/ID semantics, functional accordions, accessible labels, contrast, responsive grids, canonical metadata and the 404 route
  • removes the blocking first-visit preloader and avoids unsupported claims about live prototypes or verified compliance

Validation

  • npm run lint
  • npm run build
  • git diff --check
  • runtime checks at 1363 px and 390 px: one H1 per route, no duplicate IDs, no horizontal overflow, correct canonicals and en_GB
  • keyboard accordion toggle verified
  • Lighthouse accessibility: 100, with no automated accessibility failures

Scope safety

Only files under portfolio/ are included. Unrelated sibling directories in the SSD checkout were left untouched.

@vercel

vercel Bot commented Jul 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
portfolio Ready Ready Preview, Comment Jul 26, 2026 7:26pm

@brenosampaio-dev
brenosampaio-dev marked this pull request as ready for review July 26, 2026 19:32
@brenosampaio-dev
brenosampaio-dev merged commit dd539a9 into main Jul 26, 2026
6 checks passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4b6dc0acda

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +71 to +72
<Link href="/#work" aria-current={pathname.startsWith("/work") ? "page" : undefined}>{t.nav.work}</Link>
<Link href="/#about" aria-current={pathname === "/about" ? "page" : undefined}>{t.nav.about}</Link>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Match aria-current to the actual navigation target

On /work/* and /about, these links are announced by assistive technology as the current page even though their href values navigate to sections of the home page. This gives screen-reader users false location information; either link to the current route or omit aria-current for these home-section links.

Useful? React with 👍 / 👎.

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.

2 participants