Skip to content

Commit 8044ea4

Browse files
authored
Merge branch 'layer5io:master' into master
2 parents 3e2aa69 + 533e03b commit 8044ea4

16 files changed

Lines changed: 882 additions & 73 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/collections/integrations/aws-sagemaker-controller/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ components: [
164164
"colorIcon": "icons/components/labeling-job/icons/color/labeling-job-color.svg",
165165
"whiteIcon": "icons/components/labeling-job/icons/white/labeling-job-white.svg",
166166
"description": "",
167+
},
168+
{
169+
"name": "space",
170+
"colorIcon": "icons/components/space/icons/color/space-color.svg",
171+
"whiteIcon": "icons/components/space/icons/white/space-white.svg",
172+
"description": "",
167173
}]
168174
featureList: [
169175
"Choice of ML tools",
39 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Kavya Katal
3+
position: Contributor
4+
github: KatalKavya96
5+
twitter: Katal09
6+
linkedin: kavya-katal-64260a318
7+
layer5: 985074f5-27a0-406c-b83a-7f247ba77746
8+
location: Faridabad, Haryana, India
9+
bio: Hi, I am Kavya Katal, a passionate Full Stack Developer and AI enthusiast exploring the intersection of Open Source, Cloud Native, and Web Technologies. I enjoy contributing to developer communities, building scalable solutions, and continuously learning to create impactful, innovative systems.
10+
published: true
11+
badges:
12+
- Community
13+
image_path: ./KatalKavya96.png
14+
status: Active
15+
---

src/components/Pricing/PricingAddons/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
350350
const totalPrice = pricePerUser * option.learners * multiplier;
351351
const period = isYearly ? "/year" : "/month";
352352
return `${option.learners} learners - ${formatPrice(totalPrice)}${period}`;
353-
}
353+
}
354354
return "";
355355
}}
356356
max={(() => {
@@ -574,4 +574,4 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
574574
</CssBaseline>
575575
</SistentThemeProvider>
576576
);
577-
};
577+
};

src/components/SistentNavigation/content.js

