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 5eccb8ddd4e814a6247e4b11460d547823b08b72 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Wed, 28 Jul 2021 22:43:04 +0530 Subject: [PATCH 07/11] Rename Harish Full Name --- 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 fb62ba2..3576d19 100644 --- a/src/profiles/HarishTeens.md +++ b/src/profiles/HarishTeens.md @@ -1,4 +1,4 @@ --- username: HarishTeens -fullname: Harish +fullname: Harish R --- From d5fbb0a22902c5a6576ddc68043e5ea7539a4a40 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Wed, 28 Jul 2021 23:09:45 +0530 Subject: [PATCH 08/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 09/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 10/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 5e5be0c036f5a8b7c840c28e65acbc04e748bdd2 Mon Sep 17 00:00:00 2001 From: HarishTeens Date: Wed, 28 Jul 2021 23:48:59 +0530 Subject: [PATCH 11/11] rever 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 7e81091..fb62ba2 100644 --- a/src/profiles/HarishTeens.md +++ b/src/profiles/HarishTeens.md @@ -1,4 +1,4 @@ --- username: HarishTeens -fullname: Harish Ramesh Babu +fullname: Harish ---