├── .github └── workflows │ └── profile-summary-cards.yml ├── README.md ├── github-badge_Version3.svg └── profile-summary-card-output ├── 2077 ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── README.md ├── algolia ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── apprentice ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── aura ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── aura_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── ayu_mirage ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── bear ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── blue_green ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── blueberry ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── buefy ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── calm ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── chartreuse_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── city_lights ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── cobalt ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── cobalt2 ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── codeSTACKr ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── darcula ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── date_night ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── default ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── discord_old_blurple ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── dracula ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── flag_india ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── github ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── github_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── gotham ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── graywhite ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── great_gatsby ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── gruvbox ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── highcontrast ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── jolly ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── kacho_ga ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── maroongold ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── material_palenight ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── merko ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── midnight_purple ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── moltack ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── monokai ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── moonlight ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── nightowl ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── noctis_minimus ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── nord_bright ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── nord_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── ocean_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── omni ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── onedark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── outrun ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── panda ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── prussian ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── radical ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── react ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── rose_pine ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── shades_of_purple ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── slateorange ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── solarized ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── solarized_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── swift ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── synthwave ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── tokyonight ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── transparent ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── vision_friendly_dark ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── vue ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md ├── yeblu ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md └── zenburn ├── 0-profile-details.svg ├── 1-repos-per-language.svg ├── 2-most-commit-language.svg ├── 3-stats.svg ├── 4-productive-time.svg └── README.md /.github/workflows/profile-summary-cards.yml: -------------------------------------------------------------------------------- 1 | name: GitHub-Profile-Summary-Cards 2 | 3 | on: 4 | create: 5 | push: 6 | schedule: # execute every 24 hours 7 | - cron: "* */24 * * *" 8 | workflow_dispatch: 9 | 10 | jobs: 11 | build: 12 | runs-on: ubuntu-latest 13 | name: generate-github-cards 14 | permissions: 15 | contents: write 16 | 17 | steps: 18 | - uses: actions/checkout@v2 19 | - uses: vn7n24fzkq/github-profile-summary-cards@release 20 | env: 21 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 22 | with: 23 | USERNAME: ${{ github.repository_owner }} 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # github-profile-summary-cards-example 2 | 3 | :star: [Tutorial](https://github.com/vn7n24fzkq/github-profile-summary-cards/wiki/Tutorial) ( Recommendation ) :star: 4 | 5 | Action already setup In this template, you just need click `use this template` button to create your repo and wait for workflow to finish. 6 | 7 | ```To create your profile README you need to name the repo as your username``` 8 | 9 | | :bell: | Don't forget to modify the image (All of images are in `profile-summary-card-output` folder). | 10 | | :-------: | :-------------------------------------------------------------------------------------------------------- | 11 | 12 | [![](https://raw.githubusercontent.com/vn7n24fzkq/github-profile-summary-cards-example/master/profile-summary-card-output/vue/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 13 | [![](https://raw.githubusercontent.com/vn7n24fzkq/github-profile-summary-cards-example/master/profile-summary-card-output/vue/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/vn7n24fzkq/github-profile-summary-cards-example/master/profile-summary-card-output/vue/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 14 | [![](https://raw.githubusercontent.com/vn7n24fzkq/github-profile-summary-cards-example/master/profile-summary-card-output/vue/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/vn7n24fzkq/github-profile-summary-cards-example/master/profile-summary-card-output/vue/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 15 | 16 | [More Info](https://github.com/vn7n24fzkq/github-profile-summary-cards) 17 | -------------------------------------------------------------------------------- /github-badge_Version3.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 🏆 12 | 13 | GitHub Champion 14 | 365-day Streak 15 | -------------------------------------------------------------------------------- /profile-summary-card-output/2077/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/2077/README.md: -------------------------------------------------------------------------------- 1 | ## 2077 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/2077/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/algolia/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/algolia/README.md: -------------------------------------------------------------------------------- 1 | ## algolia 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/algolia/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/apprentice/README.md: -------------------------------------------------------------------------------- 1 | ## apprentice 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/apprentice/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/aura/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/aura/README.md: -------------------------------------------------------------------------------- 1 | ## aura 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/aura_dark/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/aura_dark/README.md: -------------------------------------------------------------------------------- 1 | ## aura_dark 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/aura_dark/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/ayu_mirage/README.md: -------------------------------------------------------------------------------- 1 | ## ayu_mirage 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ayu_mirage/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/bear/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/bear/README.md: -------------------------------------------------------------------------------- 1 | ## bear 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/bear/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/blue_green/README.md: -------------------------------------------------------------------------------- 1 | ## blue_green 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blue_green/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/blueberry/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/blueberry/README.md: -------------------------------------------------------------------------------- 1 | ## blueberry 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/blueberry/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/buefy/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/buefy/README.md: -------------------------------------------------------------------------------- 1 | ## buefy 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/buefy/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/calm/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/calm/README.md: -------------------------------------------------------------------------------- 1 | ## calm 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/calm/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/chartreuse_dark/1-repos-per-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by RepoHTMLCSSJavaScriptPythonJupyter Notebook -------------------------------------------------------------------------------- /profile-summary-card-output/chartreuse_dark/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/city_lights/README.md: -------------------------------------------------------------------------------- 1 | ## city_lights 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/city_lights/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/cobalt/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/cobalt/README.md: -------------------------------------------------------------------------------- 1 | ## cobalt 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/cobalt2/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/cobalt2/README.md: -------------------------------------------------------------------------------- 1 | ## cobalt2 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/cobalt2/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/codeSTACKr/README.md: -------------------------------------------------------------------------------- 1 | ## codeSTACKr 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/codeSTACKr/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/darcula/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/darcula/README.md: -------------------------------------------------------------------------------- 1 | ## darcula 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/darcula/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/dark/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/dark/README.md: -------------------------------------------------------------------------------- 1 | ## dark 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dark/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/date_night/README.md: -------------------------------------------------------------------------------- 1 | ## date_night 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/date_night/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/default/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/default/README.md: -------------------------------------------------------------------------------- 1 | ## default 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/default/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/dracula/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/dracula/README.md: -------------------------------------------------------------------------------- 1 | ## dracula 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/dracula/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/flag_india/README.md: -------------------------------------------------------------------------------- 1 | ## flag_india 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/flag_india/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/github/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/github/README.md: -------------------------------------------------------------------------------- 1 | ## github 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/github_dark/README.md: -------------------------------------------------------------------------------- 1 | ## github_dark 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/github_dark/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/gotham/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/gotham/README.md: -------------------------------------------------------------------------------- 1 | ## gotham 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gotham/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/graywhite/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/graywhite/README.md: -------------------------------------------------------------------------------- 1 | ## graywhite 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/graywhite/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/great_gatsby/README.md: -------------------------------------------------------------------------------- 1 | ## great_gatsby 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/great_gatsby/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/gruvbox/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/gruvbox/README.md: -------------------------------------------------------------------------------- 1 | ## gruvbox 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/gruvbox/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/highcontrast/1-repos-per-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by RepoHTMLCSSJavaScriptPythonJupyter Notebook -------------------------------------------------------------------------------- /profile-summary-card-output/highcontrast/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/highcontrast/README.md: -------------------------------------------------------------------------------- 1 | ## highcontrast 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/highcontrast/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/jolly/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/jolly/README.md: -------------------------------------------------------------------------------- 1 | ## jolly 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/jolly/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/kacho_ga/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/kacho_ga/README.md: -------------------------------------------------------------------------------- 1 | ## kacho_ga 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/kacho_ga/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/maroongold/README.md: -------------------------------------------------------------------------------- 1 | ## maroongold 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/maroongold/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/merko/README.md: -------------------------------------------------------------------------------- 1 | ## merko 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/merko/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/moltack/README.md: -------------------------------------------------------------------------------- 1 | ## moltack 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moltack/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/monokai/README.md: -------------------------------------------------------------------------------- 1 | ## monokai 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/monokai/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/moonlight/README.md: -------------------------------------------------------------------------------- 1 | ## moonlight 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/moonlight/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/nightowl/README.md: -------------------------------------------------------------------------------- 1 | ## nightowl 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nightowl/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/nord_bright/README.md: -------------------------------------------------------------------------------- 1 | ## nord_bright 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_bright/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/nord_dark/README.md: -------------------------------------------------------------------------------- 1 | ## nord_dark 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/nord_dark/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/ocean_dark/README.md: -------------------------------------------------------------------------------- 1 | ## ocean_dark 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/ocean_dark/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/omni/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/omni/README.md: -------------------------------------------------------------------------------- 1 | ## omni 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/omni/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/onedark/README.md: -------------------------------------------------------------------------------- 1 | ## onedark 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/onedark/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/outrun/README.md: -------------------------------------------------------------------------------- 1 | ## outrun 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/outrun/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/panda/README.md: -------------------------------------------------------------------------------- 1 | ## panda 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/panda/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/prussian/README.md: -------------------------------------------------------------------------------- 1 | ## prussian 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/prussian/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/radical/README.md: -------------------------------------------------------------------------------- 1 | ## radical 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/radical/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/react/README.md: -------------------------------------------------------------------------------- 1 | ## react 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/react/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/rose_pine/README.md: -------------------------------------------------------------------------------- 1 | ## rose_pine 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/rose_pine/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/slateorange/README.md: -------------------------------------------------------------------------------- 1 | ## slateorange 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/slateorange/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/solarized/README.md: -------------------------------------------------------------------------------- 1 | ## solarized 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/solarized/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/swift/README.md: -------------------------------------------------------------------------------- 1 | ## swift 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/swift/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/synthwave/README.md: -------------------------------------------------------------------------------- 1 | ## synthwave 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/synthwave/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/tokyonight/README.md: -------------------------------------------------------------------------------- 1 | ## tokyonight 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/tokyonight/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/transparent/README.md: -------------------------------------------------------------------------------- 1 | ## transparent 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/transparent/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/vue/2-most-commit-language.svg: -------------------------------------------------------------------------------- 1 | Top Languages by CommitJavaHTMLCCSSJavaScript -------------------------------------------------------------------------------- /profile-summary-card-output/vue/README.md: -------------------------------------------------------------------------------- 1 | ## vue 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/vue/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/yeblu/README.md: -------------------------------------------------------------------------------- 1 | ## yeblu 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/yeblu/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | -------------------------------------------------------------------------------- /profile-summary-card-output/zenburn/README.md: -------------------------------------------------------------------------------- 1 | ## zenburn 2 | 3 | [![](./0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 4 | [![](./1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 5 | [![](./3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](./4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 6 | ### Now you can add this to your markdown 7 | ``` 8 | 9 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/0-profile-details.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 10 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/1-repos-per-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/2-most-commit-language.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 11 | [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/3-stats.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) [![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/4-productive-time.svg)](https://github.com/vn7n24fzkq/github-profile-summary-cards) 12 | 13 | ``` 14 | 15 | ### Each card usage 16 | --- 17 | 18 | ![](./0-profile-details.svg) 19 | 20 | ``` 21 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/0-profile-details.svg) 22 | ``` 23 | 24 | 25 | 26 | --- 27 | 28 | ![](./1-repos-per-language.svg) 29 | 30 | ``` 31 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/1-repos-per-language.svg) 32 | ``` 33 | 34 | 35 | 36 | --- 37 | 38 | ![](./2-most-commit-language.svg) 39 | 40 | ``` 41 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/2-most-commit-language.svg) 42 | ``` 43 | 44 | 45 | 46 | --- 47 | 48 | ![](./3-stats.svg) 49 | 50 | ``` 51 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/3-stats.svg) 52 | ``` 53 | 54 | 55 | 56 | --- 57 | 58 | ![](./4-productive-time.svg) 59 | 60 | ``` 61 | ![](https://raw.githubusercontent.com/mohittiwari98/mohit-tiwari98/master/profile-summary-card-output/zenburn/4-productive-time.svg) 62 | ``` 63 | 64 | 65 | --------------------------------------------------------------------------------