Skip to content

Commit bd5e251

Browse files
authored
Merge pull request #198 from marcnuri-forks/feat/jkube
Add project Eclipse JKube
2 parents e7ec958 + 9dcb897 commit bd5e251

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -824,6 +824,13 @@ const projectList = [
824824
projectLink: 'https://github.com/simple-icons/simple-icons',
825825
description: 'SVG icons for popular brands',
826826
tags: ['JavaScript', 'OpenSource', 'Beginner', 'SVG', 'NodeJS']
827+
},
828+
{
829+
name: 'Eclipse JKube',
830+
imageSrc: 'https://github.com/eclipse/jkube/raw/master/media/JKube-Logo-final-square-color.png',
831+
projectLink: 'https://github.com/eclipse/jkube',
832+
description: 'Cloud-Native Java Applications without a hassle, bring your Java applications to Kubernetes',
833+
tags: ['Java', 'Kubernetes', 'OpenShift', 'Eclipse', 'OpenSource', 'Beginner']
827834
}
828835
];
829836
export default projectList;

0 commit comments

Comments
 (0)