From 7402289254ce53ae49790c470ede0fc27f86ef2a Mon Sep 17 00:00:00 2001 From: Hammam Abu Attieh <87466128+AbuAttieh@users.noreply.github.com> Date: Mon, 1 Dec 2025 16:33:43 +0100 Subject: [PATCH] Update VPTeam.vue --- src/components/VPTeam.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/VPTeam.vue b/src/components/VPTeam.vue index 11e89f95..dd7fbfd9 100644 --- a/src/components/VPTeam.vue +++ b/src/components/VPTeam.vue @@ -73,6 +73,22 @@ const members = [ { icon: 'github', link: 'https://github.com/brucetony' }, ], }, + { + avatar: 'https://github.com/AbuAttieh.png', + name: 'Hammam Abu Attieh', + title: 'Privacy Engineer ', + links: [ + { icon: 'github', link: 'https://github.com/AbuAttieh' }, + ], + }, + { + avatar: 'https://github.com/mhalilovic.png', + name: 'Mehmed Halilovic', + title: 'Privacy Engineer ', + links: [ + { icon: 'github', link: 'https://github.com/mhalilovic' }, + ], + }, ];