diff --git a/website/src/data/showcase/joelpo.png b/website/src/data/showcase/joelpo.png new file mode 100644 index 0000000000..0422d30880 Binary files /dev/null and b/website/src/data/showcase/joelpo.png differ diff --git a/website/src/data/users.js b/website/src/data/users.js index afdd66455f..2d2eb6edc5 100644 --- a/website/src/data/users.js +++ b/website/src/data/users.js @@ -1105,6 +1105,14 @@ const Users = [ source: 'https://github.com/leon-ai/docs.getleon.ai', tags: ['opensource', 'versioning', 'i18n'], }, + { + title: 'Joel PO', + description: 'A minimalist personal website', + preview: require('./showcase/joelpo.png'), + website: 'https://joelpo.github.io', + source: 'https://github.com/Joelpo/joelpo.github.io', + tags: ['personal', 'opensource'] + }, ]; export const TagList = Object.keys(Tags);