Skip to content

Commit c4e7741

Browse files
committed
update layout
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent 281b8df commit c4e7741

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

src/sections/Devrel-platform/content.js

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -254,22 +254,6 @@ const DevrelContent = () => {
254254
<>
255255
<DevrelContentWrapper>
256256
<Container className="devrel-container">
257-
<Row className="devrel">
258-
<Col $md={6} className="devrel-detail">
259-
<h2 className="heading">
260-
Turn Knowledge into Credentials
261-
</h2>
262-
<ul className="caption">
263-
<li><b>Guided Learning Journeys:</b> Advance your cloud native skills through <a href="https://cloud.layer5.io/academy" target="_blank" rel="noopener noreferrer">Layer5 Academy</a>, offering structured paths that combine theory with hands-on labs.</li>
264-
<li><b>Interactive Challenges:</b> Strengthen your understanding in real-world scenarios with Academy challenges, powered by <a href="https://meshery.layer5.io/extension/meshmap" target="_blank" rel="noopener noreferrer">Meshery Playground</a>.</li>
265-
<li><b>Earn Recognition:</b> Achieve Layer5 Academy certifications and badges, and showcase them directly on your DevRel profile and leaderboards.</li>
266-
<li><b>Community Contribution:</b> Contribute new tutorials, challenges, and courses to Academy, growing your professional influence in the cloud-native ecosystem.</li>
267-
</ul>
268-
</Col>
269-
<Col $md={6} className="devrel-image">
270-
<PictureSlider images="academy" />
271-
</Col>
272-
</Row>
273257
<Row className="devrel">
274258
<Col $md={6} className="devrel-image">
275259
<div className="image-wrapper">
@@ -334,17 +318,22 @@ const DevrelContent = () => {
334318
image={RutkIkegahImg}/>
335319
</Row>
336320
<Row className="devrel">
337-
<Col $md={6} className="devrel-detail recognition-section">
321+
<Col $md={6} className="devrel-detail">
338322
<h2 className="heading">
339-
Recognition Program
323+
Turn Knowledge into Credentials
340324
</h2>
341325
<ul className="caption">
342-
<li><b>Achievement <a href="https://badges.layer5.io">Badges</a>:</b> Earn badges for key milestones, like streaming logs from a Kubernetes Pod for the first time.</li>
343-
<li><b>Leaderboard Visibility:</b> Participate in challenges, compete on leaderboards, and stand out in the community.</li>
344-
<li><b>Featured Mentions:</b> Get recognized when your content becomes popular, with shoutouts from the project.</li>
326+
<li><b>Guided Learning Journeys:</b> Advance your cloud native skills through <a href="https://cloud.layer5.io/academy" target="_blank" rel="noopener noreferrer">Layer5 Academy</a>, offering structured paths that combine theory with hands-on labs.</li>
327+
<li><b>Interactive Challenges:</b> Strengthen your understanding in real-world scenarios with Academy challenges, powered by <a href="https://meshery.layer5.io/extension/meshmap" target="_blank" rel="noopener noreferrer">Meshery</a>.</li>
328+
<li><b>Earn Recognition:</b> Achieve Layer5 Academy certifications and badges, and showcase them directly on your DevRel profile and leaderboards.</li>
329+
<li><b>Community Contribution:</b> Contribute new tutorials, challenges, and courses to Academy, growing your professional influence in the cloud-native ecosystem.</li>
345330
</ul>
346331
</Col>
347-
332+
<Col $md={6} className="devrel-image">
333+
<PictureSlider images="academy" />
334+
</Col>
335+
</Row>
336+
<Row className="devrel">
348337
<div className="recognition-content">
349338
<div className="badges-section">
350339
<div className="badge-stack">
@@ -370,6 +359,16 @@ const DevrelContent = () => {
370359
</div>
371360
</div>
372361
</div>
362+
<Col $md={6} className="devrel-detail recognition-section">
363+
<h2 className="heading">
364+
Recognition Program
365+
</h2>
366+
<ul className="caption">
367+
<li><b>Achievement <a href="https://badges.layer5.io">Badges</a>:</b> Earn badges for key milestones, like streaming logs from a Kubernetes Pod for the first time.</li>
368+
<li><b>Leaderboard Visibility:</b> Participate in challenges, compete on leaderboards, and stand out in the community.</li>
369+
<li><b>Featured Mentions:</b> Get recognized when your content becomes popular, with shoutouts from the project.</li>
370+
</ul>
371+
</Col>
373372
</Row>
374373
<Row className="devrel">
375374
<InlineQuotes

0 commit comments

Comments
 (0)