Skip to content

Update resume link and modernize About/Skills/Projects/Contact styles#1

Open
Sumit063 wants to merge 1 commit intomasterfrom
codex/add-resume-link-and-update-ui-design
Open

Update resume link and modernize About/Skills/Projects/Contact styles#1
Sumit063 wants to merge 1 commit intomasterfrom
codex/add-resume-link-and-update-ui-design

Conversation

@Sumit063
Copy link
Owner

Motivation

  • Add the new resume download link and make the sections after the intro feel more modern, sleek and sharp.
  • Improve visual hierarchy and consistency across the About, Skills, Projects, and Contact sections.

Description

  • Updated the resume link in src/components/About.jsx to the new Google Drive URL (My Resume button).
  • Restyled src/styles/about.css to use layered gradients, increased spacing, rounded card, shadow and subtle border treatments.
  • Restyled src/styles/skills.css and src/styles/project.css to introduce modern gradients, larger/rounded cards, hover lift effects, refined typography and adjusted paddings.
  • Restyled src/styles/contact.css to refresh background, spacing, card shadow/border and add improved Material-UI input underline/label color rules for a sleeker form look.

Testing

  • Attempted npm install which failed due to a peer dependency conflict with react-lottie and React 18, producing an ERESOLVE error.
  • Attempted npm install --legacy-peer-deps to work around dependency constraints, but the run was interrupted and not fully completed.
  • No automated unit/UI tests were executed as these are CSS/UI-only changes.
  • The updated files were staged and committed (Update resume link and refresh section styling).

Codex Task

@vercel
Copy link

vercel bot commented Jan 10, 2026

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

Project Deployment Review Updated (UTC)
portfolio-0ive Error Error Jan 10, 2026 2:35pm

@netlify
Copy link

netlify bot commented Jan 10, 2026

Deploy Preview for sumitpandey ready!

Name Link
🔨 Latest commit f123a64
🔍 Latest deploy log https://app.netlify.com/projects/sumitpandey/deploys/696263c060a2a70008ea1e37
😎 Deploy Preview https://deploy-preview-1--sumitpandey.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

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

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: f123a6471a

ℹ️ 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 +44 to +48
.project-section h3 {
color: #7dffb1;
letter-spacing: 0.2em;
font-size: 12px;
text-transform: uppercase;

Choose a reason for hiding this comment

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

P2 Badge Scope the h3 styling to avoid shrinking project titles

The new .project-section h3 rule applies to every <h3> inside the section, including the project names rendered in ProjectCard.jsx (<h3>{project.name}</h3>). That means project titles are now forced to 12px, uppercase, and wide letter-spacing, which makes them much smaller and harder to read than before; it also changes their semantic emphasis compared to the header copy. If the intent was to style only the section header, this selector should be narrowed (e.g., target a header wrapper) so card titles keep their previous size.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant