Skip to content

Commit f7f9e27

Browse files
committed
feat: add new team member Lucas Silva and update photo URL for Product Manager
- Introduced Lucas Silva as a Core Developer with a brief resume and social links. - Updated the photo URL for the Product Manager to ensure it points to the correct resource.
1 parent dbfbb24 commit f7f9e27

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

src/data/members.ts

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ const team: Member[] = [
6868
position: 'Product Manager',
6969
resume: 'I am a creator, and I am passionate about translating ideas into actionable insights.',
7070
photo:
71-
'https://media.licdn.com/dms/image/v2/C5603AQGM4BZY9DLwzw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1517520965765?e=1755734400&v=beta&t=Gt_oJpTtx1Y7pLxQ9XLVz8_GrZLsOpvKab9b9S4u_cE',
71+
'https://media.licdn.com/dms/image/v2/C5603AQGM4BZY9DLwzw/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1517520965765?e=1767225600&v=beta&t=7FbzZOJ_eYojh4P-wKDuq_h-RYEE6NFSpUrz3SqRgGM',
7272
socials: [
7373
{
7474
name: 'linkedin',
@@ -94,6 +94,24 @@ const team: Member[] = [
9494
},
9595
],
9696
},
97+
{
98+
// Lucas Silva
99+
name: 'Lucas Silva',
100+
position: 'Core developer',
101+
resume:
102+
'💻 Software Dev in the making | Big fan of AI & Clean Code. Enjoys building full-stack apps with JavaScript, TypeScript, React and Node.',
103+
photo: 'https://avatars.githubusercontent.com/LuSilvaDeveloper',
104+
socials: [
105+
{
106+
name: 'github',
107+
url: 'https://github.com/LuSilvaDeveloper',
108+
},
109+
{
110+
name: 'linkedin',
111+
url: 'https://www.linkedin.com/in/lucas-assuncao-silva/',
112+
},
113+
],
114+
},
97115
]
98116

99117
const alumni: Member[] = [

0 commit comments

Comments
 (0)