Skip to content

Commit d5f3e44

Browse files
authored
Merge pull request #474 from vishalvivekm/landing-page
update with resources
2 parents 93f692f + d78426c commit d5f3e44

File tree

4 files changed

+43
-16
lines changed

4 files changed

+43
-16
lines changed

assets/scss/_landing_project.scss

+12-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
.playground-section {
7474
&.playground-logo {
7575
background-image: url("/images/logos/black-semi-opaque.svg"), url("/images/logos/meshery-light-icon.svg");
76+
}
77+
&.challenges-logo {
78+
background-image: url("/images/logos/black-semi-opaque.svg"), url("/images/logos/challenges.svg");
79+
}
80+
&.playground-logo, &.challanges-logo {
7681
background-repeat: no-repeat;
7782
background-position: center;
7883
background-size: 50%;
@@ -89,6 +94,11 @@
8994
.catalog-section {
9095
&.catalog-logo {
9196
background-image: url("/images/logos/black-semi-opaque.svg"), url("/images/logos/catalog.svg");
97+
}
98+
&.learning-path-logo{
99+
background-image: url("/images/logos/black-semi-opaque.svg"), url("/images/logos/learning-path.svg");
100+
}
101+
&.catalog-logo, &.learning-path-logo {
92102
background-repeat: no-repeat;
93103
background-position: center;
94104
background-size: 50%;
@@ -211,4 +221,5 @@
211221
.logo-container {
212222
display: none;
213223
}
214-
}
224+
}
225+

content/en/_index.md

+24-15
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ onmouseover="changeImage('meshery', 'images/logos/meshery-light.svg')" onmouseou
4545
<div class="gap-20px flex-col">
4646
<div class="flex-row gap-20px">
4747
<div class="playground-card grow-1">
48-
<a href="https://playground.meshery.io">
48+
<a href="https://kanvas.new">
4949
<div class="landing-card">
5050
<div class= "playground-section playground-logo">
51-
<span class="landing-card-title">Meshery playground</span>
52-
<p>Use Meshery Playground to explore a new way of DevOps - visual and collaborative configuration management for your infrastructure.</p>
51+
<span class="landing-card-title">Kanvas</span>
52+
<p>Use Kanvas to explore a new way of DevOps - visual and collaborative configuration management for your infrastructure.</p>
5353
</div>
5454
</div>
5555
</a></div>
@@ -58,26 +58,35 @@ onmouseover="changeImage('meshery', 'images/logos/meshery-light.svg')" onmouseou
5858
<a href="https://cloud.layer5.io/catalog">
5959
<div class="landing-card">
6060
<div class= "catalog-section catalog-logo">
61-
<span class="landing-card-title">Meshery Catalog</span>
61+
<span class="landing-card-title">Cloud Catalog</span>
6262
<p>Discover top-quality cloud native services for your infrastructure with the Cloud Native Catalog. Discover best practices and upgrade your Kubernetes management practices.</p>
6363
</div>
6464
</div>
6565
</a></div>
6666
</div>
6767

68-
<div class="handbook-card">
69-
<a href="https://layer5.io/community/handbook">
70-
<div class= "handbook-section landing-card">
71-
<div class= "landing-card-text">
72-
<span class="landing-card-title">Community Handbook</span>
73-
<p>Use Meshery Playground to explore a new way of DevOps - visual and collaborative configuration management for your infrastructure.</p>
74-
</div>
75-
<div class= "handbook-image">
76-
<img src="images/landing/handbook.png" alt="Community Handbook Image" />
77-
</div>
68+
<div class="flex-row gap-20px">
69+
<div class="playground-card grow-1">
70+
<a href="https://cloud.layer5.io/academy/challenges">
71+
<div class="landing-card">
72+
<div class= "playground-section challenges-logo">
73+
<span class="landing-card-title">Challenges</span>
74+
<p>Accept the challenge. Learn CNCF projects by taking and completing time-based, hands-on labs. Complete your challenge quickly and you might be this month's CNCF Challenger!</p>
7875
</div>
79-
</a>
76+
</div>
77+
</a></div>
78+
79+
<div class="catalog-card">
80+
<a href="https://cloud.layer5.io/academy/learning-paths">
81+
<div class="landing-card">
82+
<div class= "catalog-section learning-path-logo">
83+
<span class="landing-card-title">Learning Paths</span>
84+
<p>Learning Paths offer a structured approach to learning, combining theoretical cloud native knowledge with hands-on, practical experience.</p>
85+
</div>
86+
</div>
87+
</a></div>
8088
</div>
89+
8190
</div>
8291

8392
<div class="forum-card">

static/images/logos/challenges.svg

+1
Loading

static/images/logos/learning-path.svg

+6
Loading

0 commit comments

Comments
 (0)