Skip to content

Commit

Permalink
feat: customize the look of the card
Browse files Browse the repository at this point in the history
Issue NO: [alexandresanlim#467](alexandresanlim#467)

**Before**

## 📟 GitHub Stats [🔝](#welcome-badges-4-readmemd-profile)

| Badge                                                                                         | URL                                                              |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| <img width='200' src="https://github-readme-stats.vercel.app/api?username=alexandresanlim" /> | `https://github-readme-stats.vercel.app/api?username={username}` |

 **After**

## 📟 GitHub Stats [🔝](#welcome-badges-4-readmemd-profile)

* built-in themes:  `dark`,  `radical`,  `merko`,  `gruvbox`,  `tokyonight`,  `onedark`,  `cobalt`,  `synthwave`,  `highcontrast`,  `dracula`

| Badge                                                                                         | URL                                                                 | Theme                                                                                  |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| <img width='200' src="https://github-readme-stats.vercel.app/api?username=alexandresanlim" /> | `https://github-readme-stats.vercel.app/api?username={username}`    | `https://github-readme-stats.vercel.app/api?username={username}&theme={theme_name}` |
  • Loading branch information
dejavuhyo authored Jan 6, 2023
1 parent 63ba772 commit 06493a9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1010,9 +1010,11 @@ Improve your README.md profile with these amazing badges. See a sample [here](ht

## 📟 GitHub Stats [🔝](#welcome-badges-4-readmemd-profile)

| Badge | URL |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| <img width='200' src="https://github-readme-stats.vercel.app/api?username=alexandresanlim" /> | `https://github-readme-stats.vercel.app/api?username={username}` |
* built-in themes: `dark`, `radical`, `merko`, `gruvbox`, `tokyonight`, `onedark`, `cobalt`, `synthwave`, `highcontrast`, `dracula`

| Badge | URL | Theme |
| --------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| <img width='200' src="https://github-readme-stats.vercel.app/api?username=alexandresanlim" /> | `https://github-readme-stats.vercel.app/api?username={username}` | `https://github-readme-stats.vercel.app/api?username={username}&theme={theme_name}` |

## 📊 Most Used Language [🔝](#welcome-badges-4-readmemd-profile)

Expand Down

0 comments on commit 06493a9

Please sign in to comment.