You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sections/Partners/partners.js
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -36,15 +36,6 @@ export const partners = [
36
36
imageLink: partner2,
37
37
imageRoute: "https://layer5.io/programs/gsoc",
38
38
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",
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",
48
39
},{
49
40
name: "Citrix",
50
41
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.",
Copy file name to clipboardExpand all lines: src/sections/Projects/Sistent/components/content.js
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,13 @@ const componentsData = [
216
216
"url": "/projects/sistent/components/chip",
217
217
"src": "/chip",
218
218
},
219
+
{
220
+
id: 29,
221
+
name: "IconButton",
222
+
description: "IconButton provides an interactive button component that displays only an icon, ideal for compact UIs where space is limited and actions are easily recognizable through iconography.",
0 commit comments