diff --git a/lib/data/external_collaborator.dart b/lib/data/external_collaborator.dart index a269414..b02b02a 100644 --- a/lib/data/external_collaborator.dart +++ b/lib/data/external_collaborator.dart @@ -62,7 +62,15 @@ List externalColab = [ ig: 'https://www.instagram.com/justin._.roy/', ), - + const BrlCard( + img: 'https://avatars.githubusercontent.com/u/75848598?v=4', + name: 'Ishita Pathak', + memberType: 'External Collaborator', + domain: 'Flutter Developer', + git: 'https://github.com/IshitaPathak', + linked: 'https://www.linkedin.com/in/ishita-pathak-119437201/', + ig: 'https://twitter.com/IshitaPathak_', +), const BrlCard( img: 'https://xcrescent.github.io/portfolio_brl_trainees/assets/assets/images/roop.jpeg', @@ -72,6 +80,7 @@ List externalColab = [ git: 'https://github.com/Redvey', linked: 'https://www.linkedin.com/in/roopam10', ig: 'https://www.instagram.com/roo._.pam/', + ), // Add your own card here ];