Skip to content

Commit 6f299bd

Browse files
authored
Merge branch 'source' into source
2 parents 820c31f + 707c69d commit 6f299bd

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
@@ -770,6 +770,13 @@ const projectList = [
770770
projectLink: 'https://github.com/navy-linux/',
771771
description: 'Navy Linux is a recompilation of the Red Hat Linux project just as the centOS Linux project has been for all these years.',
772772
tags: ['Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
773+
},
774+
{
775+
name: 'DSA',
776+
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
777+
projectLink: 'https://github.com/MakeContributions/DSA',
778+
description: 'Data structure and Algorithm (DSA) contributions',
779+
tags: ['OpenSource', 'Javascript', 'C#', 'C', 'C++', 'Python', 'Beginner', 'DSA'],
773780
}
774781
];
775782
export default projectList;

0 commit comments

Comments
 (0)