Skip to content

Commit

Permalink
Added spacing on Recognition page between Badges
Browse files Browse the repository at this point in the history
Signed-off-by: Aarya Patil <[email protected]>
  • Loading branch information
Aarya01Patil committed Aug 5, 2024
1 parent a335948 commit e4a5ae0
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/sections/Community/Handbook/recognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const contents = [
const badgeStyle = {
height: "25px",
width: "25px",
marginRight: "5px",
verticalAlign: "middle",
marginRight: "1rem",
};

const badgeListStyle = {
Expand Down Expand Up @@ -110,120 +110,120 @@ const RecognitionPage = () => {
<ul style={badgeListStyle}>
<p><b>Activity badges:</b></p>
<li>
<img src={DesignPioneerLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={DesignPioneerLogo} style={badgeStyle} />
<b>Design Pioneer</b> - awarded to the Layer5 cloud users when they create their first design.
</li>
<li>
<img src={ApplicationPioneerLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={ApplicationPioneerLogo} style={badgeStyle} />
<b>Application Pioneer</b> - awarded to the Layer5 cloud users when they create their first application.
</li>
<li>
<img src={SharingIsCaringLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={SharingIsCaringLogo} style={badgeStyle} />
<b>Sharing is Caring</b> - This badge is awarded upon first-time sharing one of your designs.
</li>
<li>
<img src={ShippedLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={ShippedLogo} style={badgeStyle} />
<b>Shipped</b> - This badge is awarded upon the success of your first design deployment.
</li>
<li>
<img src={NeedForSpeedLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={NeedForSpeedLogo} style={badgeStyle} />
<b>Need for Speed</b> - This badge is awarded upon successful execution of your first performance test.
</li>
<li>
<img src={HipHackerLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={HipHackerLogo} style={badgeStyle} />
<b>Hip Hacker</b> - First Interactive Terminal Session - awarded the first time that you establish an interactive terminal session with a Kubernetes Pod.
</li>
<li>
<img src={StreamerLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={StreamerLogo} style={badgeStyle} />
<b>Streamer</b> - First Log Streaming Session - awarded the first time that you stream logs from a Kubernetes Pod.
</li>
<li>
<img src={GitOPsWithFriendsLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={GitOPsWithFriendsLogo} style={badgeStyle} />
<b>GitOps with Friends</b> - First Collaborator - awarded the first time a collaborator saves changes to one of your designs.
</li>
<li>
<img src={BringABuddyLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={BringABuddyLogo} style={badgeStyle} />
<b>Bring a Buddy</b> - awarded to the users who invite someone to Layer5 cloud.
</li>
<li>
<img src={CodeCleanupCrewLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={CodeCleanupCrewLogo} style={badgeStyle} />
<b>Code Cleanup Crew</b> - awarded to contributors who help maintain code quality and cleanliness.
</li>
<li>
<img src={SecuritySentinelLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={SecuritySentinelLogo} style={badgeStyle} />
<b>Security Sentinel</b> - awarded to individuals who contribute to identifying and fixing security vulnerabilities.
</li>
<li>
<img src={LogevityLegendLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={LogevityLegendLogo} style={badgeStyle} />
<b>Longevity Legend</b> - awarded for long-term, sustained contributions to the project over the years.
</li>
<li>
<img src={ReviewRockstarLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={ReviewRockstarLogo} style={badgeStyle} />
<b>Review Rockstar</b> - awarded to individuals who provide thorough and valuable code reviews.
</li>
<li>
<img src={MeshmapSnapshotLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={MeshmapSnapshotLogo} style={badgeStyle} />
<b>MeshMap Snapshot</b> - awarded to users upon creation of their first infrastructure screenshot directly in their pull request.
</li>
<li>
<img src={ContinuousContributorLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={ContinuousContributorLogo} style={badgeStyle} />
<b>Continuous Contributor</b> - 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.
</li>
<p><b>Projects:</b></p>
<li>
<img src={ImageHubLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={ImageHubLogo} style={badgeStyle} />
<b>Image Hub</b> - awarded to the community members who make consistent and impactful contributions to the Image Hub project in recognition and appreciation of their efforts.
</li>
<li>
<img src={meshmapLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={meshmapLogo} style={badgeStyle} />
<b>MeshMap</b> - awarded to the community members who make consistent and impactful contributions to 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.
</li>
<li>
<img src={ServiceMeshPerformance} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={ServiceMeshPerformance} style={badgeStyle} />
<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.
</li>
<li>
<img src={CommunityLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={CommunityLogo} style={badgeStyle} />
<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.
</li>
<li>
<img src={MesheryLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={MesheryLogo} style={badgeStyle} />
<b>Meshery</b> - awarded to the community members who make consistent and impactful contributions to the Meshery project. Community members who earn this badge occasionally become a project maintainer.
</li>
<li>
<img src={MesheryOperator} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={MesheryOperator} style={badgeStyle} />
<b>Meshery Operator</b> - 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.
</li>
<li>
<img src={PatternsLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={PatternsLogo} style={badgeStyle} />
<b>Patterns</b> - awarded to the community members who make consistent and impactful contributions to the <Link to="/learn/service-mesh-books/service-mesh-patterns">Cloud Native Patterns</Link> project in recognition and appreciation of their efforts.
</li>
<li>
<img src={LandscapeGreen} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={LandscapeGreen} style={badgeStyle} />
<b>Landscape</b> - awarded to the community members who make consistent and impactful contributions to the layer5.io website.
</li>
<li>
<img src={writersLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={writersLogo} style={badgeStyle} />
<b>Writer's Program</b> - 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.
</li>
<li>
<img src={NightHawkLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={NightHawkLogo} style={badgeStyle} />
<b>Nighthawk</b> - awarded to the community members who make consistent and impactful contributions to the NightHawk project in recognition and appreciation of their efforts. Community members who earn this badge occasionally become a project maintainer.
</li>
<li>
<img src={uiuxrLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={uiuxrLogo} style={badgeStyle} />
<b>UI/UX</b> - 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.
</li>
<li>
<img src={MesheryCatalogLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={MesheryCatalogLogo} style={badgeStyle} />
<b>Meshery Catalog</b> - awarded to the community members who make consistent and impactful contributions to the <a href="https://meshery.io/catalog">Meshery Catalog</a> of Meshery project in recognition and appreciation of their efforts.
</li>
<li>
<img src={DockerExtension} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={DockerExtension} style={badgeStyle} />
<b>Docker Extension</b> - 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.
</li>
<li>
<img src={DocsLogo} style={{ ...badgeStyle, marginRight: "1rem" }} />
<img src={DocsLogo} style={badgeStyle} />
<b>Docs</b> - awarded to the community members who make consistent and impactful contributions to the <a href="https://docs.meshery.io/">Meshery docs</a> in recognition and appreciation of their efforts.
</li>
</ul>
Expand Down

0 comments on commit e4a5ae0

Please sign in to comment.