From 728505f5abdc4ea3308c299adb3c49f3d03b6dec Mon Sep 17 00:00:00 2001 From: Anirudh Emmadi Date: Mon, 13 Jul 2020 18:11:46 -0500 Subject: [PATCH 01/30] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35259ce..7348eab 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ #### Simple but Innovative Ones πŸ€— +- [Anirudh Emmadi](https://github.com/aemmadi) - [Nate Moore](https://github.com/natemoo-re/natemoo-re) - [Jhey Tompkins](https://github.com/jh3y/jh3y) - [Waylon Walker](https://github.com/WaylonWalker/WaylonWalker) From bab9fdd1ab2dab17ec49401bca52cdedd667d373 Mon Sep 17 00:00:00 2001 From: Anirudh Emmadi Date: Tue, 14 Jul 2020 11:05:10 -0500 Subject: [PATCH 02/30] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7348eab..4a21930 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ ## Categories +#### Badges +- [Anirudh Emmadi](https://github.com/aemmadi) + #### Github Actions πŸ€– - [Brian Douglas](https://github.com/bdougie/bdougie) - [Shawn Wang](https://github.com/sw-yx/sw-yx) @@ -27,7 +30,6 @@ #### Simple but Innovative Ones πŸ€— -- [Anirudh Emmadi](https://github.com/aemmadi) - [Nate Moore](https://github.com/natemoo-re/natemoo-re) - [Jhey Tompkins](https://github.com/jh3y/jh3y) - [Waylon Walker](https://github.com/WaylonWalker/WaylonWalker) From 419d41d1766c40d28b0f4f25ab812b0701fa2465 Mon Sep 17 00:00:00 2001 From: Nathachai Thongniran Date: Wed, 15 Jul 2020 10:03:30 +0700 Subject: [PATCH 03/30] Add example code for creating server that can serve dynamic content for GitHub profile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39fa09..608bdbb 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ - [Shields Project](https://shields.io/) - Use Shields to create profile badges, compatible with Simple Icons - [Github Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Get dynamically generated GitHub stats on your readmes - [Simple Icons](https://github.com/simple-icons/simple-icons#cdn-usage) - SVG icons for popular brands for your README.md files +- [Current UTC time](https://github.com/jojoee/jojoee) - Example code of server that can serve dynamic content on GitHub profile ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From 56ecd67a12b6907623156f5125827d3b341bccf2 Mon Sep 17 00:00:00 2001 From: Khan Ghazi Date: Wed, 15 Jul 2020 16:29:33 +0530 Subject: [PATCH 04/30] Added profile and Article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f39fa09..79f9a39 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ #### Minimalistic - [Gift Egwuenu](https://github.com/lauragift21/lauragift21) - [Kelechi Precious Nwachukwu](https://github.com/PluckyPrecious/PluckyPrecious) +- [Ghazi Khan](https://github.com/gkhan205) #### GIFS πŸ‘» - [Ari](https://github.com/ari-hacks/ari-hacks) @@ -83,6 +84,7 @@ - ["Dynamically Generated Github Stats For Your Profile ReadMe"](https://dev.to/anuraghazra/dynamically-generated-github-stats-for-your-profile-readme-o4g) - *Anurag Hazra* - ["How to create an awesome GIF for your GitHub Profile README"](https://dev.to/satvikchachra/how-to-add-an-awesome-readme-to-your-github-profile-361n) - *Satvik Chachra* - ["Create a special repository in your GitHub Profile πŸ”¨, supported and unsupported features"](https://torrocus.com/blog/special-github-repository/) - *Alex Malaszkiewicz* +- ["How to create a Github Profile README with Dynamic Github Stats"](https://codewithghazi.com/how-to-create-a-github-profile-readme-with-dynamic-github-stats/) - *Ghazi Khan* ## Contribute From 50c8f1f09b7ed749bf6b4594a852a65bfcf38de4 Mon Sep 17 00:00:00 2001 From: Caneco Date: Wed, 15 Jul 2020 21:59:51 +0100 Subject: [PATCH 05/30] Added my proofile and a count visits package --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 839deb8..4400fa0 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ - [Ing](https://github.com/innng/innng) #### Minimalistic +- [Caneco](https://github.com/caneco/) - [Gift Egwuenu](https://github.com/lauragift21/lauragift21) - [Kelechi Precious Nwachukwu](https://github.com/PluckyPrecious/PluckyPrecious) @@ -105,6 +106,7 @@ - [Shields Project](https://shields.io/) - Use Shields to create profile badges, compatible with Simple Icons - [Github Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Get dynamically generated GitHub stats on your readmes - [Simple Icons](https://github.com/simple-icons/simple-icons#cdn-usage) - SVG icons for popular brands for your README.md files +- [Laravel GitHub Profile Visit Counter](https://github.com/caneco/laravel-github-profile-view-counter) - Add on you Laravel project a quick-badge to count your profile visits. ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From 993ec65816c2278f05140efaaf8b9caf2e6381a9 Mon Sep 17 00:00:00 2001 From: Caneco Date: Thu, 16 Jul 2020 10:12:56 +0100 Subject: [PATCH 06/30] Update README.md Fix typo thanks to @peterthehan. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4400fa0..0f93058 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ - [Shields Project](https://shields.io/) - Use Shields to create profile badges, compatible with Simple Icons - [Github Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Get dynamically generated GitHub stats on your readmes - [Simple Icons](https://github.com/simple-icons/simple-icons#cdn-usage) - SVG icons for popular brands for your README.md files -- [Laravel GitHub Profile Visit Counter](https://github.com/caneco/laravel-github-profile-view-counter) - Add on you Laravel project a quick-badge to count your profile visits. +- [Laravel GitHub Profile Visit Counter](https://github.com/caneco/laravel-github-profile-view-counter) - Add on your Laravel project a quick-badge to count your profile visits. ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From cd70cebf0c78a703cb6c65e5d0e212954ae9804c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 16 Jul 2020 17:38:04 -0700 Subject: [PATCH 07/30] Added my article about how I built simonw/simonw --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34cb25d..392d8b2 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ - ["How to create an awesome GIF for your GitHub Profile README"](https://dev.to/satvikchachra/how-to-add-an-awesome-readme-to-your-github-profile-361n) - *Satvik Chachra* - ["Create a special repository in your GitHub Profile πŸ”¨, supported and unsupported features"](https://torrocus.com/blog/special-github-repository/) - *Alex Malaszkiewicz* - ["How I Built A Self-Updating README On My Github Profile"](https://www.mokkapps.de/blog/how-i-built-a-self-updating-readme-on-my-git-hub-profile/) - *Michael Hoffmann (Mokkapps)* +- ["Building a self-updating profile README for GitHub"](https://simonwillison.net/2020/Jul/10/self-updating-profile-readme/) - *Simon Willison* ## Contribute From 28919fba5aa35368350d23cc06f2e167d5a5196a Mon Sep 17 00:00:00 2001 From: Ryan Lanciaux Date: Thu, 16 Jul 2020 22:30:38 -0400 Subject: [PATCH 08/30] Adds 1990s style visitor counter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34cb25d..8792025 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ ## Tools - [Visitor Badge](https://visitor-badge.glitch.me/#docs) - Count visitors for your README.md, Issues, PRs in GitHub +- [1990s style Visitor Counter](https://twitter.com/ryanlanciaux/status/1283755637126705152) - Add a 1990s style visitor counter with one line of markdown. - [Shields Project](https://shields.io/) - Use Shields to create profile badges, compatible with Simple Icons - [Github Readme Stats](https://github.com/anuraghazra/github-readme-stats) - Get dynamically generated GitHub stats on your readmes - [Simple Icons](https://github.com/simple-icons/simple-icons#cdn-usage) - SVG icons for popular brands for your README.md files From 6609c53b8ca839367500a9e5489dc252a56bc392 Mon Sep 17 00:00:00 2001 From: Anirudh Emmadi Date: Thu, 16 Jul 2020 21:36:37 -0500 Subject: [PATCH 09/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a21930..d7ff2f0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Categories #### Badges -- [Anirudh Emmadi](https://github.com/aemmadi) +- [Anirudh Emmadi](https://github.com/aemmadi/aemmadi) #### Github Actions πŸ€– - [Brian Douglas](https://github.com/bdougie/bdougie) From 6d6a809f3a30bb8676bfed712327f986640779db Mon Sep 17 00:00:00 2001 From: Kaito Sugimoto Date: Fri, 17 Jul 2020 16:26:11 +0900 Subject: [PATCH 10/30] Add 7ma7X's profile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34cb25d..f818253 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ #### Just Images 🎭 - [偏右](https://github.com/afc163/afc163) - [thewhiteh4t](https://github.com/thewhiteh4t/thewhiteh4t) +- [Kaito Sugimoto](https://github.com/7ma7X) #### Fancy Fonts πŸ–‹ - [xiaoluoboding](https://github.com/xiaoluoboding/xiaoluoboding) From c60f95595ecd4c1b354e3f2a6f7bab9225242b91 Mon Sep 17 00:00:00 2001 From: Kaito Sugimoto Date: Fri, 17 Jul 2020 16:28:52 +0900 Subject: [PATCH 11/30] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f818253..28cd457 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ #### Just Images 🎭 - [偏右](https://github.com/afc163/afc163) - [thewhiteh4t](https://github.com/thewhiteh4t/thewhiteh4t) -- [Kaito Sugimoto](https://github.com/7ma7X) +- [Kaito Sugimoto](https://github.com/7ma7X/7ma7X) #### Fancy Fonts πŸ–‹ - [xiaoluoboding](https://github.com/xiaoluoboding/xiaoluoboding) From 24386d82de6e2f8bc3d47e7fb2c8b042320bc43d Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Fri, 17 Jul 2020 13:40:16 +0530 Subject: [PATCH 12/30] Added Sponsors Heading --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 34cb25d..0c65d15 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ Issues Badge GitHub contributors License Badge + +Loved the project? Please consider [donating](https://paypal.me/abhisheknaiidu) to help it improve! + ### Contents: From ee053e29b831abb1ada703b81941b16b54bb1d8a Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Fri, 17 Jul 2020 13:49:02 +0530 Subject: [PATCH 13/30] Some minor changes.. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e72458d..c438710 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ - [Ing](https://github.com/innng/innng) - [AbhhiSaphire](https://github.com/AbhiSaphire/AbhiSaphire) -#### Minimalistic +#### Minimalistic ✨ - [Caneco](https://github.com/caneco/) - [Gift Egwuenu](https://github.com/lauragift21/lauragift21) - [Kelechi Precious Nwachukwu](https://github.com/PluckyPrecious/PluckyPrecious) @@ -102,7 +102,6 @@ - [Pratik Kumar](https://github.com/pr2tik1/pr2tik1) - [Dennis Hartrampf](https://github.com/DennisHartrampf/DennisHartrampf) - #### GIFS πŸ‘» - [Ari](https://github.com/ari-hacks/ari-hacks) - [Siv Ram Shastri](https://github.com/Prince-Shivaram/Prince-Shivaram) From da772e4cf7dbbd5da683bb662d0b83ad7a07f404 Mon Sep 17 00:00:00 2001 From: Rishit Dagli Date: Fri, 17 Jul 2020 13:59:52 +0530 Subject: [PATCH 14/30] Added Rishit Dagli --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c438710..dad95e8 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ - [Stephen Ajulu](https://github.com/stephenajulu/stephenajulu) - [Haany Ali](https://github.com/MarikIshtar007/MarikIshtar007) - [Anurag Singh](https://github.com/ashleymavericks/ashleymavericks) +- [Rishit Dagli](https://github.com/Rishit-dagli/Rishit-dagli) #### Typing.. Mode 🎰 - [Mathieu Ledru](https://github.com/matyo91/matyo91) From e9c341ab29f9a8ae5ebbe43bd9ebcfae15f500f6 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Fri, 17 Jul 2020 15:00:29 +0530 Subject: [PATCH 15/30] Fixes Badges Category --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e5fb64..3be5ce7 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,6 @@ ## Categories -#### Badges -- [Anirudh Emmadi](https://github.com/aemmadi/aemmadi) - #### Github Actions πŸ€– - [Thomas Guibert](https://github.com/thmsgbrt/thmsgbrt) - [Brian Douglas](https://github.com/bdougie/bdougie) @@ -69,7 +66,6 @@ - [Anurag Hazra](https://github.com/anuraghazra/anuraghazra) - [Hemant Joshi](https://github.com/8bithemant/8bithemant) - #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) @@ -115,6 +111,9 @@ - [thewhiteh4t](https://github.com/thewhiteh4t/thewhiteh4t) - [Kaito Sugimoto](https://github.com/7ma7X/7ma7X) +#### Badges +- [Anirudh Emmadi](https://github.com/aemmadi/aemmadi) + #### Fancy Fonts πŸ–‹ - [xiaoluoboding](https://github.com/xiaoluoboding/xiaoluoboding) From 1e18c553430db2b16b229d0ecb81a9d167575383 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Fri, 17 Jul 2020 15:03:36 +0530 Subject: [PATCH 16/30] Added badge emoji and fixed alignment --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3be5ce7..868be8a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - [Minimalistic ✨](#minimalistic) - [GIFS πŸ‘»](#gifs-) - [Just Images 🎭](#just-images-) + - [Badges 🎫](#badges-) - [Fancy Fonts πŸ–‹](#fancy-fonts-) - [Icons 🎯](#icons-) - [Tools](#tools) @@ -111,7 +112,7 @@ - [thewhiteh4t](https://github.com/thewhiteh4t/thewhiteh4t) - [Kaito Sugimoto](https://github.com/7ma7X/7ma7X) -#### Badges +#### Badges 🎫 - [Anirudh Emmadi](https://github.com/aemmadi/aemmadi) #### Fancy Fonts πŸ–‹ From 7ddf4141135012641d484c99733377da67b88325 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=CA=99=CA=9C=C9=AA=C9=B4=E1=B4=80=E1=B4=A0=20s?= =?UTF-8?q?=CA=9C=E1=B4=80=CA=80=E1=B4=8D=E1=B4=80=E2=9C=A9?= Date: Fri, 17 Jul 2020 15:09:08 +0530 Subject: [PATCH 17/30] =?UTF-8?q?=F0=9F=9A=80=20Updating=20from=20new=20fo?= =?UTF-8?q?rk=20:=20Adding=20Tool=20=E2=9E=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 868be8a..3e107cc 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ - [Dev Metrics in Readme](https://github.com/athul/waka-readme) - [WakaTime](https://wakatime.com/) Weekly Metrics on your Profile Readme - [Profile Activity Generator](https://github.com/omidnikrah/profile-activity-generator) - Generate custom profile activity for your profile README - [Current UTC time](https://github.com/jojoee/jojoee) - Example code of server that can serve dynamic content on GitHub profile +- [Github Activity in README](https://github.com/jamesgeorge007/github-activity-readme) - Updates `README.md` with the recent GitHub activity of a user ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From 1f2db64d8cbc17f15ef946e3e5b2462d8f129367 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Fri, 17 Jul 2020 15:49:20 +0530 Subject: [PATCH 18/30] Added Saadegi --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28eac9d..93431a3 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ - [Dennis Hartrampf](https://github.com/DennisHartrampf/DennisHartrampf) #### GIFS πŸ‘» +- [Pouya Saadeghi](https://github.com/saadeghi/saadeghi) - [Ari](https://github.com/ari-hacks/ari-hacks) - [Siv Ram Shastri](https://github.com/Prince-Shivaram/Prince-Shivaram) - [Shanu Mishra](https://github.com/Shanu1515/Shanu1515) From 62968c04bcb6c0d93f9df18ab3ff475e9bf31d2c Mon Sep 17 00:00:00 2001 From: DANIELS-ROTH Stan Date: Fri, 17 Jul 2020 14:07:27 +0200 Subject: [PATCH 19/30] =?UTF-8?q?=E2=9C=A8=20add=20MrStanDu33=20profile=20?= =?UTF-8?q?@=20Minimalistic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Please tell me if you need anythings, I stay tune ! πŸ‘Œ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93431a3..1039c39 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ - [Ghazi Khan](https://github.com/gkhan205) - [Pratik Kumar](https://github.com/pr2tik1/pr2tik1) - [Dennis Hartrampf](https://github.com/DennisHartrampf/DennisHartrampf) +- [MrStanDu33](https://github.com/MrStanDu33/MrStanDu33) #### GIFS πŸ‘» - [Pouya Saadeghi](https://github.com/saadeghi/saadeghi) From 9b3a032cca804bf1ad39bfd6a8a323c5793601b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=80=CA=99=CA=9C=C9=AA=C9=B4=E1=B4=80=E1=B4=A0=20s?= =?UTF-8?q?=CA=9C=E1=B4=80=CA=80=E1=B4=8D=E1=B4=80=E2=9C=A9?= Date: Fri, 17 Jul 2020 18:50:09 +0530 Subject: [PATCH 20/30] =?UTF-8?q?=E2=9E=95=20Added=20another=20Tool?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93431a3..1510ec7 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,9 @@ - [Laravel GitHub Profile Visit Counter](https://github.com/caneco/laravel-github-profile-view-counter) - Add on your Laravel project a quick-badge to count your profile visits. - [Dev Metrics in Readme](https://github.com/athul/waka-readme) - [WakaTime](https://wakatime.com/) Weekly Metrics on your Profile Readme - [Profile Activity Generator](https://github.com/omidnikrah/profile-activity-generator) - Generate custom profile activity for your profile README -- [Current UTC time](https://github.com/jojoee/jojoee) - Example code of server that can serve dynamic content on GitHub profile +- [Current UTC time](https://github.com/jojoee/jojoee) - Example code of server that can serve dynamic content on GitHub profile - [Github Activity in README](https://github.com/jamesgeorge007/github-activity-readme) - Updates `README.md` with the recent GitHub activity of a user +- [Github Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator) - This tool provides an easy way to create github profile readme with latest addons like `visitors count`, `github stats` etc. ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From 4f6bfb62cb0946fe002ba2607b6de886d8e6c5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Fri, 17 Jul 2020 18:53:07 +0300 Subject: [PATCH 21/30] Add Dynamic Profile Page Action to tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5badc00..b4b2757 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ - [Current UTC time](https://github.com/jojoee/jojoee) - Example code of server that can serve dynamic content on GitHub profile - [Github Activity in README](https://github.com/jamesgeorge007/github-activity-readme) - Updates `README.md` with the recent GitHub activity of a user - [Github Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator) - This tool provides an easy way to create github profile readme with latest addons like `visitors count`, `github stats` etc. +- [Dynamic Profile Page On Github](https://github.com/umutphp/github-action-dynamic-profile-page] - Get dynamically generated list of your commits (of the repositories that the action is configured) on GitHub profile readme. ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From ea35ce3c1902fdd64b1470227f741506e8fbc259 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Sat, 18 Jul 2020 00:48:32 +0530 Subject: [PATCH 22/30] Add zack --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5badc00..90916b6 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ - [Duncan](https://github.com/dephraiim/dephraiim) #### Just Images 🎭 +- [Zack Krida](https://github.com/zackkrida/zackkrida) - [偏右](https://github.com/afc163/afc163) - [thewhiteh4t](https://github.com/thewhiteh4t/thewhiteh4t) - [Kaito Sugimoto](https://github.com/7ma7X/7ma7X) From de511f1800aeddf3eb5b435e20b9bb5a2938221b Mon Sep 17 00:00:00 2001 From: Iolar Demartini Junior Date: Fri, 17 Jul 2020 16:37:11 -0300 Subject: [PATCH 23/30] Add Demartini's Profile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90916b6..659ce66 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ - [Shanu Mishra](https://github.com/Shanu1515/Shanu1515) - [Shubham Kumar](https://github.com/imskr/imskr) - [Duncan](https://github.com/dephraiim/dephraiim) +- [Demartini](https://github.com/demartini/demartini) #### Just Images 🎭 - [Zack Krida](https://github.com/zackkrida/zackkrida) From fee64afe9096295b5374e9ada82c3a68eb6c1ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20I=C5=9F=C4=B1k?= Date: Fri, 17 Jul 2020 23:29:28 +0300 Subject: [PATCH 24/30] Fix Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b2757..6e7ef15 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ - [Current UTC time](https://github.com/jojoee/jojoee) - Example code of server that can serve dynamic content on GitHub profile - [Github Activity in README](https://github.com/jamesgeorge007/github-activity-readme) - Updates `README.md` with the recent GitHub activity of a user - [Github Profile README Generator](https://github.com/rahuldkjain/github-profile-readme-generator) - This tool provides an easy way to create github profile readme with latest addons like `visitors count`, `github stats` etc. -- [Dynamic Profile Page On Github](https://github.com/umutphp/github-action-dynamic-profile-page] - Get dynamically generated list of your commits (of the repositories that the action is configured) on GitHub profile readme. +- [Dynamic Profile Page On Github](https://github.com/umutphp/github-action-dynamic-profile-page) - Get dynamically generated list of your commits (of the repositories that the action is configured) on GitHub profile readme. ## Articles - ["How To Create A GitHub Profile README"](https://www.aboutmonica.com/blog/how-to-create-a-github-profile-readme) - *Monica Powell* From e500fd7659ea7b3aecf34b602269d2a54a549c32 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 18 Jul 2020 05:10:55 +0800 Subject: [PATCH 25/30] Add Sindre Sorhus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efd78c5..d781eb2 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ - [Shubham Kumar](https://github.com/imskr/imskr) - [Duncan](https://github.com/dephraiim/dephraiim) - [Demartini](https://github.com/demartini/demartini) +- [Sindre Sorhus](https://github.com/sindresorhus) #### Just Images 🎭 - [Zack Krida](https://github.com/zackkrida/zackkrida) From f1c3333dfdc549317a581400663a71f62a50b138 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 18 Jul 2020 05:29:36 +0800 Subject: [PATCH 26/30] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d781eb2..9c93d4e 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ - [Shubham Kumar](https://github.com/imskr/imskr) - [Duncan](https://github.com/dephraiim/dephraiim) - [Demartini](https://github.com/demartini/demartini) -- [Sindre Sorhus](https://github.com/sindresorhus) +- [Sindre Sorhus](https://github.com/sindresorhus/sindresorhus) #### Just Images 🎭 - [Zack Krida](https://github.com/zackkrida/zackkrida) From 0137bd53ee958d4cf37d72fb3ca9c948edab7261 Mon Sep 17 00:00:00 2001 From: Garima Singh Date: Sat, 18 Jul 2020 03:18:25 +0530 Subject: [PATCH 27/30] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c93d4e..c38ceed 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) +- [Garima Singh](https://github.com/garimasingh128) #### Simple but Innovative Ones πŸ€— - [Nate Moore](https://github.com/natemoo-re/natemoo-re) From 0b7e5591626e0b39fda1b5b2e6eac29a49031719 Mon Sep 17 00:00:00 2001 From: Vinit Shahdeo Date: Sat, 18 Jul 2020 03:20:35 +0530 Subject: [PATCH 28/30] add a new profile readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c93d4e..c31b017 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ - [Haany Ali](https://github.com/MarikIshtar007/MarikIshtar007) - [Anurag Singh](https://github.com/ashleymavericks/ashleymavericks) - [Rishit Dagli](https://github.com/Rishit-dagli/Rishit-dagli) +- [Vinit Shahdeo](https://github.com/vinitshahdeo/vinitshahdeo/) #### Typing.. Mode 🎰 - [Mathieu Ledru](https://github.com/matyo91/matyo91) From 9b4857db0e83dbd5ff764794c2aa0f9e3c91f528 Mon Sep 17 00:00:00 2001 From: Jonathan Gin Date: Fri, 17 Jul 2020 17:56:18 -0400 Subject: [PATCH 29/30] Add JonathanGin52 to Game mode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c93d4e..a3b730c 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ - [Tim Burgan](https://github.com/timburgan/timburgan) - [Ben Sampica](https://github.com/benjaminsampica/benjaminsampica) - [Kavish Hukmani](https://github.com/DoubleGremlin181/DoubleGremlin181) +- [Jonathan Gin](https://github.com/JonathanGin52/JonathanGin52) #### Code Mode πŸ‘¨πŸ½β€πŸ’» - [Thaiane Braga](https://github.com/Thaiane/Thaiane) From 3ee7d616b8546f6426cacfc583acc007bd441b4f Mon Sep 17 00:00:00 2001 From: Garima Singh Date: Sat, 18 Jul 2020 03:51:53 +0530 Subject: [PATCH 30/30] Done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c38ceed..9299280 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) -- [Garima Singh](https://github.com/garimasingh128) +- [Garima Singh](https://github.com/garimasingh128/garimasingh128) #### Simple but Innovative Ones πŸ€— - [Nate Moore](https://github.com/natemoo-re/natemoo-re)