docs(v2): add CodeYourFuture to showcase (#4731)

* Add CodeYourFuture to Showcase

* Add the word Free to CodeYourFuture showcase
This commit is contained in:
Chris Owen 2021-05-05 18:19:30 +01:00 committed by GitHub
parent 5fc5071882
commit e641caba10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View file

@ -233,6 +233,14 @@ const Users = [
source: 'https://github.com/lyft/clutch', source: 'https://github.com/lyft/clutch',
tags: ['opensource'], 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', title: 'Component Kit',
description: 'A declarative UI framework for iOS', description: 'A declarative UI framework for iOS',