From 3fc8ebe1368a7b50394633f77cbe0801ca89f8a5 Mon Sep 17 00:00:00 2001 From: SantanuxD Date: Sun, 4 Oct 2020 19:17:35 +0530 Subject: [PATCH 01/11] Added SantanuxD profile card --- src/profiles/SantanuxD.md | 4 ++++ src/profiles/harjotscs.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 src/profiles/SantanuxD.md diff --git a/src/profiles/SantanuxD.md b/src/profiles/SantanuxD.md new file mode 100644 index 0000000..2a3c56b --- /dev/null +++ b/src/profiles/SantanuxD.md @@ -0,0 +1,4 @@ +--- +username: SantanuxD +fullname: Santanu Biswas +--- \ No newline at end of file diff --git a/src/profiles/harjotscs.md b/src/profiles/harjotscs.md index 785569e..79f01df 100644 --- a/src/profiles/harjotscs.md +++ b/src/profiles/harjotscs.md @@ -1,4 +1,4 @@ ---- -username: harjotscs -fullname: Harjot Singh ---- +--- +username: harjotscs +fullname: Harjot Singh +--- From 06445b4eaf103df366249906a86647e46eaab1f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 02:52:09 +0000 Subject: [PATCH 02/11] Bump object-path from 0.11.4 to 0.11.5 Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/mariocasciaro/object-path/releases) - [Commits](https://github.com/mariocasciaro/object-path/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fd7f82b..e1d2c3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7579,9 +7579,9 @@ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" }, "object-path": { - "version": "0.11.4", - "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", - "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" + "version": "0.11.5", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.5.tgz", + "integrity": "sha512-jgSbThcoR/s+XumvGMTMf81QVBmah+/Q7K7YduKeKVWL7N111unR2d6pZZarSk6kY/caeNxUDyxOvMWyzoU2eg==" }, "object-visit": { "version": "1.0.1", From c6b6352fe489d761b52dd3ade8bf0e20b18b95ca Mon Sep 17 00:00:00 2001 From: kindavishal Date: Tue, 20 Oct 2020 09:25:53 +0530 Subject: [PATCH 03/11] Moved wrongly placed profile files --- Shruti.md => src/profiles/Shruti.md | 0 gitinit commit => src/profiles/amarjit.md | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Shruti.md => src/profiles/Shruti.md (100%) rename gitinit commit => src/profiles/amarjit.md (100%) diff --git a/Shruti.md b/src/profiles/Shruti.md similarity index 100% rename from Shruti.md rename to src/profiles/Shruti.md diff --git a/gitinit commit b/src/profiles/amarjit.md similarity index 100% rename from gitinit commit rename to src/profiles/amarjit.md From 66d6d1d18a497d027abbd389ff267ffe0e730063 Mon Sep 17 00:00:00 2001 From: kindavishal Date: Tue, 20 Oct 2020 09:30:32 +0530 Subject: [PATCH 04/11] Readme update for better explanation --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 658a78f..9e040d6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # Hello Developers :wave: ## Let's help you submit your first pull request -follow the instructions [here](https://gitinit.js.org) to get started. +Follow the instructions at [GitInit](https://gitinit.js.org) to get started. -## Setting up the project for development +## Working on the code + +If you wish to make changes to the working of this website or improve it, make an issue explaining the changes you wish to make and open a PR to solve it (if you wish to) and follow the steps below to setup your local development workflow. +If you found an issue and want to report it, open an issue and we'll take a look at it :sparkles: + +### Setting up the project for development Make sure you have latest version of Node and NPM installed. - Install GatsbyCLI globally. Refer the [Gatsby Docs](https://www.gatsbyjs.org/docs/) for information regarding the framework. From 4f71db213bbd0861e506d9497f8c51420a157439 Mon Sep 17 00:00:00 2001 From: Vishal Das Date: Tue, 20 Oct 2020 09:33:29 +0530 Subject: [PATCH 05/11] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e040d6..ff66d94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Hello Developers :wave: -## Let's help you submit your first pull request - -Follow the instructions at [GitInit](https://gitinit.js.org) to get started. +Let's help you submit your first pull request :sparkles: +Follow the instructions at [GitInit](https://gitinit.js.org) to get started 🚩 ## Working on the code From 0f76be8a9fae596a4769983fa8e132b662d6ef7d Mon Sep 17 00:00:00 2001 From: kindavishal Date: Tue, 20 Oct 2020 19:00:07 +0530 Subject: [PATCH 06/11] Profile Card fixes --- src/profiles/HarishTeens2.md | 4 ---- src/profiles/Harjotscs.md | 4 ---- src/profiles/Shruti.md | 4 ---- src/profiles/gyalmo.md | 9 ++++----- src/profiles/yogeshkaw1.md | 4 ---- 5 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 src/profiles/HarishTeens2.md delete mode 100644 src/profiles/Harjotscs.md delete mode 100644 src/profiles/Shruti.md delete mode 100644 src/profiles/yogeshkaw1.md diff --git a/src/profiles/HarishTeens2.md b/src/profiles/HarishTeens2.md deleted file mode 100644 index fb62ba2..0000000 --- a/src/profiles/HarishTeens2.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: HarishTeens -fullname: Harish ---- diff --git a/src/profiles/Harjotscs.md b/src/profiles/Harjotscs.md deleted file mode 100644 index 08b6165..0000000 --- a/src/profiles/Harjotscs.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: Harjotscs -fullname: Harjot Singh ---- diff --git a/src/profiles/Shruti.md b/src/profiles/Shruti.md deleted file mode 100644 index a84482d..0000000 --- a/src/profiles/Shruti.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: gyalmo -fullname: SHRUTI PANDEY ---- diff --git a/src/profiles/gyalmo.md b/src/profiles/gyalmo.md index 304f7d9..cc5509d 100644 --- a/src/profiles/gyalmo.md +++ b/src/profiles/gyalmo.md @@ -1,5 +1,4 @@ ---- -username: gyalmo -fullname: shruti_pandey ---- - +--- +username: gyalmo +fullname: Shruti Pandey +--- diff --git a/src/profiles/yogeshkaw1.md b/src/profiles/yogeshkaw1.md deleted file mode 100644 index 6a9c6b7..0000000 --- a/src/profiles/yogeshkaw1.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: yogeshkaw -fullname: Yogesh Kawadkar ---- From d5fbb0a22902c5a6576ddc68043e5ea7539a4a40 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Wed, 28 Jul 2021 23:09:45 +0530 Subject: [PATCH 07/11] Edit harish's fullname --- src/profiles/HarishTeens.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profiles/HarishTeens.md b/src/profiles/HarishTeens.md index 3576d19..7e81091 100644 --- a/src/profiles/HarishTeens.md +++ b/src/profiles/HarishTeens.md @@ -1,4 +1,4 @@ --- username: HarishTeens -fullname: Harish R +fullname: Harish Ramesh Babu --- From 68e42012d7e1ddff89e89846e65ebeecc6d06e7d Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Wed, 28 Jul 2021 23:15:24 +0530 Subject: [PATCH 08/11] rename app name in json file --- package.json | 2 +- static/CNAME | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8ea85a1..02a81a4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "GitInit", + "name": "0gitinit", "description": "GitInit - Git workshop exercise", "version": "1.0.0", "author": "kindavishal ", diff --git a/static/CNAME b/static/CNAME index 2885ddc..00981d2 100644 --- a/static/CNAME +++ b/static/CNAME @@ -1 +1 @@ -gitme.js.org \ No newline at end of file +gitinit.js.org \ No newline at end of file From 935ee39782a01e6579b454f4ee31df9c7cae4384 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Wed, 28 Jul 2021 23:22:17 +0530 Subject: [PATCH 09/11] delete 404 page --- src/pages/404.js | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/pages/404.js diff --git a/src/pages/404.js b/src/pages/404.js deleted file mode 100644 index f867c71..0000000 --- a/src/pages/404.js +++ /dev/null @@ -1,13 +0,0 @@ -import React from 'react' -import Link from 'gatsby-link' - -const NotFoundPage = () => ( -
-

FOUR-OH-FOUR!

-

You just hit a route that doesn't exist... just like sadness in your life
- Let's take you back to Home -

-
-) - -export default NotFoundPage \ No newline at end of file From 397111ce105fe58586bec422a9152e47e16307e6 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Thu, 29 Jul 2021 00:02:22 +0530 Subject: [PATCH 10/11] working commit --- src/profiles/Amar9112001.md | 8 ++++---- src/profiles/BitBeast18.md | 8 ++++---- src/profiles/DhruvDutta.md | 8 ++++---- src/profiles/HarishTeens.md | 2 +- src/profiles/Harjotscs.md | 4 ---- src/profiles/ManishBadsara.md | 6 +++--- src/profiles/Shahbaz1234567.md | 8 ++++---- src/profiles/V4MP1R3-GIT.md | 8 ++++---- src/profiles/WangiMw.md | 8 ++++---- src/profiles/akmanuareraa.md | 8 ++++---- src/profiles/anshumandas000.md | 8 ++++---- src/profiles/biggu12.md | 8 ++++---- src/profiles/darkknight377.md | 6 +++--- src/profiles/devendar.md | 8 ++++---- src/profiles/dhanush5120.md | 8 ++++---- src/profiles/dinesh.md | 8 ++++---- src/profiles/dkay19.md | 8 ++++---- src/profiles/g147.md | 8 ++++---- src/profiles/gedercoke.md | 8 ++++---- src/profiles/girishsingh09.md | 8 ++++---- src/profiles/gyalmo.md | 10 +++++----- src/profiles/harsh.md | 10 +++++----- src/profiles/haxzie.md | 8 ++++---- src/profiles/ishaniya.md | 8 ++++---- src/profiles/jayanth6178.md | 8 ++++---- src/profiles/jaychand123456.md | 8 ++++---- src/profiles/jithukv143.md | 8 ++++---- src/profiles/kindavishal.md | 8 ++++---- src/profiles/kousiksnai99.md | 8 ++++---- src/profiles/nehal076.md | 6 +++--- src/profiles/nehauppal9.md | 8 ++++---- src/profiles/numaan-esc.md | 8 ++++---- src/profiles/numaancenation.md | 8 ++++---- src/profiles/parthchauha0011.md | 8 ++++---- src/profiles/prashantkr006.md | 8 ++++---- src/profiles/prashantkumardagur.md | 6 +++--- src/profiles/prince.md | 8 ++++---- src/profiles/pushpendra-starlord.md | 10 +++++----- src/profiles/rishabhm74.md | 8 ++++---- src/profiles/rokibul630.md | 8 ++++---- src/profiles/rokibulilsaam.md | 8 ++++---- src/profiles/sandeep889.md | 8 ++++---- src/profiles/saurav.md | 8 ++++---- src/profiles/shanmukhkotharu.md | 8 ++++---- src/profiles/sharkfin777.md | 8 ++++---- src/profiles/shivamp1998.md | 8 ++++---- src/profiles/shivatiwari99.md | 8 ++++---- src/profiles/smanitech.md | 8 ++++---- src/profiles/smilegupta3012.md | 10 +++++----- src/profiles/su-nitin.md | 8 ++++---- src/profiles/sumanth.md | 8 ++++---- src/profiles/tasnimzotder.md | 8 ++++---- src/profiles/utkarsh48.md | 8 ++++---- src/profiles/yogeshkaw.md | 8 ++++---- src/profiles/yogeshkaw1.md | 8 ++++---- 55 files changed, 213 insertions(+), 217 deletions(-) delete mode 100644 src/profiles/Harjotscs.md diff --git a/src/profiles/Amar9112001.md b/src/profiles/Amar9112001.md index b795e3e..b2f9b07 100644 --- a/src/profiles/Amar9112001.md +++ b/src/profiles/Amar9112001.md @@ -1,4 +1,4 @@ ---- -username: Amar9112001 -fullname: Amarjit Yadav ---- +--- +username: Amar9112001 +fullname: Amarjit Yadav +--- diff --git a/src/profiles/BitBeast18.md b/src/profiles/BitBeast18.md index 8c7b9c0..8ac447a 100644 --- a/src/profiles/BitBeast18.md +++ b/src/profiles/BitBeast18.md @@ -1,4 +1,4 @@ ---- -username: BitBeast18 -fullname: Harshal Nandigramwar ---- +--- +username: BitBeast18 +fullname: Harshal Nandigramwar +--- diff --git a/src/profiles/DhruvDutta.md b/src/profiles/DhruvDutta.md index ce1f0ee..924b032 100644 --- a/src/profiles/DhruvDutta.md +++ b/src/profiles/DhruvDutta.md @@ -1,4 +1,4 @@ ---- -username: DhruvDutta -fullname: Dhruv Dutta ---- +--- +username: DhruvDutta +fullname: Dhruv Dutta +--- diff --git a/src/profiles/HarishTeens.md b/src/profiles/HarishTeens.md index 3576d19..52ea86a 100644 --- a/src/profiles/HarishTeens.md +++ b/src/profiles/HarishTeens.md @@ -1,4 +1,4 @@ --- username: HarishTeens -fullname: Harish R +fullname: Harish Teens --- diff --git a/src/profiles/Harjotscs.md b/src/profiles/Harjotscs.md deleted file mode 100644 index 08b6165..0000000 --- a/src/profiles/Harjotscs.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -username: Harjotscs -fullname: Harjot Singh ---- diff --git a/src/profiles/ManishBadsara.md b/src/profiles/ManishBadsara.md index 89a1bcd..c72a82a 100644 --- a/src/profiles/ManishBadsara.md +++ b/src/profiles/ManishBadsara.md @@ -1,4 +1,4 @@ ---- -username: ManishBadsara -fullname: Manish Badsara +--- +username: ManishBadsara +fullname: Manish Badsara --- \ No newline at end of file diff --git a/src/profiles/Shahbaz1234567.md b/src/profiles/Shahbaz1234567.md index bc72347..c6af965 100644 --- a/src/profiles/Shahbaz1234567.md +++ b/src/profiles/Shahbaz1234567.md @@ -1,4 +1,4 @@ ---- -username: Shahbaz1234567 -fullname: SHAHBAZ AHMAD ---- +--- +username: Shahbaz1234567 +fullname: SHAHBAZ AHMAD +--- diff --git a/src/profiles/V4MP1R3-GIT.md b/src/profiles/V4MP1R3-GIT.md index 776a79f..fb9ea9b 100644 --- a/src/profiles/V4MP1R3-GIT.md +++ b/src/profiles/V4MP1R3-GIT.md @@ -1,4 +1,4 @@ ---- -username: V4MP1R3-GIT -fullname: Manish Virgat ---- +--- +username: V4MP1R3-GIT +fullname: Manish Virgat +--- diff --git a/src/profiles/WangiMw.md b/src/profiles/WangiMw.md index 2607ce5..a1d0797 100644 --- a/src/profiles/WangiMw.md +++ b/src/profiles/WangiMw.md @@ -1,4 +1,4 @@ ---- -username: WangiMw -fullnaame: Wangisani ---- +--- +username: WangiMw +fullnaame: Wangisani +--- diff --git a/src/profiles/akmanuareraa.md b/src/profiles/akmanuareraa.md index c193319..8dce592 100644 --- a/src/profiles/akmanuareraa.md +++ b/src/profiles/akmanuareraa.md @@ -1,4 +1,4 @@ ---- -username: akmanuareraa -fullname: Manu Areraa ---- +--- +username: akmanuareraa +fullname: Manu Areraa +--- diff --git a/src/profiles/anshumandas000.md b/src/profiles/anshumandas000.md index 6b26bcc..e81c9e2 100644 --- a/src/profiles/anshumandas000.md +++ b/src/profiles/anshumandas000.md @@ -1,4 +1,4 @@ ---- -username: anshumandas000 -fullname: Anshuman Das ---- +--- +username: anshumandas000 +fullname: Anshuman Das +--- diff --git a/src/profiles/biggu12.md b/src/profiles/biggu12.md index 38f74a2..ad3d2c7 100644 --- a/src/profiles/biggu12.md +++ b/src/profiles/biggu12.md @@ -1,4 +1,4 @@ ---- -username: biggu12 -fullname: Bigyan Timilsina ---- +--- +username: biggu12 +fullname: Bigyan Timilsina +--- diff --git a/src/profiles/darkknight377.md b/src/profiles/darkknight377.md index 64b94dc..f139573 100644 --- a/src/profiles/darkknight377.md +++ b/src/profiles/darkknight377.md @@ -1,4 +1,4 @@ ---- -username: darkknight377 -fullname: Sarvjeet Singh +--- +username: darkknight377 +fullname: Sarvjeet Singh --- \ No newline at end of file diff --git a/src/profiles/devendar.md b/src/profiles/devendar.md index 194b37e..2a0a705 100644 --- a/src/profiles/devendar.md +++ b/src/profiles/devendar.md @@ -1,4 +1,4 @@ ---- -username: DevendarReddyDarukumalli -fullname: DevendarReddyDarukumalli ---- +--- +username: DevendarReddyDarukumalli +fullname: DevendarReddyDarukumalli +--- diff --git a/src/profiles/dhanush5120.md b/src/profiles/dhanush5120.md index cb7e9ab..3ebea03 100644 --- a/src/profiles/dhanush5120.md +++ b/src/profiles/dhanush5120.md @@ -1,4 +1,4 @@ ---- -username: dhanush5120 -fullname: Sai Dhanush Bavisetti ---- +--- +username: dhanush5120 +fullname: Sai Dhanush Bavisetti +--- diff --git a/src/profiles/dinesh.md b/src/profiles/dinesh.md index 026e9da..ca8cd76 100644 --- a/src/profiles/dinesh.md +++ b/src/profiles/dinesh.md @@ -1,4 +1,4 @@ ---- -username: dikini -fullname: Dinesh kini ---- +--- +username: dikini +fullname: Dinesh kini +--- diff --git a/src/profiles/dkay19.md b/src/profiles/dkay19.md index 788458d..9d513e9 100644 --- a/src/profiles/dkay19.md +++ b/src/profiles/dkay19.md @@ -1,4 +1,4 @@ ---- -username: dkay19 -fullname: diwyanshu ---- +--- +username: dkay19 +fullname: diwyanshu +--- diff --git a/src/profiles/g147.md b/src/profiles/g147.md index 0a6a612..74d6b4c 100644 --- a/src/profiles/g147.md +++ b/src/profiles/g147.md @@ -1,4 +1,4 @@ ---- -username: g147 -fullname: Beast Glatisant ---- +--- +username: g147 +fullname: Beast Glatisant +--- diff --git a/src/profiles/gedercoke.md b/src/profiles/gedercoke.md index b7a60e7..0188381 100644 --- a/src/profiles/gedercoke.md +++ b/src/profiles/gedercoke.md @@ -1,4 +1,4 @@ ---- -username: gedercoke -fullname: Shubham Singh ---- +--- +username: gedercoke +fullname: Shubham Singh +--- diff --git a/src/profiles/girishsingh09.md b/src/profiles/girishsingh09.md index 7958762..0613385 100644 --- a/src/profiles/girishsingh09.md +++ b/src/profiles/girishsingh09.md @@ -1,4 +1,4 @@ ---- -username: girishsingh09 -fullname: Girish Kumar Rajput ---- +--- +username: girishsingh09 +fullname: Girish Kumar Rajput +--- diff --git a/src/profiles/gyalmo.md b/src/profiles/gyalmo.md index 304f7d9..dbcb748 100644 --- a/src/profiles/gyalmo.md +++ b/src/profiles/gyalmo.md @@ -1,5 +1,5 @@ ---- -username: gyalmo -fullname: shruti_pandey ---- - +--- +username: gyalmo +fullname: shruti_pandey +--- + diff --git a/src/profiles/harsh.md b/src/profiles/harsh.md index c9c89f8..1c6b0c9 100644 --- a/src/profiles/harsh.md +++ b/src/profiles/harsh.md @@ -1,5 +1,5 @@ ---- -username: bajpai244 -fullname: Harsh Bajpai ---- - +--- +username: bajpai244 +fullname: Harsh Bajpai +--- + diff --git a/src/profiles/haxzie.md b/src/profiles/haxzie.md index f4633ef..55d79e4 100644 --- a/src/profiles/haxzie.md +++ b/src/profiles/haxzie.md @@ -1,4 +1,4 @@ ---- -username: haxzie -fullname: Musthaq Ahamad ---- +--- +username: haxzie +fullname: Musthaq Ahamad +--- diff --git a/src/profiles/ishaniya.md b/src/profiles/ishaniya.md index 25c0dfc..9b78714 100644 --- a/src/profiles/ishaniya.md +++ b/src/profiles/ishaniya.md @@ -1,4 +1,4 @@ ---- -username: ishaniya -fullname: Saniya Chandanan ---- +--- +username: ishaniya +fullname: Saniya Chandanan +--- diff --git a/src/profiles/jayanth6178.md b/src/profiles/jayanth6178.md index a88420a..af7fa79 100644 --- a/src/profiles/jayanth6178.md +++ b/src/profiles/jayanth6178.md @@ -1,4 +1,4 @@ ---- -username: jayanth6178 -fullname: suddamalla jayanth ---- +--- +username: jayanth6178 +fullname: suddamalla jayanth +--- diff --git a/src/profiles/jaychand123456.md b/src/profiles/jaychand123456.md index 829b760..ee7ed27 100644 --- a/src/profiles/jaychand123456.md +++ b/src/profiles/jaychand123456.md @@ -1,4 +1,4 @@ ---- -username: jaychand123456 -fullname: Rohit Lalwani ---- +--- +username: jaychand123456 +fullname: Rohit Lalwani +--- diff --git a/src/profiles/jithukv143.md b/src/profiles/jithukv143.md index c94bae1..1eccbeb 100644 --- a/src/profiles/jithukv143.md +++ b/src/profiles/jithukv143.md @@ -1,4 +1,4 @@ ---- -username: jithukv143 -fullname: Jithukrishnan v ---- +--- +username: jithukv143 +fullname: Jithukrishnan v +--- diff --git a/src/profiles/kindavishal.md b/src/profiles/kindavishal.md index 869126e..2bb7632 100644 --- a/src/profiles/kindavishal.md +++ b/src/profiles/kindavishal.md @@ -1,4 +1,4 @@ ---- -username: kindavishal -fullname: Vishal Das ---- +--- +username: kindavishal +fullname: Vishal Das +--- diff --git a/src/profiles/kousiksnai99.md b/src/profiles/kousiksnai99.md index 0b7f380..9e708b7 100644 --- a/src/profiles/kousiksnai99.md +++ b/src/profiles/kousiksnai99.md @@ -1,4 +1,4 @@ ---- -username: kousiksnai99 -fullname: Kousik Snai ---- +--- +username: kousiksnai99 +fullname: Kousik Snai +--- diff --git a/src/profiles/nehal076.md b/src/profiles/nehal076.md index 80420aa..1be0c44 100644 --- a/src/profiles/nehal076.md +++ b/src/profiles/nehal076.md @@ -1,4 +1,4 @@ ---- -username: nehal076 -fullname: Nehal Jaisalmeria +--- +username: nehal076 +fullname: Nehal Jaisalmeria --- \ No newline at end of file diff --git a/src/profiles/nehauppal9.md b/src/profiles/nehauppal9.md index 5e4f8bb..ea31cb8 100644 --- a/src/profiles/nehauppal9.md +++ b/src/profiles/nehauppal9.md @@ -1,4 +1,4 @@ ---- -username: nehauppal9 -fullname: Neha Uppal ---- +--- +username: nehauppal9 +fullname: Neha Uppal +--- diff --git a/src/profiles/numaan-esc.md b/src/profiles/numaan-esc.md index b83a38d..5e753b3 100644 --- a/src/profiles/numaan-esc.md +++ b/src/profiles/numaan-esc.md @@ -1,4 +1,4 @@ ---- -username: numaan-esc -fullname: Numaan ---- +--- +username: numaan-esc +fullname: Numaan +--- diff --git a/src/profiles/numaancenation.md b/src/profiles/numaancenation.md index c1cdb3c..49a2660 100644 --- a/src/profiles/numaancenation.md +++ b/src/profiles/numaancenation.md @@ -1,4 +1,4 @@ ---- -username: numaancenation -fullname: Numaan Cenation ---- +--- +username: numaancenation +fullname: Numaan Cenation +--- diff --git a/src/profiles/parthchauha0011.md b/src/profiles/parthchauha0011.md index 1bb4912..ca7f419 100644 --- a/src/profiles/parthchauha0011.md +++ b/src/profiles/parthchauha0011.md @@ -1,4 +1,4 @@ ---- -username: parthchauhan0011 -fullname: Parth Chauhan ---- +--- +username: parthchauhan0011 +fullname: Parth Chauhan +--- diff --git a/src/profiles/prashantkr006.md b/src/profiles/prashantkr006.md index b8d7d43..2912a47 100644 --- a/src/profiles/prashantkr006.md +++ b/src/profiles/prashantkr006.md @@ -1,4 +1,4 @@ ---- -username: prashantkr006 -fullname: Prashant Kumar Roy ---- +--- +username: prashantkr006 +fullname: Prashant Kumar Roy +--- diff --git a/src/profiles/prashantkumardagur.md b/src/profiles/prashantkumardagur.md index 4077d8f..6441158 100644 --- a/src/profiles/prashantkumardagur.md +++ b/src/profiles/prashantkumardagur.md @@ -1,4 +1,4 @@ ---- -username: prashantkumardagur -fullname: Prashant Kumar +--- +username: prashantkumardagur +fullname: Prashant Kumar --- \ No newline at end of file diff --git a/src/profiles/prince.md b/src/profiles/prince.md index 2dda5f4..fc3a352 100644 --- a/src/profiles/prince.md +++ b/src/profiles/prince.md @@ -1,4 +1,4 @@ ---- -username: Prince2kumar4147 -fullname: Prince Kumar ---- +--- +username: Prince2kumar4147 +fullname: Prince Kumar +--- diff --git a/src/profiles/pushpendra-starlord.md b/src/profiles/pushpendra-starlord.md index 58edcfd..81efca8 100644 --- a/src/profiles/pushpendra-starlord.md +++ b/src/profiles/pushpendra-starlord.md @@ -1,5 +1,5 @@ ---- -username: pushpendra-starlord -fullname: Pushpendra Tripathi ---- - +--- +username: pushpendra-starlord +fullname: Pushpendra Tripathi +--- + diff --git a/src/profiles/rishabhm74.md b/src/profiles/rishabhm74.md index 6ca395f..87f373a 100644 --- a/src/profiles/rishabhm74.md +++ b/src/profiles/rishabhm74.md @@ -1,4 +1,4 @@ ---- -username: rishabhm74 -fullname: rishabhmishra ---- +--- +username: rishabhm74 +fullname: rishabhmishra +--- diff --git a/src/profiles/rokibul630.md b/src/profiles/rokibul630.md index 9464b23..d4e7370 100644 --- a/src/profiles/rokibul630.md +++ b/src/profiles/rokibul630.md @@ -1,4 +1,4 @@ ---- -username: rokibul630 -fullname: Rokibul Islam ---- +--- +username: rokibul630 +fullname: Rokibul Islam +--- diff --git a/src/profiles/rokibulilsaam.md b/src/profiles/rokibulilsaam.md index f93183e..d1f4f67 100644 --- a/src/profiles/rokibulilsaam.md +++ b/src/profiles/rokibulilsaam.md @@ -1,4 +1,4 @@ ---- -username: rokibulislaam -fullname: Rokibul Islam ---- +--- +username: rokibulislaam +fullname: Rokibul Islam +--- diff --git a/src/profiles/sandeep889.md b/src/profiles/sandeep889.md index 715b941..c636e57 100644 --- a/src/profiles/sandeep889.md +++ b/src/profiles/sandeep889.md @@ -1,4 +1,4 @@ ---- -username: sandeep889 -fullname: Sandeep ---- +--- +username: sandeep889 +fullname: Sandeep +--- diff --git a/src/profiles/saurav.md b/src/profiles/saurav.md index d3fe14c..d0fe00e 100644 --- a/src/profiles/saurav.md +++ b/src/profiles/saurav.md @@ -1,4 +1,4 @@ ---- -username: snipextt -fullname: Saurav Kumar Singh ---- +--- +username: snipextt +fullname: Saurav Kumar Singh +--- diff --git a/src/profiles/shanmukhkotharu.md b/src/profiles/shanmukhkotharu.md index 5b787f1..97dce5f 100644 --- a/src/profiles/shanmukhkotharu.md +++ b/src/profiles/shanmukhkotharu.md @@ -1,4 +1,4 @@ ---- -username: shanmukhkotharu -fullname: Shanmukh Kotharu ---- +--- +username: shanmukhkotharu +fullname: Shanmukh Kotharu +--- diff --git a/src/profiles/sharkfin777.md b/src/profiles/sharkfin777.md index fb85ecf..78dd18f 100644 --- a/src/profiles/sharkfin777.md +++ b/src/profiles/sharkfin777.md @@ -1,4 +1,4 @@ ---- -username: sharkfin777 -fullname: Aditya Banik ---- +--- +username: sharkfin777 +fullname: Aditya Banik +--- diff --git a/src/profiles/shivamp1998.md b/src/profiles/shivamp1998.md index 4314ee2..f7f02ab 100644 --- a/src/profiles/shivamp1998.md +++ b/src/profiles/shivamp1998.md @@ -1,4 +1,4 @@ ---- -username: shivamp1998 -fullname: sarvesh pandey ---- +--- +username: shivamp1998 +fullname: sarvesh pandey +--- diff --git a/src/profiles/shivatiwari99.md b/src/profiles/shivatiwari99.md index 353e48c..604cef9 100644 --- a/src/profiles/shivatiwari99.md +++ b/src/profiles/shivatiwari99.md @@ -1,4 +1,4 @@ ---- -username: shivatiwari99 -fullname: Shiva Tiwari ---- +--- +username: shivatiwari99 +fullname: Shiva Tiwari +--- diff --git a/src/profiles/smanitech.md b/src/profiles/smanitech.md index 4c69d73..3d8ccc4 100644 --- a/src/profiles/smanitech.md +++ b/src/profiles/smanitech.md @@ -1,4 +1,4 @@ ---- -username: smanitech -fullname: Suraj Mani ---- +--- +username: smanitech +fullname: Suraj Mani +--- diff --git a/src/profiles/smilegupta3012.md b/src/profiles/smilegupta3012.md index 7573464..0710da5 100644 --- a/src/profiles/smilegupta3012.md +++ b/src/profiles/smilegupta3012.md @@ -1,5 +1,5 @@ ---- -username: smilegupta3012 -fullname: Smile Gupta ---- - +--- +username: smilegupta3012 +fullname: Smile Gupta +--- + diff --git a/src/profiles/su-nitin.md b/src/profiles/su-nitin.md index 5aaef8e..259cd7d 100644 --- a/src/profiles/su-nitin.md +++ b/src/profiles/su-nitin.md @@ -1,4 +1,4 @@ ---- -username: su-nitin -fullname: nitin bawa ---- +--- +username: su-nitin +fullname: nitin bawa +--- diff --git a/src/profiles/sumanth.md b/src/profiles/sumanth.md index e3f32b3..d8b150b 100644 --- a/src/profiles/sumanth.md +++ b/src/profiles/sumanth.md @@ -1,4 +1,4 @@ ---- -username: sumanth -fullname: Sumanth ---- +--- +username: sumanth +fullname: Sumanth +--- diff --git a/src/profiles/tasnimzotder.md b/src/profiles/tasnimzotder.md index aaf9ab0..e331b0a 100644 --- a/src/profiles/tasnimzotder.md +++ b/src/profiles/tasnimzotder.md @@ -1,4 +1,4 @@ ---- -username: tasnimzotder -fullname: Tasnim Ahmed Zotder ---- +--- +username: tasnimzotder +fullname: Tasnim Ahmed Zotder +--- diff --git a/src/profiles/utkarsh48.md b/src/profiles/utkarsh48.md index a5f54a8..f5e6e48 100644 --- a/src/profiles/utkarsh48.md +++ b/src/profiles/utkarsh48.md @@ -1,4 +1,4 @@ ---- -username: utkarsh48 -fullname: Utkarsh Dhiman ---- +--- +username: utkarsh48 +fullname: Utkarsh Dhiman +--- diff --git a/src/profiles/yogeshkaw.md b/src/profiles/yogeshkaw.md index 6a9c6b7..930e052 100644 --- a/src/profiles/yogeshkaw.md +++ b/src/profiles/yogeshkaw.md @@ -1,4 +1,4 @@ ---- -username: yogeshkaw -fullname: Yogesh Kawadkar ---- +--- +username: yogeshkaw +fullname: Yogesh Kawadkar +--- diff --git a/src/profiles/yogeshkaw1.md b/src/profiles/yogeshkaw1.md index 6a9c6b7..930e052 100644 --- a/src/profiles/yogeshkaw1.md +++ b/src/profiles/yogeshkaw1.md @@ -1,4 +1,4 @@ ---- -username: yogeshkaw -fullname: Yogesh Kawadkar ---- +--- +username: yogeshkaw +fullname: Yogesh Kawadkar +--- From eeb758f6ec30d569678b1b3ad58bea0c4f9ceea6 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Thu, 29 Jul 2021 00:13:23 +0530 Subject: [PATCH 11/11] Edit package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02a81a4..0beea39 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "0gitinit", + "name": "123-gitinit", "description": "GitInit - Git workshop exercise", "version": "1.0.0", "author": "kindavishal ",