Skip to content

Commit

Permalink
Merge pull request #6281 from layer5io/vishalvivekm-patch-1
Browse files Browse the repository at this point in the history
chore
  • Loading branch information
Touriist authored Mar 4, 2025
2 parents ec2e3bc + e1822e9 commit 8834339
Showing 4 changed files with 17 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@ export const Head = () => {
return <SEO title="Devrel Platform for Cloud Native Content"
description="Amplify Your Voice in the Cloud Native Community. Build, share, innovate with CNCF project-curated best practices."
image="/images/meshery-logo-dark-text.webp" />;
};
};
10 changes: 9 additions & 1 deletion src/sections/Devrel-platform/JourneySection.js
Original file line number Diff line number Diff line change
@@ -187,7 +187,7 @@ const JourneySection = () => {
<Container>
<div className="journey-header">
<h2>Expand Your Network and Visibility in the Cloud Native Community</h2>
<p>Connect with ambassadors, maintainers, and experts while collaborating on CNCF projects.</p>
<p>Connect with ambassadors, developer evangelists, maintainers, and experts while collaborating on CNCF projects.</p>
</div>
<div className="timeline-container">
<Row className="timeline-row">
@@ -226,6 +226,14 @@ const JourneySection = () => {
alt="Book a demo"
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
/>
<Button
aria-label="Recognition program"
$primary
$external={true}
title="Recogntion Program"
alt="recogntion program"
$url="https://badges.layer5.io"
/>
</div>
</Container>
</JourneySectionWrapper>
12 changes: 6 additions & 6 deletions src/sections/Devrel-platform/content.js
Original file line number Diff line number Diff line change
@@ -254,7 +254,7 @@ const DevrelContent = () => {
<ul className="caption">
<li><b>Live Kubernetes Clusters:</b> Give your audience hands-on experience with a collaborative live Kubernetes environment through Meshery Playground.</li>
<li><b>Demonstrate Complex Concepts:</b> Explain cloud native architectures visually and interactively.</li>
<li><b>Multi-Player Teaching:</b> Conduct live demonstrations and workshops where participants can follow along in real-time.</li>
<li><b>Multi-Player Teaching & Presentations:</b> Conduct live demos and training sessions where participants can follow along in real-time, whether you're presenting at a conference, or leading a workshop.</li>
</ul>
</Col>
</Row>
@@ -265,8 +265,8 @@ const DevrelContent = () => {
</h2>
<ul className="caption">
<li><b>Design Cloud Native Patterns:</b> Create and publish cloud native designs featuring any CNCF project.</li>
<li><b>Curate Reference Architectures:</b> Showcase your cloud native expertise by publishing best practices and operational patterns for Kubernetes and cloud-native infrastructure.</li>
<li><b>Develop Learning Paths:</b>Create structured educational journeys that combine theory with hands-on practice.</li>
<li><b>Curate Reference Architectures:</b> As a Solutions Engineer or Developer Relations professional, publish best practices and operational patterns for Kubernetes and cloud-native infrastructure.</li>
<li><b>Develop Learning Paths:</b> Create structured educational journeys that combine theory with hands-on practice.</li>
<li><b>Design Challenges/Tutorials:</b> Create interactive labs using Meshery Playground with step-by-step guides and live demonstrations on diverse cloud native concepts.</li>
</ul>
</Col>
@@ -284,7 +284,7 @@ const DevrelContent = () => {
<h2 className="heading">Build Your Professional Brand</h2>
<ul className="caption">
<li><b>Public User Profile:</b> All your published designs and reference architectures are linked to your profile, with real-time stats to track their reach and impact.</li>
<li><b>Showcase Your Metrics and Leaderboard Position: </b>Track your content's performance with analytics, leaderboard rankings, and engagement metrics. Assess what's resonating with your audience and refine your advocacy strategy accordingly.</li>
<li><b>Showcase Your Metrics and Leaderboard Position: </b>Track your content's performance with analytics, leaderboard rankings, and engagement metrics. Assess what's resonating with your audience and refine your developer advocacy strategy accordingly.</li>
<li><b>Themed Organization:</b> Create a personalized dashboard with your organization's colors and logo, and invite members.</li>
<li><b>Dedicated Workspace:</b> Maintain a centralized environment for all your content and resources.</li>
</ul>
@@ -330,8 +330,8 @@ const DevrelContent = () => {
<Row className="devrel">
<InlineQuotes
person="Yash Sharma"
title="Engineering at DigitalOcean"
quote="One of my published designs is a top performer in the catalog, opening up new opportunities for me."
title="Layer5 MeshMate & Developer Advocate at DigitalOcean"
quote="The platform helped me gain recognition in Developer Relations by showcasing my popular designs to the community."
image={YashSharmaIMg}/>
</Row>
</Container>
2 changes: 1 addition & 1 deletion src/sections/General/Navigation/utility/menu-items.js
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ const Data = {
},
{
name: "Kubernetes & Cloud Native DevRel",
path: "/solutions/devrel-platform-for-kubernetes-and-cloudnative-content",
path: "/solutions/devrel-platform-for-kubernetes-and-cloud-native-content",
sepLine: true,
},
],

0 comments on commit 8834339

Please sign in to comment.