Skip to content

Commit

Permalink
Merge pull request #14 from IshitaPathak/add
Browse files Browse the repository at this point in the history
added external collaborator
  • Loading branch information
xcrescent authored Oct 27, 2023
2 parents 350ff83 + 3a2a1b5 commit e9099bd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lib/data/external_collaborator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,15 @@ List<BrlCard> 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',
Expand All @@ -72,6 +80,7 @@ List<BrlCard> 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
];

0 comments on commit e9099bd

Please sign in to comment.