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

Added LeetCode icon under the socials #98

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

Conversation

aayamrajshakya
Copy link

Leetcode

To customize the LeetCode profile link, go to src >> data >> resume-data.tsx and edit:

      {
        name: "LeetCode",
        url: "https://leetcode.com/u/{YOUR-USERNAME-HERE}/",
        icon: LeetCodeIcon,
      },

Copy link

vercel bot commented Dec 21, 2024

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 Dec 24, 2024 3:08am

Green = completed and yellow = ongoing
@aayamrajshakya
Copy link
Author

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

Screencast from 2024-12-23 21-01-57

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)
      .
      .

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