Skip to content

Commit f22329b

Browse files
authored
Merge pull request #174 from domingoruiz/source
Add Navy Linux
2 parents 707c69d + 6f299bd commit f22329b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,13 @@ const projectList = [
764764
description: 'A web interface for MySQL and MariaDB.',
765765
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
766766
},
767+
{
768+
name: 'Navy Linux',
769+
imageSrc: 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg',
770+
projectLink: 'https://github.com/navy-linux/',
771+
description: 'Navy Linux is a recompilation of the Red Hat Linux project just as the centOS Linux project has been for all these years.',
772+
tags: ['Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
773+
},
767774
{
768775
name: 'DSA',
769776
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
@@ -772,4 +779,4 @@ const projectList = [
772779
tags: ['OpenSource', 'Javascript', 'C#', 'C', 'C++', 'Python', 'Beginner', 'DSA'],
773780
}
774781
];
775-
export default projectList;
782+
export default projectList;

0 commit comments

Comments
 (0)