Skip to content

Commit 425e16c

Browse files
Merge pull request #46 from Rajesh-Nagarajan-11/added-missing-badges
Added Missing Badges to Website
2 parents 031ec71 + bfe474a commit 425e16c

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

src/badgesInfo.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131

3232
],
3333
"achievementBadges": [
34+
{
35+
"slug": "first-application",
36+
"label": "first-application",
37+
"location": "assets/badges/first-application/first-application.png",
38+
"title": "Application Pioneer",
39+
"description": "This badge is awarded to the Layer5 cloud users when they create their first application."
40+
},
3441
{
3542
"slug": "design-pioneer",
3643
"label": "first-design",
@@ -135,16 +142,16 @@
135142
"location": "assets/badges/continuous-contributor/continuous-contributor.png",
136143
"title": "Continuous Contributor",
137144
"description": "This badge is awarded to the community members who make consistent and impactful contributions for a long period of time in Layer5 projects in recognition and appreciation of their efforts."
138-
},
139-
{
145+
}
146+
],
147+
"archivedBadges": [
148+
{
140149
"slug": "hacktoberfest-contributor",
141150
"label": "hacktoberfest-contributor",
142151
"location": "assets/badges/hacktoberfest-contributor/hacktoberfest-contributor.png",
143152
"title": "Hacktoberfest'23 Contributor",
144153
"description": "This badge is awarded to the contributors who contribute to any Layer5 project during Hacktoberfest 2023."
145-
}
146-
],
147-
"archivedBadges": [
154+
},
148155
{
149156
"slug": "hacktoberfest-24-contributor",
150157
"label": "hacktoberfest-24-contributor",
@@ -161,6 +168,13 @@
161168
"title": "UI/UX",
162169
"description": "This badge is awarded to the community members who create or improve designs for visual aspects or user flow for any of the websites, flyers, promotions, Meshery UI, and so on in recognition and appreciation of their efforts."
163170
},
171+
{
172+
"slug": "writers-program",
173+
"label": "writers-program",
174+
"imageSource": "assets/badges/writer-program/writer-program.png",
175+
"title": "Writers Program",
176+
"description": "This badge is awarded to the community members who make with two or more published writings whether in article, blog post, project documentation or other form in recognition and appreciation of their efforts."
177+
},
164178
{
165179
"slug": "kanvas",
166180
"label": "kanvas",
@@ -224,6 +238,13 @@
224238
"title": "Docker Extension",
225239
"description": "This badge is awarded to the community members who make consistent and impactful contributions to the Docker Extension of meshery project in recognition and appreciation of their efforts."
226240
},
241+
{
242+
"slug": "meshery-operator",
243+
"label": "meshery-operator",
244+
"imageSource": "assets/badges/meshery-operator/meshery-operator.png",
245+
"title": "Meshery Operator",
246+
"description": "This badge is awarded to the community members who make consistent and impactful contributions to Meshery Operator of the Meshery project in recognition and appreciation of their efforts."
247+
},
227248
{
228249
"slug": "meshery-docs",
229250
"label": "meshery-docs",

0 commit comments

Comments
 (0)