Skip to content

Commit

Permalink
docs(v2): showcase user Tasit (#3034)
Browse files Browse the repository at this point in the history
* Add Tasit to users showcase

* Add Tasit docs screenshot

* Update users.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
  • Loading branch information
pcowgill and yangshun authored Jul 9, 2020
1 parent a8b2e59 commit 233737e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
Binary file added website/src/data/showcase/tasit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 20 additions & 10 deletions website/src/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,26 @@ const users = [
fbOpenSource: false,
pinned: false,
},
{
title: 'Tasit',
description:
'A JavaScript SDK for building native mobile Ethereum dapps with React Native',
preview: require('./showcase/tasit.png'),
website: 'https://docs.tasit.io/',
source: 'https://github.com/tasitlabs/tasit-sdk',
fbOpenSource: false,
pinned: false,
},
{
title: 'Tourmaline',
description:
'Fast and performant Telegram bot framework for the Crystal programming language',
preview: require('./showcase/tourmaline.png'),
website: 'https://tourmaline.dev',
source: 'https://github.com/protoncr/tourmaline',
fbOpenSource: false,
pinned: false,
},
{
title: 'uniforms',
description: 'A set of React libraries for building forms',
Expand All @@ -173,16 +193,6 @@ const users = [
fbOpenSource: false,
pinned: true,
},
{
title: 'Tourmaline',
description:
'Fast and performant Telegram bot framework for the Crystal programming language',
preview: require('./showcase/tourmaline.png'),
website: 'https://tourmaline.dev',
source: 'https://github.com/protoncr/tourmaline',
fbOpenSource: false,
pinned: false,
},
];

export default users;

0 comments on commit 233737e

Please sign in to comment.