diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..ecf139c9 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -996,14 +996,6 @@ export const projectList = [ "MPP", ], }, - { - name: "Mattermost", - imageSrc: - "https://raw.githubusercontent.com/mattermost/mattermost-handbook/3b54c2cd1f823d1ea012ce45d1baa61fb4fbedbc/.gitbook/assets/branding/logo-downloads/mattermost-logo-vertical-blue.png", - projectLink: "https://github.com/mattermost/mattermost-server/contribute", - description: "Open source Slack-alternative for DevOps teams", - tags: ["Go", "Javascript", "React", "React Native"], - }, { name: "Leapcode", imageSrc: "https://avatars1.githubusercontent.com/u/66108516?s=200&v=4", @@ -1021,14 +1013,6 @@ export const projectList = [ "This is an example that how to use Markdown creating a dungeon.", tags: ["Markdown", "React", "Gatsby", "Good First Issue", "Beginner"], }, - { - name: "Ansible", - imageSrc: "https://avatars1.githubusercontent.com/u/1507452?s=200&v=4", - projectLink: "https://docs.ansible.com/ansible/latest/community/index.html", - description: - "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", - tags: ["Python", "Automated-Testingg", "Beginner"], - }, { name: "start-here-guidelines", imageSrc: "https://avatars2.githubusercontent.com/u/35373879?s=200&v=4", @@ -1458,4 +1442,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];