Skip to content

Commit 6f05054

Browse files
authored
Merge branch 'master' into w-button
2 parents ff43023 + f72519c commit 6f05054

7 files changed

Lines changed: 32 additions & 7 deletions

File tree

4.31 MB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Saurabh Raghuvanshi
3+
position: Contributor
4+
image_path: ./Saurabh-Raghuvanshi.jpg
5+
github: saurabhraghuvanshii
6+
twitter: saurabhksinghr
7+
linkedin: saurabhraghuvanshii
8+
layer5: 1f3217b2-072d-49f9-840d-61b878a73f79
9+
location: New Delhi, India
10+
bio: I’m Saurabh Raghuvanshi, a 3rd-year CSE undergraduate passionate about open-source contributions, coding, and exploring new concepts. I enjoy making a small yet meaningful impact through my code.
11+
status: Active
12+
published: true
13+
---
66.5 KB
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Shashaank Srivastava
3+
position: Contributor
4+
image_path: ./Shashaank-Srivastava.jpg
5+
github: ShashaankS
6+
linkedin: shashaank-srivastava-852933289
7+
layer5: ac229fa5-156c-4ed8-8c85-9ccf090b63ec
8+
location: Uttar Pradesh, India
9+
bio: Hello World! I’m Shashaank Srivastava, student at IIITDM Jabalpur, passionate about cloud-native systems, backend and frontend development. A curious learner and problem solver, I love experimenting, collaborating, and creating impactful tech solutions.
10+
status: Active
11+
published: true
12+
---

src/components/PlanCard/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const PlanCard = ({ planData , isYearly }) => {
2929

3030
{x.tier === "Personal" ? <div className="pricing-label">Free Forever</div> : null}
3131

32-
{x.tier === "Enterprise" ? <div className="featured-label">Most Popular</div> : null}
32+
{x.tier === "Team Designer" ? <div className="featured-label">Most Popular</div> : null}
3333

3434
{/* {x.pricing_coming_soon && (
3535
<div className="pricing_coming_soon">

src/sections/Pricing/comparison.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ const Comparison = () => {
202202
<tbody>
203203
<tr>
204204
<th className="price-blank"></th>
205+
<th className="price-blank"></th>
206+
<th className="price-table-popular">Most popular</th>
205207
<th className="price-blank"></th>
206208
<th className="price-blank"></th>
207-
<th className="price-blank"></th>
208-
<th className="price-table-popular">Most popular</th>
209209
</tr>
210210
<tr className="price-table-head">
211211
<td></td>

src/sections/Pricing/feature_data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@
10281028
"categoryOrder": "9",
10291029
"category": "Managed Service Provider",
10301030
"functionOrder": "902",
1031-
"function": "Public Profiles for Users",
1031+
"function": "The weekly Newcomers meeting held every Thursday offers an overview of the community and projects. It’s an ideal place to start: https://layer5.io/community/calendar. In the meeting, you will be assisted in merging your first pull request on Meshery. Here’s an overview of the tech involved in the projects - https://layer5.io/community/handbook/repository-overview",
10321032
"feature": "See public user profile details, public activities and public resources.",
10331033
"subscription_tier": "",
10341034
"comparison_tiers": {
@@ -1044,7 +1044,7 @@
10441044
"categoryOrder": "9",
10451045
"category": "Managed Service Provider",
10461046
"functionOrder": "903",
1047-
"function": "Recognition Program Badges",
1047+
"function": "Recognition Program BadgesYou're most welcome to join any / all of the meetings that strike your fancy.",
10481048
"feature": "Badges are visual indicators of achievements or milestones that users can earn in order to recognizing activity milestones, encouraging positive behavior, mark progress, and gamifying platform experience.",
10491049
"subscription_tier": "",
10501050
"comparison_tiers": {
@@ -1156,7 +1156,7 @@
11561156
"categoryOrder": "add-on",
11571157
"category": "Academy",
11581158
"functionOrder": "",
1159-
"function": "Academy Theoretical Learner",
1159+
"function": "Academy Theoretical Learning",
11601160
"feature": "A comprehensive learning management system for creators and instructors on how to build, manage, and extend educational content like learning paths, challenges, and certifications.",
11611161
"subscription_tier": "Enterprise",
11621162
"comparison_tiers": {
@@ -1172,7 +1172,7 @@
11721172
"categoryOrder": "add-on",
11731173
"category": "Academy",
11741174
"functionOrder": "",
1175-
"function": "Academy Hands-on Learner",
1175+
"function": "Academy Practical Learning",
11761176
"feature": "An inclusive, collaborative, hands-on learning environment for students.",
11771177
"subscription_tier": "Enterprise",
11781178
"comparison_tiers": {

0 commit comments

Comments
 (0)