Skip to content

Commit b7d8293

Browse files
authored
Merge branch 'source' into add-litefy-project
2 parents 13ee24b + f22329b commit b7d8293

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -767,9 +767,23 @@ const projectList = [
767767
{
768768
name: 'Litefy',
769769
imageSrc: 'https://raw.githubusercontent.com/mathkruger/litefy/master/src/assets/logo.png',
770-
projectLink: 'https://github.com/mathkruger/litefy',
770+
projectLink: 'https://github.com/mathkruger/litefy/contribute',
771771
description: 'A lighweight Spotify client for low-end devices',
772772
tags: ['OpenSource', 'Angular', 'HTML', 'CSS', 'Javascript', 'Typescript'],
773+
},
774+
{
775+
name: 'Navy Linux',
776+
imageSrc: 'https://raw.githubusercontent.com/navy-linux/logos/main/logo-text.jpg',
777+
projectLink: 'https://github.com/navy-linux/',
778+
description: 'Navy Linux is a recompilation of the Red Hat Linux project just as the centOS Linux project has been for all these years.',
779+
tags: ['Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
780+
},
781+
{
782+
name: 'DSA',
783+
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
784+
projectLink: 'https://github.com/MakeContributions/DSA',
785+
description: 'Data structure and Algorithm (DSA) contributions',
786+
tags: ['OpenSource', 'Javascript', 'C#', 'C', 'C++', 'Python', 'Beginner', 'DSA'],
773787
}
774788
];
775-
export default projectList;
789+
export default projectList;

0 commit comments

Comments
 (0)