Skip to content

Update resume section heading and skills taxonomy#55

Draft
Copilot wants to merge 1 commit into
mainfrom
copilot/edit-resume-source
Draft

Update resume section heading and skills taxonomy#55
Copilot wants to merge 1 commit into
mainfrom
copilot/edit-resume-source

Conversation

Copilot AI commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

This PR updates resume source content to match the requested wording and skills format. It renames the “Other Work” section and replaces the skills text with the exact alphabetical, pipe-separated list.

  • Section heading update

    • app/resume/footer.tsx
    • Changed subsection label:
      • Other WorkFounder & Operator Experience
  • Skills list replacement

    • app/util/const.ts
    • Replaced the prior freeform otherExperience string with the requested canonical list:
      • AWS | Drizzle | Express | GraphQL | MongoDB | MUI | Next.js | Node.js | Postgres | Rails | React | Redux | Styled Components | Tailwind | TypeScript | Vercel | Vite | XState
// app/resume/footer.tsx
<FooterSubsection ...>
  Founder & Operator Experience
</FooterSubsection>

// app/util/const.ts
export const otherExperience =
  "AWS | Drizzle | Express | GraphQL | MongoDB | MUI | Next.js | Node.js | Postgres | Rails | React | Redux | Styled Components | Tailwind | TypeScript | Vercel | Vite | XState";

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
dansbands-github-io Ready Ready Preview, Comment Jun 9, 2026 2:30am

Request Review

Copilot AI changed the title Update resume section heading and skills list Update resume section heading and skills taxonomy Jun 9, 2026
Copilot AI requested a review from dansbands June 9, 2026 02:31
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