Skip to content

Commit 451bffa

Browse files
authored
Merge pull request #171 from domingoruiz/add-new-proyects
Add new proyects (Rocky Linux and PHPmyadmin)
2 parents 0ca032f + c26f8c1 commit 451bffa

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
@@ -743,6 +743,20 @@ const projectList = [
743743
projectLink: 'https://github.com/SimplQ/simplQ-frontend#contributing',
744744
description: 'Modern and fully web based queue management solution for crowded businesses.',
745745
tags: ['OpenSource', 'React', 'Javascript', 'Beginner', 'Productivity'],
746+
},
747+
{
748+
name: 'Rocky Linux',
749+
imageSrc: 'https://raw.githubusercontent.com/rocky-linux/rocky-logos/main/icons/hicolor/256x256/apps/system-logo-icon.png',
750+
projectLink: 'https://github.com/rocky-linux/rocky#contributing',
751+
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.',
752+
tags: ['OpenSource', 'Shell', 'Python', 'HTML', 'Ruby', 'Puppet'],
753+
},
754+
{
755+
name: 'Phpmyadmin',
756+
imageSrc: 'https://raw.githubusercontent.com/phpmyadmin/phpmyadmin/master/themes/original/img/logo_right.png',
757+
projectLink: 'https://www.phpmyadmin.net/contribute/',
758+
description: 'A web interface for MySQL and MariaDB.',
759+
tags: ['OpenSource', 'Mariadb', 'Mysql', 'HTML', 'PHP', 'Javascript'],
746760
}
747761
];
748762
export default projectList;

0 commit comments

Comments
 (0)