Skip to content

Commit 1cb9959

Browse files
committed
Include PHPmyadmin
1 parent a181beb commit 1cb9959

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,13 @@ const projectList = [
750750
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
751751
description: 'Rocky Linux is a community enterprise Operating System designed to be 100% bug-for-bug compatible with Enterprise Linux, now that CentOS has shifted direction.',
752752
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
753-
}
753+
},
754+
{
755+
name: 'Phpmyadmin',
756+
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
757+
projectLink: 'https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md',
758+
description: 'A web interface for MySQL and MariaDB.',
759+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
760+
}
754761
];
755762
export default projectList;

0 commit comments

Comments
 (0)