Skip to content

Commit

Permalink
Merge pull request #198 from marcnuri-forks/feat/jkube
Browse files Browse the repository at this point in the history
Add project Eclipse JKube
  • Loading branch information
sara-02 authored Jun 23, 2021
2 parents e7ec958 + 9dcb897 commit bd5e251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/ProjectList/listOfProjects.js
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,13 @@ const projectList = [
projectLink: 'https://github.com/simple-icons/simple-icons',
description: 'SVG icons for popular brands',
tags: ['JavaScript', 'OpenSource', 'Beginner', 'SVG', 'NodeJS']
},
{
name: 'Eclipse JKube',
imageSrc: 'https://github.com/eclipse/jkube/raw/master/media/JKube-Logo-final-square-color.png',
projectLink: 'https://github.com/eclipse/jkube',
description: 'Cloud-Native Java Applications without a hassle, bring your Java applications to Kubernetes',
tags: ['Java', 'Kubernetes', 'OpenShift', 'Eclipse', 'OpenSource', 'Beginner']
}
];
export default projectList;

0 comments on commit bd5e251

Please sign in to comment.