diff --git a/website/src/data/showcase/evershop.png b/website/src/data/showcase/evershop.png new file mode 100644 index 000000000000..e132fbf7aef7 Binary files /dev/null and b/website/src/data/showcase/evershop.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 39abed159d86..7435d225ac2f 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -602,6 +602,14 @@ const Users: User[] = [ source: 'https://github.com/eta-dev/eta-docs', tags: ['opensource'], }, + { + title: 'EverShop', + description: 'An open-source e-commerce platform with Node and React', + preview: require('./showcase/evershop.png'), + website: 'https://evershop.io/', + source: 'https://github.com/evershopcommerce/docs', + tags: ['opensource', 'product'], + }, { title: 'FAST', description: 'The adaptive interface system for modern web experiences.', @@ -1430,13 +1438,13 @@ const Users: User[] = [ tags: ['favorite', 'product', 'design'], }, { - title: "pincman's website", - description: 'A very good full stack development teaching website', - preview: require('./showcase/pincman.png'), - website: 'https://pincman.com/', - source: 'https://github.com/rowfishjs/rowfish', - tags: ['opensource', 'design', 'personal'], - }, + title: "pincman's website", + description: 'A very good full stack development teaching website', + preview: require('./showcase/pincman.png'), + website: 'https://pincman.com/', + source: 'https://github.com/rowfishjs/rowfish', + tags: ['opensource', 'design', 'personal'], + }, { title: 'Pipeline UI', description: 'Pipeline UI Documentation',