diff --git a/website/src/data/showcase/codeyourfuture.png b/website/src/data/showcase/codeyourfuture.png new file mode 100644 index 0000000000..44a2464ec4 Binary files /dev/null and b/website/src/data/showcase/codeyourfuture.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index 6d293dd872..c9070b0da2 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -233,6 +233,14 @@ const Users = [ source: 'https://github.com/lyft/clutch', tags: ['opensource'], }, + { + title: 'CodeYourFuture', + description: 'The syllabus for CodeYourFuture - a free code school for refugees, asylum seekers and disadvantaged people', + preview: require('./showcase/codeyourfuture.png'), + website: 'https://syllabus.codeyourfuture.io/', + source: 'https://github.com/CodeYourFuture/syllabus', + tags: ['opensource', 'product'], + }, { title: 'Component Kit', description: 'A declarative UI framework for iOS',