diff --git a/configs/config.json b/configs/config.json index db6bbc2..dc4fc72 100644 --- a/configs/config.json +++ b/configs/config.json @@ -279,6 +279,17 @@ "env": { "pagetitle": "Gallery | Kivy: Cross-platform Python Framework for GUI apps Development", "projects": [ + { + "title": "Cydrea Music", + "image": "./static/images/projects_gallery/cydrea_music-thumb.jpg", + "description": "Cydrea Music combines AI with Procedural Generation to bring you a virtual music catalog of 65 quadrillion songs in 70+ genres, that you can use for free on content creation, game development or music production. CC-BY licensed. Edit any song with simple tools. The free tier lets you access 100+ songs per day, forever.", + "links": [ + { + "name": "Website", + "url": "https://www.cydrea.com" + } + ] + }, { "title": "Snake by Andy Russo", "image": "./static/images/projects_gallery/snake_by_andy_russo-thumb.jpg", diff --git a/content/static/images/projects_gallery/cydrea_music-thumb.jpg b/content/static/images/projects_gallery/cydrea_music-thumb.jpg new file mode 100644 index 0000000..73e7c94 Binary files /dev/null and b/content/static/images/projects_gallery/cydrea_music-thumb.jpg differ