diff --git a/website/src/data/showcase/djamaile.png b/website/src/data/showcase/djamaile.png new file mode 100644 index 0000000000..d31c220e08 Binary files /dev/null and b/website/src/data/showcase/djamaile.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index d35294bcb4..bc60fa5350 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -383,6 +383,14 @@ const Users: User[] = [ source: 'https://github.com/loft-sh/devspace', tags: ['opensource'], }, + { + title: 'Djamaile Rahamat', + description: 'Djamaile Rahamat Blog on making cool stuff', + preview: require('./showcase/djamaile.png'), + website: 'https://djamaile.dev/', + source: 'https://github.com/djamaile/portfolio', + tags: ['opensource','personal'], + }, { title: 'Draft.js', description: 'Rich Text Editor Framework for React',