Skip to content

Commit

Permalink
adding-badges-section-in-newcomers-page
Browse files Browse the repository at this point in the history
Signed-off-by: PRANJALRANA11 <[email protected]>
  • Loading branch information
PRANJALRANA11 committed Sep 9, 2023
1 parent a709b32 commit 64ba306
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions src/sections/Community/Newcomers-guide/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import longArrow from "./long-arrow.svg";
import { StaticImage } from "gatsby-plugin-image";

const CommunityImage2 = "../../../assets/images/newcomers-page-images/community-image3.webp";
const BadgeImage = "../../../assets/images/recognition-program/recognition-program.png";
const CommunityImage3 = "../../../assets/images/newcomers-page-images/community-collage.webp";

const NewcomersGuide = () => {
Expand Down Expand Up @@ -216,6 +217,42 @@ const NewcomersGuide = () => {
</p>
</Col>
</Row>
<Row>
<Col sm={12} lg={6}>
<h3>Awarding New Community Members</h3>
<ol type="i">
<li>
Badges are awarded to community members who have been consistently engaged and impactful within a given area of the community or on a specific project.{" "}
<a
href="https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md"
target="_blank"
rel="noreferrer"
>
Contributing Guidelines
</a>
.
</li>
<li>
Every community member, whether contributing with code or not, has the opportunity to obtain any number of badges of recognition of their efforts.{" "}
</li>
<li>Community members are encouraged to collect the whole set!</li>
<li>
To learn more about the badges and awards system, visit the{" "}
<a
href="https://badges.layer5.io/."
target="_blank"
rel="noreferrer"
>
Badges
</a>{" "}
page.
</li>
</ol>
</Col>
<Col sm={12} lg={6} className="community-img">
<StaticImage src={BadgeImage} alt="Community Image" />
</Col>
</Row>
</div>
<div className="table-wrapper">
<h2>Tutorials</h2>
Expand Down

0 comments on commit 64ba306

Please sign in to comment.