Skip to content

Commit fc9c124

Browse files
authored
Merge branch 'source' into source
2 parents fe80574 + 211fde2 commit fc9c124

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,20 @@ const projectList = [
803803
projectLink: 'https://github.com/Jigsaw-Code',
804804
description: 'Jigsaw is an incubator within Google that uses technology to address geopolitical issues.',
805805
tags: ['Go', 'TypeScript', 'c', 'Shell', 'Python'],
806+
},
807+
{
808+
name: 'Idea Hub',
809+
imageSrc: 'https://avatars3.githubusercontent.com/u/67384272?v=4',
810+
projectLink: 'https://github.com/MakeContributions/ideahub#contribution-guidelines',
811+
description: 'A collection of ideas and projects that contain from beginner to advance :octocat: 🎯🚀',
812+
tags: ['Hub', 'ideas', 'Project List', 'Good First Issue', 'Beginner'],
813+
},
814+
{
815+
name: 'Simple Icons',
816+
imageSrc: 'https://github.com/simple-icons/simple-icons-website/blob/master/public/images/og.png',
817+
projectLink: 'https://github.com/simple-icons/simple-icons',
818+
description: 'SVG icons for popular brands',
819+
tags: ['JavaScript', 'OpenSource', 'Beginner', 'SVG', 'NodeJS']
806820
}
807821
];
808822
export default projectList;

0 commit comments

Comments
 (0)