From d83e62ad6908fc2f5c05781cc8259d3c332476c2 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:26:12 +0530 Subject: [PATCH 01/10] GH Actions --- .github/workflows/prettier.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/workflows/prettier.yml diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml new file mode 100644 index 0000000..f7cc1ce --- /dev/null +++ b/.github/workflows/prettier.yml @@ -0,0 +1,2 @@ +- name: Prettier Action + uses: creyD/prettier_action@v3.0 From da1b9444a6709547ff54af36aa3a2e99fa0302c3 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:31:43 +0530 Subject: [PATCH 02/10] GH Actions testing.. --- .github/workflows/prettier.yml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index f7cc1ce..d176d55 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -1,2 +1,22 @@ -- name: Prettier Action - uses: creyD/prettier_action@v3.0 +name: Continuous Integration + +# This action works with pull requests and pushes +on: + pull_request: + push: + branches: + - master + +jobs: + prettier: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v2 + with: + # Make sure the actual branch is checked out when running on pull requests + ref: ${{ github.head_ref }} + + - name: Prettify code + uses: creyD/prettier_action@v2.2 \ No newline at end of file From f23595cd12a61dd643c2f9faefef06ebcf5582b5 Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 12:02:21 +0000 Subject: [PATCH 03/10] Prettified Code! --- .github/language.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/language.js b/.github/language.js index 3e2ab18..fb43ea9 100644 --- a/.github/language.js +++ b/.github/language.js @@ -1 +1 @@ -console.log("Github Profile Readme"); \ No newline at end of file +console.log("Github Profile Readme"); From e2c044e55ba3af2a666690d69621e4d7ca61870a Mon Sep 17 00:00:00 2001 From: abhisheknaiidu Date: Wed, 15 Jul 2020 17:48:21 +0530 Subject: [PATCH 04/10] Testing.. --- .github/workflows/prettier.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index d176d55..b6e59e7 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -9,14 +9,12 @@ on: jobs: prettier: + name: Run Prettier runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - with: - # Make sure the actual branch is checked out when running on pull requests - ref: ${{ github.head_ref }} - name: Prettify code uses: creyD/prettier_action@v2.2 \ No newline at end of file From 4078e497cc53d8e18ed7bce42b89478d0aea0228 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Wed, 15 Jul 2020 18:00:54 +0530 Subject: [PATCH 05/10] =?UTF-8?q?=E2=9E=95=20Added=20Contents=20at=20the?= =?UTF-8?q?=20top?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f39fa09..9bf0167 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,27 @@ [![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme?style=plastic)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) [![GitHub License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE) +### Contents + - [Categories](#categories) + - [Github Actions πŸ€–](#github-actions-) + - [Game Mode πŸš€](#game-mode-) + - [Code Mode πŸ‘¨πŸ½β€πŸ’»](#code-mode-) + - [Dynamic Realtime πŸ’«](#dynamic-realtime-) + - [Descriptive πŸ—’](#descriptive-) + - [Simple but Innovative Ones πŸ€—](#simple-but-innovative-ones-) + - [Typing.. Mode 🎰](#typing-mode-) + - [Anime πŸ‘Ύ](#anime-) + - [Minimalistic](#minimalistic) + - [GIFS πŸ‘»](#gifs-) + - [Just Images 🎭](#just-images-) + - [Fancy Fonts πŸ–‹](#fancy-fonts-) + - [Icons 🎯](#icons-) + - [Tools](#tools) + - [Articles](#articles) + - [Contribute](#contribute) + - [License](#license) + + ## Categories #### Github Actions πŸ€– From cbfcc53943875f1d7f6e4f0ec90f556a589340aa Mon Sep 17 00:00:00 2001 From: Haany Ali <46514188+MarikIshtar007@users.noreply.github.com> Date: Wed, 15 Jul 2020 18:03:07 +0530 Subject: [PATCH 06/10] Added Profile : Haany Ali --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39fa09..ce96e90 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ - [Vansh Kapoor](https://github.com/vanshkapoor/vanshkapoor) - [Harsh Kumar Khatri](https://github.com/harshkumarkhatri/harshkumarkhatri) - [Stephen Ajulu](https://github.com/stephenajulu/stephenajulu) +- [Haany Ali](https://github.com/MarikIshtar007/MarikIshtar007) #### Typing.. Mode 🎰 - [Mathieu Ledru](https://github.com/matyo91/matyo91) From 0f30f7d06883a3e913e9eecc85d04da6fe96c5b6 Mon Sep 17 00:00:00 2001 From: Hemant Date: Wed, 15 Jul 2020 18:17:00 +0530 Subject: [PATCH 07/10] Added Hemant Joshi's Readme Added Hemant Joshi's README.md username: @8bithemant --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f39fa09..28c4797 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ #### Dynamic Realtime πŸ’« - [Abhishek Naidu](https://github.com/abhisheknaiidu/abhisheknaiidu) - [Anurag Hazra](https://github.com/anuraghazra/anuraghazra) +- [Hemant Joshi](https://github.com/8bithemant/8bithemant) #### Descriptive πŸ—’ - [Filip Troníček](https://github.com/filiptronicek/filiptronicek) From fdaab88e670eb83b95849c51ef1656eb7b8397d6 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Wed, 15 Jul 2020 18:50:36 +0530 Subject: [PATCH 08/10] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20PR=20&=20Issues=20?= =?UTF-8?q?Badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bf0167..2177f9b 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ [![GitHub issues](https://img.shields.io/github/stars/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/stargazers) [![GitHub forks](https://img.shields.io/github/forks/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/network/members) -[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/abhisheknaiidu/awesome-github-profile-readme?style=plastic)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/pulls) -[![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme?style=plastic)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) +[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/pulls) +[![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) [![GitHub License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE) ### Contents From 9660f13362852cedeb055facab84229431c61548 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Wed, 15 Jul 2020 15:30:54 +0200 Subject: [PATCH 09/10] Added my GitHub profile README repo and the corresponding article --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee9ddaa..094a18c 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ - [Shawn Wang](https://github.com/sw-yx/sw-yx) - [Simon Willison](https://github.com/simonw/simonw) - [Mike Coutermarsh](https://github.com/mscoutermarsh/mscoutermarsh) +- [Michael Hoffmann (Mokkapps)](https://github.com/mokkapps/mokkapps) #### Game Mode πŸš€ - [Tim Burgan](https://github.com/timburgan/timburgan) @@ -105,6 +106,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 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)* ## Contribute From 245fc8c5c1d42b8e1569ccfd622f694cdabbba66 Mon Sep 17 00:00:00 2001 From: ABSphreak Date: Wed, 15 Jul 2020 20:28:24 +0530 Subject: [PATCH 10/10] =?UTF-8?q?=E2=9C=A8=20Changes=20to=20the=20heading:?= =?UTF-8?q?=20centering=20everything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2177f9b..39731d6 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,19 @@ +

Awesome Github Profile README

+
+Awesome Badge + +Star Badge -# Awesome Github Profile README ![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) ![](https://visitor-badge.glitch.me/badge?page_id=abhisheknaiidu.awesome-github-profile-readme) ![Star Repo](https://img.shields.io/static/v1?label=%F0%9F%8C%9F&message=If%20Useful&style=style=flat&color=BC4E99) -> A curated list of awesome Github Profile READMEs +A curated list of awesome Github Profile READMEs -[![GitHub issues](https://img.shields.io/github/stars/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/stargazers) -[![GitHub forks](https://img.shields.io/github/forks/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/network/members) -[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/pulls) -[![GitHub issues](https://img.shields.io/github/issues/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/issues) -[![GitHub License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE) +Stars Badge +Forks Badge +Pull Requests Badge +Issues Badge +License Badge +
-### Contents +### Contents: - [Categories](#categories) - [Github Actions πŸ€–](#github-actions-) - [Game Mode πŸš€](#game-mode-)