Lines changed: 50 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -57,61 +57,68 @@ export const content = [
5757
{ id: 38, link: "/projects/sistent/components/grid/guidance", text: "Grid" },
5858
{ id: 39, link: "/projects/sistent/components/grid/code", text: "Grid" },
5959

60-
{ id: 40, link: "/projects/sistent/components/icons", text: "Icons" },
60+
{ id: 40, link: "/projects/sistent/components/iconbutton", text: "IconButton" },
61+
{ id: 41, link: "/projects/sistent/components/iconbutton/guidance", text: "IconButton" },
62+
{ id: 42, link: "/projects/sistent/components/iconbutton/code", text: "IconButton" },
6163

62-
{ id: 41, link: "/projects/sistent/components/link", text: "Link" },
63-
{ id: 42, link: "/projects/sistent/components/link/guidance", text: "Link" },
64-
{ id: 43, link: "/projects/sistent/components/link/code", text: "Link" },
64+
{ id: 43, link: "/projects/sistent/components/icons", text: "Icons" },
6565

66-
{ id: 44, link: "/projects/sistent/components/list", text: "List" },
67-
{ id: 45, link: "/projects/sistent/components/list/guidance", text: "List" },
68-
{ id: 46, link: "/projects/sistent/components/list/code", text: "List" },
66+
{ id: 44, link: "/projects/sistent/components/link", text: "Link" },
67+
{ id: 45, link: "/projects/sistent/components/link/guidance", text: "Link" },
68+
{ id: 46, link: "/projects/sistent/components/link/code", text: "Link" },
6969

70-
{ id: 47, link: "/projects/sistent/components/modal", text: "Modal" },
71-
{ id: 48, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
72-
{ id: 49, link: "/projects/sistent/components/modal/code", text: "Modal" },
70+
{ id: 47, link: "/projects/sistent/components/list", text: "List" },
71+
{ id: 48, link: "/projects/sistent/components/list/guidance", text: "List" },
72+
{ id: 49, link: "/projects/sistent/components/list/code", text: "List" },
7373

74-
{ id: 50, link: "/projects/sistent/components/pagination", text: "Pagination" },
75-
{ id: 51, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
76-
{ id: 52, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
74+
{ id: 50, link: "/projects/sistent/components/modal", text: "Modal" },
75+
{ id: 51, link: "/projects/sistent/components/modal/guidance", text: "Modal" },
76+
{ id: 52, link: "/projects/sistent/components/modal/code", text: "Modal" },
7777

78-
{ id: 53, link: "/projects/sistent/components/paper", text: "Paper" },
79-
{ id: 54, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
80-
{ id: 55, link: "/projects/sistent/components/paper/code", text: "Paper" },
78+
{ id: 53, link: "/projects/sistent/components/pagination", text: "Pagination" },
79+
{ id: 54, link: "/projects/sistent/components/pagination/guidance", text: "Pagination" },
80+
{ id: 55, link: "/projects/sistent/components/pagination/code", text: "Pagination" },
8181

82-
{ id: 56, link: "/projects/sistent/components/popper", text: "Popper" },
83-
{ id: 57, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
84-
{ id: 58, link: "/projects/sistent/components/popper/code", text: "Popper" },
82+
{ id: 56, link: "/projects/sistent/components/paper", text: "Paper" },
83+
{ id: 57, link: "/projects/sistent/components/paper/guidance", text: "Paper" },
84+
{ id: 58, link: "/projects/sistent/components/paper/code", text: "Paper" },
8585

86-
{ id: 59, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
87-
{ id: 60, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
88-
{ id: 61, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
86+
{ id: 59, link: "/projects/sistent/components/popper", text: "Popper" },
87+
{ id: 60, link: "/projects/sistent/components/popper/guidance", text: "Popper" },
88+
{ id: 61, link: "/projects/sistent/components/popper/code", text: "Popper" },
8989

90-
{ id: 62, link: "/projects/sistent/components/select", text: "Select" },
91-
{ id: 63, link: "/projects/sistent/components/select/guidance", text: "Select" },
92-
{ id: 64, link: "/projects/sistent/components/select/code", text: "Select" },
90+
{ id: 62, link: "/projects/sistent/components/radiogroup", text: "RadioGroup" },
91+
{ id: 63, link: "/projects/sistent/components/radiogroup/guidance", text: "RadioGroup" },
92+
{ id: 64, link: "/projects/sistent/components/radiogroup/code", text: "RadioGroup" },
9393

94-
{ id: 65, link: "/projects/sistent/components/switch", text: "Switch" },
95-
{ id: 66, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
96-
{ id: 67, link: "/projects/sistent/components/switch/code", text: "Switch" },
94+
{ id: 65, link: "/projects/sistent/components/select", text: "Select" },
95+
{ id: 66, link: "/projects/sistent/components/select/guidance", text: "Select" },
96+
{ id: 67, link: "/projects/sistent/components/select/code", text: "Select" },
9797

98-
{ id: 68, link: "/projects/sistent/components/tabs", text: "Tabs" },
99-
{ id: 69, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
100-
{ id: 70, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
98+
{ id: 68, link: "/projects/sistent/components/switch", text: "Switch" },
99+
{ id: 69, link: "/projects/sistent/components/switch/guidance", text: "Switch" },
100+
{ id: 70, link: "/projects/sistent/components/switch/code", text: "Switch" },
101101

102-
{ id: 71, link: "/projects/sistent/components/text-field", text: "Text Field" },
103-
{ id: 72, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
104-
{ id: 73, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
102+
{ id: 71, link: "/projects/sistent/components/tabs", text: "Tabs" },
103+
{ id: 72, link: "/projects/sistent/components/tabs/guidance", text: "Tabs" },
104+
{ id: 73, link: "/projects/sistent/components/tabs/code", text: "Tabs" },
105+
106+
{ id: 74, link: "/projects/sistent/components/text-field", text: "Text Field" },
107+
{ id: 75, link: "/projects/sistent/components/text-field/guidance", text: "Text Field" },
108+
{ id: 76, link: "/projects/sistent/components/text-field/code", text: "Text Field" },
109+
110+
{ id: 77, link: "/projects/sistent/components/text-input", text: "Text Input" },
111+
{ id: 78, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
112+
{ id: 79, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
113+
114+
{ id: 80, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
115+
{ id: 81, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
116+
{ id: 82, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
117+
118+
{ id: 83, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
119+
{ id: 84, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
120+
{ id: 85, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
105121

106-
{ id: 74, link: "/projects/sistent/components/text-input", text: "Text Input" },
107-
{ id: 75, link: "/projects/sistent/components/text-input/guidance", text: "Text Input" },
108-
{ id: 76, link: "/projects/sistent/components/text-input/code", text: "Text Input" },
109122

110-
{ id: 77, link: "/projects/sistent/components/toolbar", text: "Toolbar" },
111-
{ id: 78, link: "/projects/sistent/components/toolbar/guidance", text: "Toolbar" },
112-
{ id: 79, link: "/projects/sistent/components/toolbar/code", text: "Toolbar" },
113123

114-
{ id: 80, link: "/projects/sistent/components/tooltip", text: "Tooltip" },
115-
{ id: 81, link: "/projects/sistent/components/tooltip/guidance", text: "Tooltip" },
116-
{ id: 82, link: "/projects/sistent/components/tooltip/code", text: "Tooltip" },
117124
];

src/components/legal-navigation/toc.style.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const TOCWrapper = styled.div`
77
left: 0rem;
88
margin-left: 3rem;
99
margin-top: 3rem;
10-
margin-bottom : 3rem;
10+
margin-bottom : 2rem;
1111
width:15rem;
1212
word-break: break-word;
1313
overflow-wrap: break-word;
@@ -108,6 +108,8 @@ const TOCWrapper = styled.div`
108108
@media only screen and (max-width: 750px){
109109
position: initial;
110110
margin-right: 3rem;
111+
margin-bottom : 0rem;
112+
padding-bottom: 1rem;
111113
width: auto;
112114
.toc-toggle-btn{
113115
display:inline-block;

src/sections/Community/Handbook/repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const Repository = () => {
4747
<h2>GitHub Organizations and Repositories</h2>
4848
</a>
4949
<p>
50-
A brief introduction to all of the Github repositories of Layer5 organization is offered below. This overview serves as a resource to newcomers seeking a perspective of the collective community efforts (from a code-centric perspective). See <a href="https://docs.google.com/document/u/0/d/1FzX-C_xy9hZ3Eu9dcCE0unhFV5LRUrb5YLn_MGYuG6Y/edit">Layer5 GitHub Process</a> for more related information.
50+
A brief introduction to all of the Github repositories of Layer5 organization is offered below. This overview serves as a resource to newcomers seeking a perspective of the collective community efforts (from a code-centric perspective). See <a href="https://docs.google.com/document/d/1brtiJhdzal_O6NBZU_JQXiBff2InNtmgL_G1JgAiZtk/edit?tab=t.0#heading=h.504assxl7gpf">Layer5 GitHub Process</a> for more related information.
5151
</p>
5252

5353
<p>

src/sections/Company/Legal/terms.style.js

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,29 @@ const TermsWrapper = styled.section`
99
max-width: 900px;
1010
margin: 0 auto;
1111
padding-left: 2px;
12-
margin-top: -20rem;
12+
margin-top: -20rem;
13+
@media (max-width: 750px) {
14+
margin-top: 0;
15+
}
1316
}
1417
.page-header-section {
15-
display: flex;
16-
align-items: center;
17-
justify-content: center;
18-
text-align: center;
19-
background: rgb(71,126,150);
18+
display: flex;
19+
align-items: center;
20+
justify-content: center;
21+
text-align: center;
22+
background: rgb(71,126,150);
2023
background: linear-gradient(250deg, rgba(71,126,150,1) 0%, rgba(0,179,159,1) 35%, rgba(60,73,79,1) 100%);
21-
padding: 3rem 0;
24+
padding: 3rem 0;
25+
h1 {
26+
color: white;
27+
}
28+
@media (max-width: 680px) {
29+
padding: 2rem 0;
2230
h1 {
23-
color: white;
24-
}
25-
@media (max-width: 680px) {
26-
padding: 2rem 0;
27-
h1 {
28-
font-size: 1.75rem;
29-
}
31+
font-size: 1.75rem;
3032
}
3133
}
34+
}
3235
3336
.conduct_heading {
3437
text-align: left;
@@ -78,4 +81,4 @@ const TermsWrapper = styled.section`
7881
}
7982
`;
8083

81-
export default TermsWrapper;
84+
export default TermsWrapper;

0 commit comments

Comments
 (0)