Skip to content

Commit 6f7b6a6

Browse files
authored
Merge branch 'source' into source
2 parents 87ba47c + 6002da8 commit 6f7b6a6

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,11 @@ const projectList = [
311311
tags: ['CSS', 'tips', 'guide', 'simple', 'useful']
312312
},
313313
{
314-
name: 'Systers',
315-
imageSrc: 'https://avatars3.githubusercontent.com/u/6520415?s=200&v=4',
316-
projectLink: 'https://github.com/systers',
314+
name: 'AnitaB.org ',
315+
imageSrc: 'https://user-images.githubusercontent.com/60894542/94313579-9780c080-ff9c-11ea-8853-daa2a1c0fff5.png',
316+
projectLink: 'https://github.com/anitab-org',
317317
description: 'Helping women find their potential in code.',
318-
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML'],
318+
tags: ['Python', 'Java', 'Swift', 'Javascript', 'HTML' , 'Kotlin' , 'Dart'],
319319
},
320320
{
321321
name: 'Centos',
@@ -703,6 +703,13 @@ const projectList = [
703703
projectLink: 'https://github.com/OpenSouceCode',
704704
description: 'Contributing to open source can be a rewarding way to learn, teach, and build experience in just about any skill you can imagine.',
705705
tags: ['React', 'Chat', 'Javascript', 'Beginner', 'NodeJS', 'NextJS'],
706+
},
707+
{
708+
name: 'Zulip',
709+
imageSrc: 'https://avatars0.githubusercontent.com/u/4921959?s=200&v=4',
710+
projectLink: 'https://github.com/zulip/zulip/contribute',
711+
description: 'Powerful Open Source Group Chat',
712+
tags: ['OpenSource', 'Chat', 'Javascript', 'Beginner', 'Python'],
706713
}
707714
];
708715
export default projectList;

0 commit comments

Comments
 (0)