Skip to content

Commit ce78555

Browse files
codexCopilot
andcommitted
Upgrade profile to visual streak and stats cards
Add polished interactive-style image cards showing total commits, total PRs, longest streak, and activity graph. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 30b0aa2 commit ce78555

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,22 @@
99

1010

1111
# GitHub Stats:
12-
<p>
13-
<img src="https://img.shields.io/github/followers/Rohan5commit?style=for-the-badge&label=Followers" alt="GitHub followers" />
14-
<img src="https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=Following&query=%24.following&url=https%3A%2F%2Fapi.github.com%2Fusers%2FRohan5commit" alt="GitHub following" />
15-
<img src="https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=Public%20Repos&query=%24.public_repos&url=https%3A%2F%2Fapi.github.com%2Fusers%2FRohan5commit" alt="Public repositories" />
16-
<img src="https://img.shields.io/badge/dynamic/json?style=for-the-badge&label=Public%20Gists&query=%24.public_gists&url=https%3A%2F%2Fapi.github.com%2Fusers%2FRohan5commit" alt="Public gists" />
17-
<img src="https://img.shields.io/github/last-commit/Rohan5commit/Rohan5commit?style=for-the-badge&label=Last%20Profile%20Update" alt="Last profile update" />
12+
<p align="center">
13+
<a href="https://github-profile-summary-cards.vercel.app/api/cards/stats?username=Rohan5commit&theme=tokyonight">
14+
<img src="https://github-profile-summary-cards.vercel.app/api/cards/stats?username=Rohan5commit&theme=tokyonight" alt="GitHub stats card showing total commits and total PRs" />
15+
</a>
16+
</p>
17+
18+
<p align="center">
19+
<a href="https://streak-stats.demolab.com?user=Rohan5commit&theme=tokyonight&hide_border=true">
20+
<img src="https://streak-stats.demolab.com?user=Rohan5commit&theme=tokyonight&hide_border=true" alt="GitHub streak card showing current and longest streak" />
21+
</a>
22+
</p>
23+
24+
<p align="center">
25+
<a href="https://github-readme-activity-graph.vercel.app/graph?username=Rohan5commit&theme=tokyo-night&hide_border=true">
26+
<img src="https://github-readme-activity-graph.vercel.app/graph?username=Rohan5commit&theme=tokyo-night&hide_border=true" alt="GitHub contribution activity graph" />
27+
</a>
1828
</p>
1929

2030

0 commit comments

Comments
 (0)