Skip to content

Commit e256a72

Browse files
authored
Merge branch 'master' into update-workspaces-docs
2 parents 488357b + 8dc94bf commit e256a72

3 files changed

Lines changed: 31 additions & 12 deletions

File tree

src/components/Pricing/PricingAddons/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,8 @@ export const PricingAddons = ({ isYearly = false, setIsYearly, currency, enterpr
349349
const multiplier = selectedSubAddOns["academy-practical"] ? 2 : 1;
350350
const totalPrice = pricePerUser * option.learners * multiplier;
351351
const period = isYearly ? "/year" : "/month";
352-
return `${option.learners} learners - ${formatPrice(totalPrice)}${period}`;}
352+
return `${option.learners} learners - ${formatPrice(totalPrice)}${period}`;
353+
}
353354
return "";
354355
}}
355356
max={(() => {

src/sections/Partners/partner.style.js

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,7 @@ const PartnerWrapper = styled.section`
238238
.moreInfo-div{
239239
height:0;
240240
overflow: hidden;
241-
transition: all 0.5s ease-in-out;
242-
241+
transition: all 0.5s ease-in-out;
243242
}
244243
.moreInfo-div-active{
245244
height: 34rem;
@@ -343,6 +342,13 @@ const PartnerWrapper = styled.section`
343342
flex-direction:column;
344343
width:90%;
345344
}
345+
.anchor h2 {
346+
text-align: left;
347+
letter-spacing: normal;
348+
word-spacing: normal;
349+
font-size: 2rem;
350+
line-height: 1.3;
351+
}
346352
.partner-container{
347353
.partner-container-body{
348354
width:100%;
@@ -443,6 +449,13 @@ const PartnerWrapper = styled.section`
443449
flex-direction: column;
444450
width: 100%;
445451
}
452+
.anchor h2{
453+
text-align: left;
454+
letter-spacing: normal;
455+
word-spacing: normal;
456+
font-size: 2rem;
457+
line-height: 1.3;
458+
}
446459
.mobview{
447460
width: 100%;
448461
}
@@ -483,6 +496,13 @@ const PartnerWrapper = styled.section`
483496
.mobview{
484497
width: 100%;
485498
}
499+
.anchor h2{
500+
text-align: left;
501+
letter-spacing: normal;
502+
word-spacing: normal;
503+
font-size: 2rem;
504+
line-height: 1.3;
505+
}
486506
.acc-cont{
487507
display: flex;
488508
flex-direction: column;
@@ -532,6 +552,13 @@ const PartnerWrapper = styled.section`
532552
max-width: unset;
533553
width: 100%;
534554
}
555+
.anchor h2 {
556+
text-align: left;
557+
letter-spacing: normal;
558+
word-spacing: normal;
559+
font-size: 2rem;
560+
line-height: 1.3;
561+
}
535562
.moreInfo-div-active{
536563
height: 70rem;
537564
display: flex;

src/sections/Partners/partners.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ export const partners = [
3636
imageLink: partner2,
3737
imageRoute: "https://layer5.io/programs/gsoc",
3838
moreInfo: "Google Summer of Code is a global program focused on bringing more student developers into open source software development. Students work with an open source organization on a 3 month programming project during their break from school. Learn more about our mentoring",
39-
}, {
40-
name: "University of Engineering & Management Jaipur",
41-
desc: "We have officially partnered with the University of Engineering & Management (UEM), Jaipur. We thank the faculty of UEM Jaipur for partnering with us. As part of the partnership program we have a wide variety of interns from the university participating in our open source projects. The interns have the opportunity to work on a variety of cloud native technologies.Based on the area of their individual interest they can choose the technologies they want to learn or sharpen their skills. Learn more about Layer5's internships",
42-
//link: "/careers/internships",
43-
type: "academic",
44-
imageLink: partner3,
45-
partnerId: "uem",
46-
//imageRoute: "https://uem.edu.in/blog/what-is-open-source/",
47-
moreInfo: "We have officially partnered with the University of Engineering & Management (UEM), Jaipur. We thank the faculty of UEM Jaipur for partnering with us. As part of the partnership program we have a wide variety of interns from the university participating in our open source projects. The interns have the opportunity to work on a variety of cloud native technologies.Based on the area of their individual interest they can choose the technologies they want to learn or sharpen their skills. Learn more about Layer5's internships",
4839
}, {
4940
name: "Citrix",
5041
desc: "Citrix ADC is an application delivery and load balancing solution that provides a high-quality user experience for your web, traditional, and cloud-native applications regardless of where they are hosted. It comes in a wide variety of form factors and deployment options without locking you into a single cloud. Pooled capacity licensing enables the movement of capacity among cloud deployments.",

0 commit comments

Comments
 (0)