Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved frontend design #100

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

aayamrajshakya
Copy link

@aayamrajshakya aayamrajshakya commented Jan 11, 2025

Added a simple yet cool CI/CD effect to the project cards. Green indicates a completed project, while yellow means an ongoing project.

Screencast.From.2025-01-10.18-48-09.webm

To make changes, edit src/data/resume-data.tsx:

    {
      title: "[PROJECT NAME]",
      techStack: [
        "[TECH USED]",
      ],
      description:
        "[DESCRIPTION]",
      isActive: true,    //true == ongoing (yellow), false == completed (green)
      .
      .

Also, changed the page size, font type and font size for better readability:

Bartosz-Jarocki-Resume

Copy link

vercel bot commented Jan 11, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 11, 2025 0:55am

@aayamrajshakya
Copy link
Author

@BartoszJarocki , please review the PR and let me know your thoughts on the changes.

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.

1 participant