└── README.md /README.md: -------------------------------------------------------------------------------- 1 | ## Awesome profile widget 2 | 3 | > Gathering all the awesome things in README.md 4 | 5 | - [Badge](#badge) 6 | - [Icons](#icons) 7 | - [Logos](#logos) 8 | - [Emoji](#emoji) 9 | - [Top language](#top-language) 10 | - [Stats](#stats) 11 | - [Streak](#streak) 12 | - [Contribution Gragh](#contribution-gragh) 13 | - [Profile views](#profile-views) 14 | - [Github skyline](#github-skyline) 15 | - [Stark Overflow](#stark-overflow) 16 | - [Random Joke](#random-joke) 17 | - [Typing](#typing) 18 | - [Repos](#repos) 19 | - [Octodex](#octodex) 20 | - [Support](#support) 21 | - [Contributor](#contributor) 22 | 23 | ## Badge 24 | 25 | **Case:** 26 | 27 | ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=flat-square&logo=JavaScript&logoColor=white) 28 | ![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=social&logo=Vue.js&logoColor=4FC08D) 29 | ![Visual Studio Code](https://img.shields.io/badge/Visual_Studio_Code-23aaf2?style=flat-square&logo=Visual-Studio-Code&logoColor=white) 30 | ![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=Node.js&logoColor=white) 31 | ![Stylus](https://img.shields.io/badge/Stylus-61DAFB?style=flat-square&logo=Stylus&logoColor=white) 32 | ![Rust](https://img.shields.io/badge/Rust-ef4a00?style=plastic&logo=Rust&logoColor=white) 33 | ![pnpm](https://img.shields.io/badge/pnpm-f69220?style=flat-square&logo=pnpm&logoColor=white) 34 | 35 | **Template:** 36 | 37 | `https://img.shields.io/badge/{name}-${bgColor}?style=${style}&logo=${logoName}&logoColor=${logoColor}&labelColor=${logoColor}` 38 | 39 | Visit: https://shields.io/ 40 | 41 | 42 | 55 | 56 | 67 | 68 | 81 | 82 | 96 | 97 | 108 |
43 | 44 | ### Demo 45 | 46 | ![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=flat-square&logo=Vue.js&logoColor=white) 47 | 48 |
49 | 50 | ```MarkDown 51 | ![Vue.js](https://img.shields.io/badge/Vue.js-4FC08D?style=flat-square&logo=Vue.js&logoColor=white) 52 | ``` 53 | 54 |
57 | 58 | ### param 59 | 60 | name 61 | 62 |
63 | 64 | Custom name 65 | 66 |
69 | 70 | ### param 71 | 72 | bgColor 73 | logoColor 74 | labelColor 75 | 76 |
77 | 78 | Hex color or text color `eg: ff02fA、red、blue` 79 | 80 |
83 | 84 | ### param 85 | 86 | style 87 | 88 |
89 | 90 | * plastic 91 | * flat-square 92 | * for-the-badge 93 | * social 94 | 95 |
98 | 99 | ### param 100 | 101 | logoName 102 | 103 |
104 | 105 | All **effective value** are [here](https://simpleicons.org/) 106 | 107 |
109 | 110 | 111 | 112 | 113 | ## Icons 114 | 115 | **Case:** 116 | 117 |

118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 |

130 | 131 | **Template:** 132 | 133 | `https://cdn.jsdelivr.net/npm/simple-icons/icons/${logoName}.svg` 134 | 135 | Visit: https://github.com/simple-icons/simple-icons 136 | 137 | 138 | 151 | 162 |
139 | 140 | ### Demo 141 | 142 | 143 | 144 |
145 | 146 | ``` 147 | 148 | ``` 149 | 150 |
152 | 153 | ### Param 154 | 155 | logoName 156 | 157 |
158 | 159 | All **effective value** are [here](https://simpleicons.org/) 160 | 161 |
163 | 164 | **Case:** 165 | 166 |

167 | 168 | 169 | 170 | 171 | 172 |

173 | 174 | **Template:** 175 | 176 | Visit: https://icon-sets.iconify.design/ 177 | 178 | `https://api.iconify.design/${name}.svg?color=%23${logoColor}` 179 | 180 | 181 | 194 | 207 | 218 |
182 | 183 | ### Demo 184 | 185 | 186 | 187 |
188 | 189 | ``` 190 | 191 | ``` 192 | 193 |
195 | 196 | ### Demo 197 | 198 | 199 | 200 |
201 | 202 | ``` 203 | 204 | ``` 205 | 206 |
208 | 209 | ### Param 210 | 211 | logoColor 212 | 213 |
214 | 215 | Hex color 216 | 217 |
219 | 220 | 221 | 222 | 223 | ## Logos 224 | 225 | **Case:** 226 | 227 |

228 | 229 | 230 | 231 | 232 | 233 | 234 |

235 | 236 | **Template:** 237 | 238 | `https://www.vectorlogo.zone/logos/${logoName}/{logoType}.svg` 239 | 240 | Visit: https://www.vectorlogo.zone/ 241 | 242 | 243 | 256 |
244 | 245 | ### Demo 246 | 247 | ![img](https://www.vectorlogo.zone/logos/pugjs/pugjs-ar21.svg) 248 | 249 |
250 | 251 | ``` 252 | ![img](https://www.vectorlogo.zone/logos/pugjs/pugjs-ar21.svg) 253 | ``` 254 | 255 |
257 | 258 | 259 | 260 | 261 | 262 | ## Emoji 263 | 264 | **Case:** 265 | 266 |

267 | 🤪 👻 🙊 🤴 🌶 ⏰ 🎁 ⚽ 🎲 📔 268 |

269 | 270 | **Template:** 271 | 272 | Visit: https://www.emojiall.com/en/all-emojis 273 | 274 | 275 | 288 |
276 | 277 | ### Demo 278 | 279 | 🌓 🎯 💻 📦 🗑 🚖 🔑 🏀 🌈 280 | 281 |
282 | 283 | ``` 284 | 🌓 🎯 💻 📦 🗑 🚖 🔑 🏀 🌈 285 | ``` 286 | 287 |
289 | 290 | 291 | 292 | 293 | 294 | 295 | ## Top language 296 | 297 | **Case:** 298 | 299 |

300 | 301 | 302 | 303 | 304 |

305 | 306 | **Template:** 307 | 308 | Visit: https://github.com/anuraghazra/github-readme-stats 309 | 310 | Visit: https://github.com/vn7n24fzkq/github-profile-summary-cards 311 | 312 | 313 | 326 | 340 |
314 | 315 | ### Demo 316 | 317 | ![img](https://github-readme-stats.vercel.app/api/top-langs/?username=peterroe&layout=compact&hide_title=true) 318 | 319 |
320 | 321 | ``` 322 | ![img](https://github-readme-stats.vercel.app/api/top-langs/?username=peterroe) 323 | ``` 324 | 325 |
327 | 328 | ### Demo 329 | 330 | ![img](https://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=peterroe&theme=solarized_dark) 331 | 332 |
333 | 334 | ``` 335 | ![img](https://github-profile-summary-cards.vercel.app/api/cards 336 | /most-commit-language?username=peterroe&theme=solarized_dark) 337 | ``` 338 | 339 |
341 | 342 | 343 | 344 | 345 | ## Stats 346 | 347 | **Case:** 348 | 349 |

350 | 351 | peterroe 352 | peterroe 353 |

354 | 355 | **Template:** 356 | 357 | Visit: https://github.com/anuraghazra/github-readme-stats 358 | 359 | Visit: https://github.com/ryo-ma/github-profile-trophy 360 | 361 | 362 | 375 | 388 | 402 |
363 | 364 | ### Demo 365 | 366 | ![img](https://github-readme-stats.vercel.app/api?username=peterroe) 367 | 368 |
369 | 370 | ``` 371 | ![img](https://github-readme-stats.vercel.app/api?username=peterroe) 372 | ``` 373 | 374 |
376 | 377 | ### Demo 378 | 379 | ![img](https://github-profile-trophy.vercel.app/?username=peterroe) 380 | 381 |
382 | 383 | ``` 384 | ![img](https://github-profile-trophy.vercel.app/?username=peterroe) 385 | ``` 386 | 387 |
389 | 390 | ### Demo 391 | 392 | ![img](https://github-profile-summary-cards.vercel.app/api/cards/stats?username=peterroe&theme=solarized) 393 | 394 |
395 | 396 | ``` 397 | ![img](https://github-profile-summary-cards.vercel.app/api/cards/stats 398 | ?username=peterroe&theme=solarized) 399 | ``` 400 | 401 |
403 | 404 | 405 | 406 | 407 | 408 | ## Streak 409 | 410 | **Case:** 411 | 412 |

413 | 414 | 415 |

416 | 417 | **Template:** 418 | 419 | Visit: https://github.com/DenverCoder1/github-readme-streak-stats 420 | 421 | 422 | 435 |
423 | 424 | ### Demo 425 | 426 | ![img](https://github-readme-streak-stats.herokuapp.com/?user=peterroe) 427 | 428 |
429 | 430 | ``` 431 | ![img](https://github-readme-streak-stats.herokuapp.com/?user=peterroe) 432 | ``` 433 | 434 |
436 | 437 | 438 | ## Contribution Gragh 439 | 440 | **Case:** 441 | 442 |

443 | 444 | 445 | 446 |

447 | 448 | **Template:** 449 | 450 | Visit: https://github.com/Ashutosh00710/github-readme-activity-graph 451 | 452 | Visit: https://github.com/vn7n24fzkq/github-profile-summary-cards 453 | 454 | 455 | 468 | 482 | 496 |
456 | 457 | ### Demo 458 | 459 | ![img](https://activity-graph.herokuapp.com/graph?username=peterroe&theme=github) 460 | 461 |
462 | 463 | ``` 464 | ![img](https://activity-graph.herokuapp.com/graph?username=peterroe&theme=github) 465 | ``` 466 | 467 |
469 | 470 | ### Demo 471 | 472 | ![img](https://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=peterroe&theme=monokai) 473 | 474 |
475 | 476 | ``` 477 | ![img](https://github-profile-summary-cards.vercel.app/api/cards/profile-details 478 | ?username=peterroe&theme=monokai) 479 | ``` 480 | 481 |
483 | 484 | ### Demo 485 | 486 | ![img](https://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=peterroe) 487 | 488 |
489 | 490 | ``` 491 | ![img](https://github-profile-summary-cards.vercel.app/api/cards 492 | /productive-time?username=peterroe) 493 | ``` 494 | 495 |
497 | 498 | 499 | 500 | 501 | ## Profile views 502 | 503 | **Case:** 504 | 505 |

506 | 507 | 508 |

509 | 510 | ![img](https://komarev.com/ghpvc/?username=peterroe&&style=flat-square) 511 | 512 | ![img](https://profile-counter.glitch.me/peterroe/count.svg) 513 | 514 | **Template:** 515 | 516 | Visit: https://count.getloli.com/ 517 | 518 | Visit: https://github.com/antonkomarev/github-profile-views-counter 519 | 520 | 521 | 534 | 547 | 560 |
522 | 523 | ### Demo 524 | 525 | ![img](https://count.getloli.com/get/@peterroe?theme=rule34) 526 | 527 |
528 | 529 | ``` 530 | ![img](https://count.getloli.com/get/@peterroe?theme=rule34) 531 | ``` 532 | 533 |
535 | 536 | ### Demo 537 | 538 | ![img](https://komarev.com/ghpvc/?username=peterroe&&style=flat-square) 539 | 540 |
541 | 542 | ``` 543 | ![img](https://komarev.com/ghpvc/?username=peterroe&&style=flat-square) 544 | ``` 545 | 546 |
548 | 549 | ### Demo 550 | 551 | ![img](https://profile-counter.glitch.me/peterroe/count.svg) 552 | 553 |
554 | 555 | ``` 556 | ![img](https://profile-counter.glitch.me/peterroe/count.svg) 557 | ``` 558 | 559 |
561 | 562 | 563 | 564 | 565 | ## Github skyline 566 | 567 | **Case:** 568 | 569 | 2022 GitHub Skyline 570 | 571 | **Template:** 572 | 573 | Visit: https://skyline.github.com/ 574 | 575 | 576 | 589 |
577 | 578 | ### Demo 579 | 580 | ![img](https://skyline.github.com/peterroe/2022.png) 581 | 582 |
583 | 584 | ``` 585 | ![img](https://skyline.github.com/peterroe/2022.png) 586 | ``` 587 | 588 |
590 | 591 | 592 | 593 | 594 | 595 | ## Stark Overflow 596 | 597 | **Case:** 598 | 599 |

600 | 601 | 602 | 603 |

604 | 605 | **Template:** 606 | 607 | `https://github-readme-stackoverflow.vercel.app/?userID=${userId}&theme=${theme}&layout={layout}` 608 | 609 | Visit: https://github.com/omidnikrah/github-readme-stackoverflow 610 | 611 | 612 | 625 |
613 | 614 | ### Demo 615 | 616 | ![img](https://github-readme-stackoverflow.vercel.app/?userID=19174750&theme=dark) 617 | 618 |
619 | 620 | ``` 621 | ![img](https://github-readme-stackoverflow.vercel.app/?userID=19174750&theme=dark) 622 | ``` 623 | 624 |
626 | 627 | 628 | 629 | 630 | 631 | ## Random Joke 632 | 633 | **Case:** 634 | 635 |

636 | 637 | 638 |

639 | 640 | **Template:** 641 | 642 | visit: https://github.com/ABSphreak/readme-jokes 643 | 644 | 645 | 658 |
646 | 647 | ### Demo 648 | 649 | ![img](https://readme-jokes.vercel.app/api) 650 | 651 |
652 | 653 | ``` 654 | ![img](https://readme-jokes.vercel.app/api) 655 | ``` 656 | 657 |
659 | 660 | 661 | 662 | 663 | 664 | ## Typing 665 | 666 | **Case:** 667 | 668 |

669 | 670 | 671 | 672 |

673 | 674 | **Template:** 675 | 676 | `http://readme-typing-svg.herokuapp.com/?lines=${xx}+${xx}+...` 677 | 678 | Visit: https://readme-typing-svg.herokuapp.com/demo/ 679 | 680 | 681 | 695 |
682 | 683 | ### Demo 684 | 685 | 686 | 687 |
688 | 689 | ``` 690 | 692 | ``` 693 | 694 |
696 | 697 | 698 | 699 | 700 | ## Repos 701 | 702 | **Case:** 703 | 704 |

705 | 706 | 707 |

708 | 709 | **Template:** 710 | 711 | `https://github-readme-stats-anuraghazra1.vercel.app/api/pin/?username=${username}&repo={reponame}&theme=${theme}` 712 | 713 | Visit: https://github.com/anuraghazra/github-readme-stats 714 | 715 | 716 | 730 |
717 | 718 | ### Demo 719 | 720 | 721 | 722 |
723 | 724 | ``` 725 | 727 | ``` 728 | 729 |
731 | 732 | 733 | 734 | 735 | 736 | 737 | ## Octodex 738 | 739 | **Case:** 740 | 741 |

742 | 743 | 744 | 745 | 746 | 747 |

748 | 749 | **Template:** 750 | 751 | `https://octodex.github.com/images/${name}.png` 752 | 753 | Visit: https://octodex.github.com/ 754 | 755 | 756 | 769 |
757 | 758 | ### Demo 759 | 760 | 761 | 762 |
763 | 764 | ``` 765 | 766 | ``` 767 | 768 |
770 | 771 | 772 | 773 | 774 | 775 | 776 | ## Support 777 | 778 | **Case:** 779 | 780 |

781 | 782 | 783 | 784 | 785 | 786 |

787 | 788 | **Template:** 789 | 790 | `https://cdn.ko-fi.com/cdn/kofi3.png` 791 | 792 | `https://cdn.buymeacoffee.com/buttons/default-${bgColor}.png` 793 | 794 | `https://cdn.buymeacoffee.com/buttons/v2/default-${bgColor}.png` 795 | 796 | `https://ko-fi.com/img/githubbutton_sm.svg` 797 | 798 | 799 | 812 | 823 |
800 | 801 | ### Demo 802 | 803 | 804 | 805 |
806 | 807 | ``` 808 | 809 | ``` 810 | 811 |
813 | 814 | ### Params 815 | 816 | bgColor 817 | 818 |
819 | 820 | `red`, `green` and other text colors are available. 821 | 822 |
824 | 825 | 826 | 827 | 828 | ## Contributor 829 | 830 | **Case:** 831 | 832 | ![img](https://contrib.rocks/image?repo=hnustwjj/react-starport) 833 | 834 |
835 | 836 | ![img](https://contrib.rocks/image?repo=peterroe/vue-component-starter) 837 | 838 | **Template:** 839 | 840 | `https://contrib.rocks/image?repo=${username}/${reponame}` 841 | 842 | 843 | 856 |
844 | 845 | ### Demo 846 | 847 | 848 | 849 |
850 | 851 | ``` 852 | 853 | ``` 854 | 855 |
857 | --------------------------------------------------------------------------------