From 70862f92d23a0ce84d151501d2e369d266819718 Mon Sep 17 00:00:00 2001 From: RedHeadphone Date: Mon, 3 Oct 2022 20:52:50 +0530 Subject: [PATCH 1/5] added RedHeadphone Profile --- public/data/RedHeadphone.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 public/data/RedHeadphone.json diff --git a/public/data/RedHeadphone.json b/public/data/RedHeadphone.json new file mode 100644 index 00000000000..7104edcf7db --- /dev/null +++ b/public/data/RedHeadphone.json @@ -0,0 +1,35 @@ +{ + "name": "Huzaifa Khilawala", + "type": "personal", + "bio": "Leetcode Knight | Competetive Programmer", + "avatar": "https://github.com/RedHeadphone.png", + "links": [ + { + "name": "Follow me on GitHub", + "url": "https://github.com/RedHeadphone", + "icon": "github" + }, + { + "name": "Follow me on Twitter", + "url": "https://twitter.com/huzaifa_Khila", + "icon": "twitter" + }, + { + "name": "Leetcode Profile", + "url": "https://leetcode.com/RedHeadphone/", + "icon": "leetcode" + }, + { + "name": "Friend me on Codeforces", + "url": "https://codeforces.com/profile/redheadphone", + "icon": "codeforces" + }, + { + "name": "Follow me on LinkedIn", + "url": "https://www.linkedin.com/in/huzaifa-khilawala/", + "icon": "linkedin" + } + ], + "milestones": [ + ] + } \ No newline at end of file From e44597d44fe32345571b4cca354825ff392ad4ff Mon Sep 17 00:00:00 2001 From: RedHeadphone Date: Tue, 4 Oct 2022 18:42:26 +0530 Subject: [PATCH 2/5] removed milestone --- public/data/RedHeadphone.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/public/data/RedHeadphone.json b/public/data/RedHeadphone.json index 7104edcf7db..b901d77e655 100644 --- a/public/data/RedHeadphone.json +++ b/public/data/RedHeadphone.json @@ -29,7 +29,5 @@ "url": "https://www.linkedin.com/in/huzaifa-khilawala/", "icon": "linkedin" } - ], - "milestones": [ ] } \ No newline at end of file From 281d560e1c44419561e08d888a04dea8f1cc0ece Mon Sep 17 00:00:00 2001 From: RedHeadphone Date: Fri, 7 Oct 2022 23:11:33 +0530 Subject: [PATCH 3/5] share icon hover issue fix --- purgecss.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/purgecss.config.js b/purgecss.config.js index de39fef7801..359c343f5c7 100644 --- a/purgecss.config.js +++ b/purgecss.config.js @@ -2,4 +2,5 @@ module.exports = { content: ['build/index.html', 'build/static/js/*.js'], css: ['./build/static/css/*.css'], defaultExtractor: (content) => content.match(/[\w-/:]+(? Date: Sat, 8 Oct 2022 23:28:19 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d4abdd6abab..55a22d9aa86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Open in GitPod](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/EddieHubCommunity/LinkFree) ![Uptime](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FEddieHubCommunity%2Fmonitoring%2Fmaster%2Fapi%2Flink-free%2Fuptime.json) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/EddieHubCommunity/LinkFree?style=for-the-badge) +[![Open in GitPod](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/EddieHubCommunity/LinkFree) ![Uptime](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FEddieHubCommunity%2Fmonitoring%2Fmaster%2Fapi%2Flink-free%2Fuptime.json) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/EddieHubCommunity/LinkFree?style=for-the-badge) > **Note** > @@ -10,7 +10,7 @@ > Your profile will need to be deployed to appear, we try to collect a few together before deploying > > ### A note for Hacktoberfest participants: -> +> > - Pull requests which add or edit your information in a `public/data/${yourname}.json` file will NOT be counted for Hacktoberfest. > - Pull requests which improve the codebase, documentation, or other aspects of the project and are in line with the core values of the event will count. Maintainers will opt-in these PRs by applying the `hacktoberfest-accepted` label. @@ -68,7 +68,6 @@ Looking for inspiration? You can view the following profiles for an example: - [Kaiwalya Koparkar](https://github.com/EddieHubCommunity/LinkFree/blob/main/public/data/kaiwalyakoparkar.json) Your brand new file should look something similar to this one: - > **Note**: add/remove `links` objects to customise your profile, `milestones` are optional ```json From 24034bb1c98aca2d522b7ba08b35f6675e5cb065 Mon Sep 17 00:00:00 2001 From: Huzaifa Khilawala <55500003+RedHeadphone@users.noreply.github.com> Date: Sat, 8 Oct 2022 23:29:36 +0530 Subject: [PATCH 5/5] Update CONTRIBUTING.md --- docs/contributing/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/contributing/CONTRIBUTING.md b/docs/contributing/CONTRIBUTING.md index 3fd384fcd5d..3924776b2fe 100644 --- a/docs/contributing/CONTRIBUTING.md +++ b/docs/contributing/CONTRIBUTING.md @@ -1,8 +1,9 @@ + ## 👨‍💻 Prerequisite Skills to Contribute ### Contribute in public/Profile -- [Git](https://git-scm.com/) +- [Git](https://git-scm.com/) - [JSON](https://www.json.org/json-en.html) ### Contribute in Documents @@ -14,6 +15,7 @@ - [React](https://reactjs.org/) - [Prime React](https://www.primefaces.org/primereact/) + --- ## 💥 How to Contribute