@@ -767,9 +767,23 @@ const projectList = [
767
767
{
768
768
name : 'Litefy' ,
769
769
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 ' ,
771
771
description : 'A lighweight Spotify client for low-end devices' ,
772
772
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' ] ,
773
787
}
774
788
] ;
775
- export default projectList ;
789
+ export default projectList ;
0 commit comments