Skip to content

Commit

Permalink
Merge pull request #4223 from sambhavgupta0705/meshery_catalog
Browse files Browse the repository at this point in the history
feat: added meshery catalog badge to the  recognition section
  • Loading branch information
Nikhil-Ladha authored May 15, 2023
2 parents 51bcb61 + ad8304f commit d46f371
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/assets/images/meshery/meshery-catalog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions src/sections/Community/Handbook/recognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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" },
Expand Down Expand Up @@ -104,6 +104,7 @@ const RecognitionPage = () => {
<img src={ImageHubLogo} style={badgeStyle} />
<b>Image Hub</b> - awarded community members who make consistent and impactful contributions the Image Hub project in recognition and appreciation of their efforts.
</li>

<li>
<img src={LandscapeGreen} style={badgeStyle} />
<b>Landscape</b> - awarded community members who make consistent and impactful contributions to the have made impactful contributions to the layer5.io website.
Expand All @@ -116,6 +117,10 @@ const RecognitionPage = () => {
<img src={MesheryOperator} style={badgeStyle} />
<b>Meshery Operator</b> - 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.
</li>
<li>
<img src={MesheryCatalog} style={badgeStyle} />
<b>Meshery Catalog</b> - awarded community members who make consistent and impactful contributions to the Meshery Catalog of meshery project in recognition and appreciation of their efforts.
</li>
<li>
<img src={meshmapLogo} style={badgeStyle} />
<b>MeshMap</b> - awarded community members who make consistent and impactful contributions the <Link to="/cloud-native-management/meshmap">MeshMap</Link> project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer.
Expand Down Expand Up @@ -156,4 +161,4 @@ const RecognitionPage = () => {
);
};

export default RecognitionPage;
export default RecognitionPage;

0 comments on commit d46f371

Please sign in to comment.