Skip to content

Commit 5e86883

Browse files
committed
Add Navy Linux
1 parent 0ca032f commit 5e86883

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
@@ -743,6 +743,13 @@ const projectList = [
743743
projectLink: 'https://github.com/SimplQ/simplQ-frontend#contributing',
744744
description: 'Modern and fully web based queue management solution for crowded businesses.',
745745
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
746+
},
747+
{
748+
name: 'Navy Linux',
749+
imageSrc: 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg',
750+
projectLink: 'https://github.com/navy-linux/',
751+
description: 'Navy Linux is a recompilation of the Red Hat Linux project just as the centOS Linux project has been for all these years.',
752+
tags: ['Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
746753
}
747754
];
748755
export default projectList;

0 commit comments

Comments
 (0)