diff --git a/website/src/data/showcase/kuizuo.png b/website/src/data/showcase/kuizuo.png new file mode 100644 index 0000000000..bc37efdc13 Binary files /dev/null and b/website/src/data/showcase/kuizuo.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index ddb00957a9..64ac265175 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -556,6 +556,14 @@ const Users: User[] = [ source: null, tags: ['personal', 'design'], }, + { + title: "Kuizuo's Personal Website", + description: "A Software Enthusiast's blog, Sharing and Learning", + preview: require('./showcase/kuizuo.png'), + website: 'https://kuizuo.cn', + source: 'https://github.com/kuizuo/blog', + tags: ['personal', 'opensource', 'design'], + }, { title: 'FireCMS', description: 'Firebase/Firestore based headless CMS', @@ -769,7 +777,7 @@ const Users: User[] = [ source: 'https://github.com/facebook/jest/tree/master/website', tags: ['favorite', 'opensource', 'design', 'i18n', 'versioning'], }, - { + { title: 'KaustubhK24', description: 'KaustubhK24 blog + Portfolio website', preview: require('./showcase/kaustubhk24.png'),