Skip to content

Commit 18b4083

Browse files
authored
Merge branch 'source' into source
2 parents dc345c2 + e05a2eb commit 18b4083

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
@@ -1070,10 +1070,10 @@ const projectList = [
10701070
{
10711071
name: "Phpmyadmin",
10721072
imageSrc:
1073-
"https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png",
1074-
projectLink: "https://www.phpmyadmin.net/contribute/",
1075-
description: "A web interface for MySQL and MariaDB.",
1076-
tags: ["OpenSource", "Mariadb", "Mysql", "HTML", "PHP", "Javascript"],
1073+
'https://avatars.githubusercontent.com/u/1351977?s=200&v=4',
1074+
projectLink: 'https://www.phpmyadmin.net/contribute/',
1075+
description: 'A web interface for MySQL and MariaDB.',
1076+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
10771077
},
10781078
{
10791079
name: "Litefy",
@@ -1309,6 +1309,13 @@ const projectList = [
13091309
description: 'A browser engine designed for applications including embedded use.',
13101310
tags: ['Rust,Browser,Servo']
13111311
},
1312+
{
1313+
name:'matplotlib',
1314+
imageSrc:'https://github.com/matplotlib/matplotlib/blob/main/doc/_static/matplotlib-icon.svg',
1315+
projectLink:'https://github.com/matplotlib/matplotlib',
1316+
description:'Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.',
1317+
tags:['python','gtk','data-science','qt','data-visualization','tk','matplotlib','plotting','hacktoberfest','wx']
1318+
},
13121319
{
13131320
name: 'activist.org',
13141321
imageSrc: 'https://raw.githubusercontent.com/activist-org/Organization/main/logos/activistLogoRounded.png',

0 commit comments

Comments
 (0)