diff --git a/assets/badges/meshsync/meshsync.png b/assets/badges/meshsync/meshsync.png new file mode 100644 index 000000000..bf0cbfa19 Binary files /dev/null and b/assets/badges/meshsync/meshsync.png differ diff --git a/assets/badges/meshsync/meshsync.svg b/assets/badges/meshsync/meshsync.svg new file mode 100644 index 000000000..5a41a0ed7 --- /dev/null +++ b/assets/badges/meshsync/meshsync.svg @@ -0,0 +1 @@ +MeshSync \ No newline at end of file diff --git a/site/src/badgesInfo.json b/site/src/badgesInfo.json index f8dca21f7..f30a12001 100644 --- a/site/src/badgesInfo.json +++ b/site/src/badgesInfo.json @@ -133,6 +133,12 @@ "imageSource": "assets/badges/meshery-docs/meshery-docs.png", "title": "Meshery Docs", "description": "This badge is awarded to the community members who make consistent and impactful contributions to the Meshery Docs in recognition and appreciation of their efforts." + }, + { + "slug": "meshsync", + "imageSource": "assets/badges/meshsync/meshsync.png", + "title": "MeshSync", + "description": "This badge is awarded to the community members who make consistent and impactful contributions to MeshSync in recognition and appreciation of their efforts." } ] } \ No newline at end of file diff --git a/site/src/sitecomponents/BadgeGrid/index.js b/site/src/sitecomponents/BadgeGrid/index.js index 8b93e03cf..b58337306 100644 --- a/site/src/sitecomponents/BadgeGrid/index.js +++ b/site/src/sitecomponents/BadgeGrid/index.js @@ -34,217 +34,15 @@ const Footer = () => { ); })} - {/*
-
-

- - Project - -

- -
-
-

- - Getting Started - -

- -
-
-

- - Community - -

- -
-
-

- - Social - -

- -
-
-
-
© {new Date().getFullYear()}- The Meshery Authors
-
Proudly representing every CNCF project
-
Code of Conduct
-
*/} - - +

Certification Badges

- Layer5 badges + Layer5 badges MeshMaster

This badge is awarded to individuals who have demonstrated a clear and holistic understanding of cloud native infrastructure management.

- Layer5 badges + Layer5 badges Coming Soon...

Additional certications are coming soon!

diff --git a/site/static/assets/badges/meshsync/meshsync.png b/site/static/assets/badges/meshsync/meshsync.png new file mode 100644 index 000000000..bf0cbfa19 Binary files /dev/null and b/site/static/assets/badges/meshsync/meshsync.png differ diff --git a/site/static/assets/badges/meshsync/meshsync.svg b/site/static/assets/badges/meshsync/meshsync.svg new file mode 100644 index 000000000..5a41a0ed7 --- /dev/null +++ b/site/static/assets/badges/meshsync/meshsync.svg @@ -0,0 +1 @@ +MeshSync \ No newline at end of file