diff --git a/website/src/data/showcase/meoo.png b/website/src/data/showcase/meoo.png new file mode 100644 index 000000000000..5274319117e9 Binary files /dev/null and b/website/src/data/showcase/meoo.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index bae61ce769f6..2edead6df119 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -223,7 +223,7 @@ const Users: User[] = [ }, { title: 'AvN Gateway', - description: + description: 'The AvN Gateway API is the fastest way to interact with the Aventus Network Blockchain.', preview: require('./showcase/aventus.png'), website: 'https://aventus-network-services.github.io/avn-gateway-docs/', @@ -1021,6 +1021,15 @@ const Users: User[] = [ source: 'https://github.com/memgraph/docs', tags: ['design', 'large', 'opensource', 'product','versioning'], }, + { + title: 'Meoo', + description: + 'Personal website with blogs and notes, recording my study and life', + preview: require('./showcase/meoo.png'), + website: 'https://meoo.space', + source: 'https://github.com/cxOrz/meoo.space', + tags: ['opensource', 'personal'], + }, { title: 'Metro', description: 'The JavaScript bundler for React Native',