Skip to content

Commit ff43023

Browse files
committed
done
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent ddb415e commit ff43023

2 files changed

Lines changed: 5 additions & 26 deletions

File tree

src/sections/Devrel-platform/JourneySection.js

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -207,33 +207,10 @@ const JourneySection = () => {
207207
<Button
208208
$primary
209209
$external={true}
210-
title="Explore Layer5 Cloud"
210+
title="Start Your DevRel Journey With Layer5 Cloud"
211211
alt="Explore cloud"
212212
$url="https://cloud.layer5.io/"
213213
/>
214-
<Button
215-
$primary
216-
$external={true}
217-
title="Explore Kanvas"
218-
alt="Explore Meshery Playground"
219-
$url="https://kanvas.new/"
220-
/>
221-
<Button
222-
aria-label="Book a demo"
223-
$primary
224-
$external={true}
225-
title="Talk to team"
226-
alt="Book a demo"
227-
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
228-
/>
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-
/>
237214
</div>
238215
</Container>
239216
</JourneySectionWrapper>

src/sections/Devrel-platform/content.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ const DevrelContent = () => {
257257
<Row className="devrel">
258258
<Col $md={6} className="devrel-image">
259259
<div className="image-wrapper">
260-
<img src={IntegrationDesigner} />
260+
<a href="https://kanvas.new/" target="_blank" rel="noopener noreferrer">
261+
<img src={IntegrationDesigner} />
262+
</a>
261263
</div>
262264
</Col>
263265
<Col $md={6} className="devrel-detail">
@@ -321,7 +323,7 @@ const DevrelContent = () => {
321323
Recognition Program
322324
</h2>
323325
<ul className="caption">
324-
<li><b>Achievement Badges:</b> Earn badges for key milestones, like streaming logs from a Kubernetes Pod for the first time.</li>
326+
<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>
325327
<li><b>Leaderboard Visibility:</b> Participate in challenges, compete on leaderboards, and stand out in the community.</li>
326328
<li><b>Featured Mentions:</b> Get recognized when your content becomes popular, with shoutouts from the project.</li>
327329
</ul>

0 commit comments

Comments
 (0)