Skip to content

Commit 9bf7ea7

Browse files
committed
Added C# Project.
1 parent 7466a53 commit 9bf7ea7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/components/ProjectList/listOfProjects.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,6 +1159,13 @@ const projectList = [
11591159
projectLink: 'https://github.com/mindsdb/mindsdb',
11601160
description: 'MindsDB is a ML-SQL Server that enables machine learning workflows for the most powerful databases and datawarehouses using SQL.',
11611161
tags: ['Database', 'MySQL', 'Machine Learning', 'Open Source', 'Productivity']
1162+
},
1163+
{
1164+
name: 'Osu!',
1165+
imageSrc: 'https://upload.wikimedia.org/wikipedia/commons/1/1e/Osu%21_Logo_2016.svg',
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']
11621169
}
11631170
];
11641171
export default projectList;

0 commit comments

Comments
 (0)