docs: add icodex to showcase (#6299)

* update(users.tsx): add personal website show case

* add icodex.png for personal webste showcase

* resize image

* optimize

Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
wood3n 2022-01-09 18:34:29 +08:00 committed by GitHub
parent 52e097e2c1
commit 9c0e659a44
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: 12 KiB

View file

@ -692,6 +692,14 @@ const Users: User[] = [
source: 'https://github.com/home-assistant/core', source: 'https://github.com/home-assistant/core',
tags: ['opensource'], tags: ['opensource'],
}, },
{
title: 'icodex',
description: 'Front end engineer personal website',
preview: require('./showcase/icodex.png'),
website: 'https://icodex.me/',
source: 'https://github.com/wood3n/icodex-next',
tags: ['opensource', 'personal'],
},
{ {
title: 'Idb', title: 'Idb',
description: 'iOS Development Bridge', description: 'iOS Development Bridge',