Skip to content

new headshot#34

Merged
ThatZiv merged 2 commits into
masterfrom
dev
Mar 12, 2026
Merged

new headshot#34
ThatZiv merged 2 commits into
masterfrom
dev

Conversation

@ThatZiv
Copy link
Copy Markdown
Owner

@ThatZiv ThatZiv commented Mar 11, 2026

Out with the old, in with the new :)

Copilot AI review requested due to automatic review settings March 11, 2026 23:58
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates personal/education copy in the site’s “sections” content, primarily reflecting post-graduation status and updated graduation timeline.

Changes:

  • Update the bio caption to reflect graduation status.
  • Update WSU timeline entries from “expected graduation” to “graduated” for BS/MS terms.
  • Normalize one shields.io badge string quoting in the frameworks list.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.

File Description
src/sections/index.js Updates bio caption and adjusts a frameworks badge URL string.
src/sections/University.js Updates university timeline entries to “graduated” phrasing.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/sections/index.js
'https://img.shields.io/badge/Express.js-000000?style=for-the-badge&logo=express&logoColor=white',
'https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white',
"https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white&textColor=black)",
'https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white&textColor=black)',
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

The Spring shields.io badge URL ends with an extra closing parenthesis (...textColor=black)), which likely makes the image request invalid and the badge fail to render. Remove the trailing ) (or verify the intended query string) so the URL is a valid shields.io endpoint.

Suggested change
'https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white&textColor=black)',
'https://img.shields.io/badge/spring-%236DB33F.svg?style=for-the-badge&logo=spring&logoColor=white&textColor=black',

Copilot uses AI. Check for mistakes.
Comment thread src/sections/index.js
Comment on lines 144 to 146
caption:
'Zavaar Shah is a computer science student at Wayne State University.',
'Zavaar Shah is a computer science graduate from Wayne State University.',
langs: {
Copy link

Copilot AI Mar 11, 2026

Choose a reason for hiding this comment

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

The PR title/description indicates a "new headshot", but this diff only updates text content (bio line and graduation timeline) and does not appear to change any image/headshot assets or references. If the intent is to update the headshot, include the asset/reference change; otherwise consider updating the PR title/description to match the actual changes.

Copilot uses AI. Check for mistakes.
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.58%. Comparing base (e8e61c6) to head (fce77dd).
⚠️ Report is 30 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   68.58%   68.58%           
=======================================
  Files          16       16           
  Lines         226      226           
  Branches       65       65           
=======================================
  Hits          155      155           
  Misses         67       67           
  Partials        4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ThatZiv ThatZiv merged commit 336a94a into master Mar 12, 2026
7 checks passed
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