We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4306d commit 496eb26Copy full SHA for 496eb26
src/components/ProjectList/listOfProjects.js
@@ -1166,6 +1166,13 @@ const projectList = [
1166
projectLink: 'https://github.com/ppy/osu',
1167
description: 'Osu! is a free-to-play rhythm game primarily developed by the community.',
1168
tags: ['Video Game', 'C#' , 'Music']
1169
+ },
1170
+ {
1171
+ name: 'Salt',
1172
+ imageSrc: 'https://gitlab.com/saltstack/open/salt-branding-guide/-/raw/master/logos/SaltProject_altlogo_teal.png',
1173
+ projectLink: 'https://github.com/saltstack/salt',
1174
+ description: 'Salt is the world’s fastest, most intelligent and scalable automation engine.',
1175
+ tags: ['Python', 'Shell', 'Automation']
1176
}
1177
];
1178
export default projectList;
0 commit comments