Skip to content

Commit 4f503b6

Browse files
authored
Merge pull request #134 from ming-tsai/source
chore: add more project to list
2 parents 3e21184 + c6d5362 commit 4f503b6

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
@@ -675,6 +675,20 @@ const projectList = [
675675
projectLink: 'https://docs.ansible.com/ansible/latest/community/index.html',
676676
description: 'Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.',
677677
tags: ['Python', 'Automated-Testingg', 'Beginner'],
678+
},
679+
{
680+
name: 'start-here-guidelines',
681+
imageSrc: 'https://avatars2.githubusercontent.com/u/35373879?s=200&v=4',
682+
projectLink: 'https://github.com/zero-to-mastery/start-here-guidelines#a-guide-to-get-started',
683+
description: 'Lets Git started in the world of opensource, starting in the Zero To Mastery opensource playground. Especially designed for education and practical experience purposes.',
684+
tags: ['Markdown', 'Beginner'],
685+
},
686+
{
687+
name: 'CSS-Art',
688+
imageSrc: 'https://avatars2.githubusercontent.com/u/35373879?s=200&v=4',
689+
projectLink: 'https://github.com/zero-to-mastery/CSS-Art#instructions',
690+
description: 'General Edition - A CSS art challenge, for all skill levels.',
691+
tags: ['CSS', 'HTML', 'Javascript', 'Beginner'],
678692
}
679693
];
680694
export default projectList;

0 commit comments

Comments
 (0)