Skip to content

Commit

Permalink
Add jardon to team
Browse files Browse the repository at this point in the history
  • Loading branch information
jardon authored and mirkobrombin committed Jun 24, 2024
1 parent e29015f commit a98d2f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added public/assets/images/pics/jardon.jpg
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 @@ -130,6 +130,14 @@ export default defineComponent({
githubUsername: 'taukakao',
},
},
{
name: 'Jarred Wilson',
description: 'Software Engineer and Maintainer',
image: '/assets/images/pics/jardon.jpg',
links: {
githubUsername: 'jardon',
},
},
];
const teamItems = [];
for (const member of team) {
Expand Down

0 comments on commit a98d2f4

Please sign in to comment.