Skip to content

Commit

Permalink
Add muhdsalm to team
Browse files Browse the repository at this point in the history
  • Loading branch information
muhdsalm authored and mirkobrombin committed Jun 25, 2024
1 parent 422af2c commit cedd95a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/assets/images/pics/muhdsalm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/views/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,14 @@ export default defineComponent({
githubUsername: 'nellfs',
},
},
{
name: 'Muhammad Salman',
description: 'Software Engineer and UI Designer'
image: '/assets/images/pics/muhdsalm.png'
links: {
githubUsername: 'muhdsalm'
},
},
];
const teamItems = [];
for (const member of team) {
Expand Down

0 comments on commit cedd95a

Please sign in to comment.