|
1 |
| - |
| 1 | +<!-- Dark --> |
2 | 2 | <div align="center">
|
3 | 3 | <a href="https://github.com/webdevnerdstuff">
|
4 |
| - <img |
5 |
| - height=200 |
6 |
| - align="center" |
7 |
| - src="https://github-readme-stats.vercel.app/api?username=webdevnerdstuff&show_icons=true&bg_color=000&title_color=00D205&icon_color=2492FF&text_color=EEE#gh-dark-mode-only" |
8 |
| - alt="WebDevNerdStuff's github stats" |
9 |
| - /> |
10 |
| - </a> |
11 |
| - <a href="https://github.com/webdevnerdstuff"> |
12 |
| - <img |
13 |
| - height=200 |
14 |
| - align="center" |
15 |
| - src="https://github-readme-stats.vercel.app/api/top-langs/?username=webdevnerdstuff&show_icons=true&bg_color=000&title_color=00D205&icon_color=2492FF&text_color=EEE&layout=donut#gh-dark-mode-only" |
16 |
| - alt="WebDevNerdStuff's Top Languages" |
17 |
| - /> |
| 4 | + <picture> |
| 5 | + <source |
| 6 | + height="200" |
| 7 | + srcset="https://github-readme-stats.vercel.app/api?username=webdevnerdstuff&show_icons=true&bg_color=000&title_color=00D205&icon_color=2492FF&text_color=EEE" |
| 8 | + media="(prefers-color-scheme: dark)" |
| 9 | + /> |
| 10 | + <source |
| 11 | + height="200" |
| 12 | + srcset="https://github-readme-stats.vercel.app/api?username=webdevnerdstuff&show_icons=true&bg_color=FFF&title_color=2BB71D&icon_color=2492FF&text_color=000" |
| 13 | + media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" |
| 14 | + /> |
| 15 | + <img src="https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true" /> |
| 16 | + </picture> |
18 | 17 | </a>
|
19 |
| -</div> |
20 | 18 |
|
21 |
| -<div align="center"> |
22 |
| - <a href="https://github.com/webdevnerdstuff"> |
23 |
| - <img |
24 |
| - height=200 |
25 |
| - align="center" |
26 |
| - src="https://github-readme-stats.vercel.app/api?username=webdevnerdstuff&show_icons=true&bg_color=FFF&title_color=2BB71D&icon_color=2492FF&text_color=000#gh-light-mode-only" |
27 |
| - alt="WebDevNerdStuff's github stats" |
28 |
| - /> |
29 |
| - </a> |
| 19 | + <!-- Light --> |
30 | 20 | <a href="https://github.com/webdevnerdstuff">
|
31 |
| - <img |
32 |
| - height=200 |
33 |
| - align="center" |
34 |
| - src="https://github-readme-stats.vercel.app/api/top-langs/?username=webdevnerdstuff&show_icons=true&bg_color=FFF&title_color=2BB71D&icon_color=2492FF&text_color=000&layout=donut#gh-light-mode-only" |
35 |
| - alt="WebDevNerdStuff's Top Languages" |
36 |
| - /> |
| 21 | + <picture> |
| 22 | + <source |
| 23 | + height="200" |
| 24 | + srcset="https://github-readme-stats.vercel.app/api/top-langs/?username=webdevnerdstuff&show_icons=true&bg_color=000&title_color=00D205&icon_color=2492FF&text_color=EEE&layout=donut" |
| 25 | + media="(prefers-color-scheme: dark)" |
| 26 | + /> |
| 27 | + <source |
| 28 | + height="200" |
| 29 | + srcset="https://github-readme-stats.vercel.app/api/top-langs/?username=webdevnerdstuff&show_icons=true&bg_color=FFF&title_color=2BB71D&icon_color=2492FF&text_color=000&layout=donut" |
| 30 | + media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" |
| 31 | + /> |
| 32 | + <img src="https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true" /> |
| 33 | + </picture> |
37 | 34 | </a>
|
38 | 35 | </div>
|
0 commit comments