Skip to content

Commit e2cddf2

Browse files
committed
fixed layout and removed uem
Signed-off-by: Rishi Raj <rishiraj438gt@gmail.com>
1 parent 9d29def commit e2cddf2

2 files changed

Lines changed: 28 additions & 9 deletions

File tree

src/sections/Partners/partner.style.js

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,13 @@ const PartnerWrapper = styled.section`
343343
flex-direction:column;
344344
width:90%;
345345
}
346+
.anchor h2 {
347+
text-align: left;
348+
letter-spacing: normal;
349+
word-spacing: normal;
350+
font-size: 2rem;
351+
line-height: 1.3;
352+
}
346353
.partner-container{
347354
.partner-container-body{
348355
width:100%;
@@ -443,6 +450,13 @@ const PartnerWrapper = styled.section`
443450
flex-direction: column;
444451
width: 100%;
445452
}
453+
.anchor h2{
454+
text-align: left;
455+
letter-spacing: normal;
456+
word-spacing: normal;
457+
font-size: 2rem;
458+
line-height: 1.3;
459+
}
446460
.mobview{
447461
width: 100%;
448462
}
@@ -483,6 +497,13 @@ const PartnerWrapper = styled.section`
483497
.mobview{
484498
width: 100%;
485499
}
500+
.anchor h2{
501+
text-align: left;
502+
letter-spacing: normal;
503+
word-spacing: normal;
504+
font-size: 2rem;
505+
line-height: 1.3;
506+
}
486507
.acc-cont{
487508
display: flex;
488509
flex-direction: column;
@@ -532,6 +553,13 @@ const PartnerWrapper = styled.section`
532553
max-width: unset;
533554
width: 100%;
534555
}
556+
.anchor h2 {
557+
text-align: left;
558+
letter-spacing: normal;
559+
word-spacing: normal;
560+
font-size: 2rem;
561+
line-height: 1.3;
562+
}
535563
.moreInfo-div-active{
536564
height: 70rem;
537565
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)