Skip to content

Commit 8834339

Browse files
authored
Merge pull request #6281 from layer5io/vishalvivekm-patch-1
chore
2 parents ec2e3bc + e1822e9 commit 8834339

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

src/pages/solutions/devrel-platform-for-kubernetes-and-cloudnative-content/index.js renamed to src/pages/solutions/devrel-platform-for-kubernetes-and-cloud-native-content/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export const Head = () => {
1515
return <SEO title="Devrel Platform for Cloud Native Content"
1616
description="Amplify Your Voice in the Cloud Native Community. Build, share, innovate with CNCF project-curated best practices."
1717
image="/images/meshery-logo-dark-text.webp" />;
18-
};
18+
};

src/sections/Devrel-platform/JourneySection.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const JourneySection = () => {
187187
<Container>
188188
<div className="journey-header">
189189
<h2>Expand Your Network and Visibility in the Cloud Native Community</h2>
190-
<p>Connect with ambassadors, maintainers, and experts while collaborating on CNCF projects.</p>
190+
<p>Connect with ambassadors, developer evangelists, maintainers, and experts while collaborating on CNCF projects.</p>
191191
</div>
192192
<div className="timeline-container">
193193
<Row className="timeline-row">
@@ -226,6 +226,14 @@ const JourneySection = () => {
226226
alt="Book a demo"
227227
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
228228
/>
229+
<Button
230+
aria-label="Recognition program"
231+
$primary
232+
$external={true}
233+
title="Recogntion Program"
234+
alt="recogntion program"
235+
$url="https://badges.layer5.io"
236+
/>
229237
</div>
230238
</Container>
231239
</JourneySectionWrapper>

src/sections/Devrel-platform/content.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ const DevrelContent = () => {
254254
<ul className="caption">
255255
<li><b>Live Kubernetes Clusters:</b> Give your audience hands-on experience with a collaborative live Kubernetes environment through Meshery Playground.</li>
256256
<li><b>Demonstrate Complex Concepts:</b> Explain cloud native architectures visually and interactively.</li>
257-
<li><b>Multi-Player Teaching:</b> Conduct live demonstrations and workshops where participants can follow along in real-time.</li>
257+
<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>
258258
</ul>
259259
</Col>
260260
</Row>
@@ -265,8 +265,8 @@ const DevrelContent = () => {
265265
</h2>
266266
<ul className="caption">
267267
<li><b>Design Cloud Native Patterns:</b> Create and publish cloud native designs featuring any CNCF project.</li>
268-
<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>
269-
<li><b>Develop Learning Paths:</b>Create structured educational journeys that combine theory with hands-on practice.</li>
268+
<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>
269+
<li><b>Develop Learning Paths:</b> Create structured educational journeys that combine theory with hands-on practice.</li>
270270
<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>
271271
</ul>
272272
</Col>
@@ -284,7 +284,7 @@ const DevrelContent = () => {
284284
<h2 className="heading">Build Your Professional Brand</h2>
285285
<ul className="caption">
286286
<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>
287-
<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>
287+
<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>
288288
<li><b>Themed Organization:</b> Create a personalized dashboard with your organization's colors and logo, and invite members.</li>
289289
<li><b>Dedicated Workspace:</b> Maintain a centralized environment for all your content and resources.</li>
290290
</ul>
@@ -330,8 +330,8 @@ const DevrelContent = () => {
330330
<Row className="devrel">
331331
<InlineQuotes
332332
person="Yash Sharma"
333-
title="Engineering at DigitalOcean"
334-
quote="One of my published designs is a top performer in the catalog, opening up new opportunities for me."
333+
title="Layer5 MeshMate & Developer Advocate at DigitalOcean"
334+
quote="The platform helped me gain recognition in Developer Relations by showcasing my popular designs to the community."
335335
image={YashSharmaIMg}/>
336336
</Row>
337337
</Container>

src/sections/General/Navigation/utility/menu-items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Data = {
3434
},
3535
{
3636
name: "Kubernetes & Cloud Native DevRel",
37-
path: "/solutions/devrel-platform-for-kubernetes-and-cloudnative-content",
37+
path: "/solutions/devrel-platform-for-kubernetes-and-cloud-native-content",
3838
sepLine: true,
3939
},
4040
],

0 commit comments

Comments
 (0)