docs: add Haochen to showcase page (#5329)

* Update users.js

Adding my website built with docusaurus as a showcase.

* Add files via upload

Add an image preview.
This commit is contained in:
HaochenQ 2021-08-10 22:23:36 +08:00 committed by GitHub
parent 39faf44718
commit 58a8b0ea2c
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: 846 KiB

View file

@ -1265,6 +1265,14 @@ const Users = [
website: 'https://unmand.com',
source: null,
tags: ['product', 'design']
},
{
title: 'Haochen',
description: 'My personal website with a blog section to record all tech-related issues I encountered.',
preview: require('./showcase/haochen.png'),
website: 'https://haochenqi.com/',
source: 'https://github.com/HaochenQ/Haochen-Blog',
tags: ['personal', 'opensource']
}
];