From 3c046ae6c7d2ebb4627821aa5653a72da6b3d900 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Fri, 12 May 2023 18:46:40 +0530 Subject: [PATCH 1/6] feat: added meshery catalog badge to the recognition section Signed-off-by: Sambhav Gupta --- src/assets/images/meshery/meshery-catalog.svg | 6 ++++++ src/sections/Community/Handbook/recognition.js | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/assets/images/meshery/meshery-catalog.svg diff --git a/src/assets/images/meshery/meshery-catalog.svg b/src/assets/images/meshery/meshery-catalog.svg new file mode 100644 index 000000000000..c9f38cccdcd9 --- /dev/null +++ b/src/assets/images/meshery/meshery-catalog.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/sections/Community/Handbook/recognition.js b/src/sections/Community/Handbook/recognition.js index 4be56b4f3185..6293b455a19d 100644 --- a/src/sections/Community/Handbook/recognition.js +++ b/src/sections/Community/Handbook/recognition.js @@ -16,7 +16,7 @@ import IntraPage from "../../../components/handbook-navigation/intra-page"; import uiuxrLogo from "../../../assets/images/uiuxr/uiuxr.svg"; import writersLogo from "../../../assets/images/writer-program/writer-program-badge.svg"; import meshmapLogo from "../../../assets/images/meshmap/icon-only/meshmap-icon.svg"; - +import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; const contents = [ { id: 0, link: "#Profile Bages", text: "Profile Bages" }, { id: 1, link: "#Membership", text: "Membership to GitHub" }, @@ -99,6 +99,7 @@ const RecognitionPage = () => { Image Hub - awarded community members who make consistent and impactful contributions the Image Hub project in recognition and appreciation of their efforts. +
  • Landscape - awarded community members who make consistent and impactful contributions to the have made impactful contributions to the layer5.io website. @@ -111,6 +112,10 @@ const RecognitionPage = () => { Meshery Operator - awarded community members who make consistent and impactful contributions to the have made impactful contributions to Meshery Operator of the Meshery project in recognition and appreciation of their efforts.
  • +
  • + + Meshery Catalog - awarded community members who make consistent and impactful contributions to the Meshery Catalog of meshery project in recognition and appreciation of their efforts. +
  • MeshMap - awarded community members who make consistent and impactful contributions the MeshMap project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer. From a674497ee080c76b6b932a00a99d854ffe5f2e3c Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Fri, 12 May 2023 18:52:52 +0530 Subject: [PATCH 2/6] test commit Signed-off-by: Sambhav Gupta --- src/sections/Community/Handbook/recognition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/recognition.js b/src/sections/Community/Handbook/recognition.js index 6293b455a19d..d379c93d9e8b 100644 --- a/src/sections/Community/Handbook/recognition.js +++ b/src/sections/Community/Handbook/recognition.js @@ -16,7 +16,7 @@ import IntraPage from "../../../components/handbook-navigation/intra-page"; import uiuxrLogo from "../../../assets/images/uiuxr/uiuxr.svg"; import writersLogo from "../../../assets/images/writer-program/writer-program-badge.svg"; import meshmapLogo from "../../../assets/images/meshmap/icon-only/meshmap-icon.svg"; -import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; +import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; const contents = [ { id: 0, link: "#Profile Bages", text: "Profile Bages" }, { id: 1, link: "#Membership", text: "Membership to GitHub" }, From 2bfb3a4ef91daa0609c2587a808eea2e5b0eff39 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Mon, 15 May 2023 00:43:33 +0530 Subject: [PATCH 3/6] Revert "test commit" This reverts commit 182fd4b11ff505918154135cd076324889e22d2b. Signed-off-by: Sambhav Gupta --- src/sections/Community/Handbook/recognition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sections/Community/Handbook/recognition.js b/src/sections/Community/Handbook/recognition.js index d379c93d9e8b..6293b455a19d 100644 --- a/src/sections/Community/Handbook/recognition.js +++ b/src/sections/Community/Handbook/recognition.js @@ -16,7 +16,7 @@ import IntraPage from "../../../components/handbook-navigation/intra-page"; import uiuxrLogo from "../../../assets/images/uiuxr/uiuxr.svg"; import writersLogo from "../../../assets/images/writer-program/writer-program-badge.svg"; import meshmapLogo from "../../../assets/images/meshmap/icon-only/meshmap-icon.svg"; -import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; +import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; const contents = [ { id: 0, link: "#Profile Bages", text: "Profile Bages" }, { id: 1, link: "#Membership", text: "Membership to GitHub" }, From d5668159d5334c9f7ffe2e6031fb99c446ffda34 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Mon, 15 May 2023 00:43:46 +0530 Subject: [PATCH 4/6] Revert "feat: added meshery catalog badge to the recognition section" This reverts commit 2a7d0d6cac08a8ae9e28ff0cfa69839e72a6c00b. Signed-off-by: Sambhav Gupta --- src/assets/images/meshery/meshery-catalog.svg | 6 ------ src/sections/Community/Handbook/recognition.js | 7 +------ 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 src/assets/images/meshery/meshery-catalog.svg diff --git a/src/assets/images/meshery/meshery-catalog.svg b/src/assets/images/meshery/meshery-catalog.svg deleted file mode 100644 index c9f38cccdcd9..000000000000 --- a/src/assets/images/meshery/meshery-catalog.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/src/sections/Community/Handbook/recognition.js b/src/sections/Community/Handbook/recognition.js index 6293b455a19d..4be56b4f3185 100644 --- a/src/sections/Community/Handbook/recognition.js +++ b/src/sections/Community/Handbook/recognition.js @@ -16,7 +16,7 @@ import IntraPage from "../../../components/handbook-navigation/intra-page"; import uiuxrLogo from "../../../assets/images/uiuxr/uiuxr.svg"; import writersLogo from "../../../assets/images/writer-program/writer-program-badge.svg"; import meshmapLogo from "../../../assets/images/meshmap/icon-only/meshmap-icon.svg"; -import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; + const contents = [ { id: 0, link: "#Profile Bages", text: "Profile Bages" }, { id: 1, link: "#Membership", text: "Membership to GitHub" }, @@ -99,7 +99,6 @@ const RecognitionPage = () => { Image Hub - awarded community members who make consistent and impactful contributions the Image Hub project in recognition and appreciation of their efforts.
  • -
  • Landscape - awarded community members who make consistent and impactful contributions to the have made impactful contributions to the layer5.io website. @@ -112,10 +111,6 @@ const RecognitionPage = () => { Meshery Operator - awarded community members who make consistent and impactful contributions to the have made impactful contributions to Meshery Operator of the Meshery project in recognition and appreciation of their efforts.
  • -
  • - - Meshery Catalog - awarded community members who make consistent and impactful contributions to the Meshery Catalog of meshery project in recognition and appreciation of their efforts. -
  • MeshMap - awarded community members who make consistent and impactful contributions the MeshMap project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer. From 62a417e181abb82e6b97bd0a698eda979433c61c Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Mon, 15 May 2023 00:49:08 +0530 Subject: [PATCH 5/6] meshery catalog Signed-off-by: Sambhav Gupta --- src/assets/images/meshery/meshery-catalog.svg | 6 ++++++ src/sections/Community/Handbook/recognition.js | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/assets/images/meshery/meshery-catalog.svg diff --git a/src/assets/images/meshery/meshery-catalog.svg b/src/assets/images/meshery/meshery-catalog.svg new file mode 100644 index 000000000000..c9f38cccdcd9 --- /dev/null +++ b/src/assets/images/meshery/meshery-catalog.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/sections/Community/Handbook/recognition.js b/src/sections/Community/Handbook/recognition.js index 4be56b4f3185..57b00cf8b3d7 100644 --- a/src/sections/Community/Handbook/recognition.js +++ b/src/sections/Community/Handbook/recognition.js @@ -16,6 +16,7 @@ import IntraPage from "../../../components/handbook-navigation/intra-page"; import uiuxrLogo from "../../../assets/images/uiuxr/uiuxr.svg"; import writersLogo from "../../../assets/images/writer-program/writer-program-badge.svg"; import meshmapLogo from "../../../assets/images/meshmap/icon-only/meshmap-icon.svg"; +import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; const contents = [ { id: 0, link: "#Profile Bages", text: "Profile Bages" }, @@ -99,6 +100,7 @@ const RecognitionPage = () => { Image Hub - awarded community members who make consistent and impactful contributions the Image Hub project in recognition and appreciation of their efforts.
  • +
  • Landscape - awarded community members who make consistent and impactful contributions to the have made impactful contributions to the layer5.io website. @@ -111,6 +113,10 @@ const RecognitionPage = () => { Meshery Operator - awarded community members who make consistent and impactful contributions to the have made impactful contributions to Meshery Operator of the Meshery project in recognition and appreciation of their efforts.
  • +
  • + + Meshery Catalog - awarded community members who make consistent and impactful contributions to the Meshery Catalog of meshery project in recognition and appreciation of their efforts. +
  • MeshMap - awarded community members who make consistent and impactful contributions the MeshMap project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer. @@ -151,4 +157,4 @@ const RecognitionPage = () => { ); }; -export default RecognitionPage; +export default RecognitionPage; \ No newline at end of file From ad8304fba1e7d02ce9e1b27aee99fb0846bb5d44 Mon Sep 17 00:00:00 2001 From: Sambhav Gupta Date: Mon, 15 May 2023 00:53:59 +0530 Subject: [PATCH 6/6] meshery Signed-off-by: Sambhav Gupta sambhavgupta0705@gmail.com Signed-off-by: Sambhav Gupta --- src/sections/Community/Handbook/recognition.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sections/Community/Handbook/recognition.js b/src/sections/Community/Handbook/recognition.js index 57b00cf8b3d7..ec0e98453bba 100644 --- a/src/sections/Community/Handbook/recognition.js +++ b/src/sections/Community/Handbook/recognition.js @@ -17,7 +17,6 @@ import uiuxrLogo from "../../../assets/images/uiuxr/uiuxr.svg"; import writersLogo from "../../../assets/images/writer-program/writer-program-badge.svg"; import meshmapLogo from "../../../assets/images/meshmap/icon-only/meshmap-icon.svg"; import MesheryCatalog from "../../../assets/images/meshery/meshery-catalog.svg"; - const contents = [ { id: 0, link: "#Profile Bages", text: "Profile Bages" }, { id: 1, link: "#Membership", text: "Membership to GitHub" },