From 38928092a04f8c15dcc532f01fd0ec83a6b46416 Mon Sep 17 00:00:00 2001 From: Thrila Date: Sat, 7 Oct 2023 11:47:00 +0100 Subject: [PATCH] fix: remove card items with broken links --- src/components/ProjectList/listOfProjects.js | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/components/ProjectList/listOfProjects.js b/src/components/ProjectList/listOfProjects.js index 139c09b..d44b82f 100644 --- a/src/components/ProjectList/listOfProjects.js +++ b/src/components/ProjectList/listOfProjects.js @@ -1,5 +1,5 @@ const projectList = [ - + { name: "appsmith", imageSrc: "https://raw.githubusercontent.com/appsmithorg/appsmith/release/static/appsmith_logo_white.png", @@ -985,14 +985,6 @@ const projectList = [ "MPP", ], }, - { - name: "Game of Life", - imageSrc: - "https://avatars0.githubusercontent.com/u/20078201?s=460&u=3e17a0f93f3c87b4dcef5671b623519229a5c4fb&v=4", - projectLink: "https://github.com/TroyTae/game-of-life/contribute", - description: "Conway's game of life web version!", - tags: ["Javascript", "Typescript", "Good First Issue"], - }, { name: "Mattermost", imageSrc: @@ -1310,11 +1302,11 @@ const projectList = [ tags: ['Rust,Browser,Servo'] }, { - name:'matplotlib', - imageSrc:'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg', - projectLink:'https://github.com/matplotlib/matplotlib', - description:'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.', - tags:['python','gtk','data-science','qt','data-visualization','tk','matplotlib','plotting','hacktoberfest','wx'] + name: 'matplotlib', + imageSrc: 'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg', + projectLink: 'https://github.com/matplotlib/matplotlib', + description: 'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.', + tags: ['python', 'gtk', 'data-science', 'qt', 'data-visualization', 'tk', 'matplotlib', 'plotting', 'hacktoberfest', 'wx'] }, { name: 'activist.org',