Skip to content

Commit 0a39859

Browse files
committed
done
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent eca76b3 commit 0a39859

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/sections/Community/Handbook/recognition.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import ReviewRockstarLogo from "../../../assets/images/review-rockstar/review-ro
3535
import KanvasSnapshotLogo from "../../../assets/images/kanvas-snapshot/kanvas-snapshot.svg";
3636
import SistentContributorLogo from "../../../assets/images/sistent/badges/sistent-contributor.svg";
3737
import ContinuousContributorLogo from "../../../assets/images/continuous-contributor/continuous-contributor.svg";
38+
import AcademyLogo from "../../../assets/images/academy/academy.svg";
3839

3940
const contents = [
4041
{ id: 0, link: "#Profile Bages", text: "Profile Bages" },
@@ -187,6 +188,10 @@ const RecognitionPage = () => {
187188
<img src={ServiceMeshPerformance} style={badgeStyle} />
188189
<b>Cloud Native Performance</b> - awarded to the community members who make consistent and impactful contributions to the Cloud Native Performance project. Community members who earn this badge occasionally become a project maintainer.
189190
</li>
191+
<li>
192+
<img src={AcademyLogo} style={badgeStyle} />
193+
<b>Academy</b> - awarded to the community members who make consistent and impactful contributions to the <Link to="https://cloud.layer5.io/academy/overview">Layer5 Academy</Link> project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer.
194+
</li>
190195
<li>
191196
<img src={CommunityLogo} style={badgeStyle} />
192197
<b>Community</b> - awarded to the community members who repeatedly engage in welcoming, encouraging, and supporting other Layer5 community members. Community members who earn this badge occasionally graduate to undertaking the Community Manager role.

0 commit comments

Comments
 (0)