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");
diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml
new file mode 100644
index 0000000..b6e59e7
--- /dev/null
+++ b/.github/workflows/prettier.yml
@@ -0,0 +1,20 @@
+name: Continuous Integration
+
+# This action works with pull requests and pushes
+on:
+ pull_request:
+ push:
+ branches:
+ - master
+
+jobs:
+ prettier:
+ name: Run Prettier
+ runs-on: ubuntu-latest
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Prettify code
+ uses: creyD/prettier_action@v2.2
\ No newline at end of file
diff --git a/README.md b/README.md
index 79f9a39..1e75acc 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,38 @@
+
Awesome Github Profile README
+
+
+
+
+
+
A curated list of awesome Github Profile READMEs
+
+
+
+
+
+
+
+
+### 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)
-# 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
-
-[![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 License](https://img.shields.io/github/license/abhisheknaiidu/awesome-github-profile-readme)](https://github.com/abhisheknaiidu/awesome-github-profile-readme/blob/master/LICENSE)
## Categories
@@ -15,6 +41,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)
@@ -27,6 +54,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)
@@ -38,6 +66,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)
@@ -85,6 +114,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 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*
+- ["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