Skip to content

Commit 477a2b4

Browse files
Add new team member to about section: Guste Gaubaite
1 parent 7f8b0fb commit 477a2b4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

public/assets/guste-gaubaite.jpeg

65.2 KB
Loading

src/pods/about/members.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,21 @@ export const memberList: Member[] = [
152152
},
153153
{
154154
id: '20',
155+
name: 'Guste',
156+
surname: 'Gaubaite',
157+
urlLinkedin: 'https://www.linkedin.com/in/gustegaubaite/',
158+
image: './assets/guste-gaubaite.jpeg',
159+
},
160+
{
161+
id: '21',
155162
name: 'Gabriel',
156163
surname: 'Ionut',
157164
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
158165
image: './assets/gabriel-ionut.jpeg',
159166
},
160167

161168
{
162-
id: '21',
169+
id: '22',
163170
name: 'Antonio',
164171
surname: 'Contreras',
165172
urlLinkedin:
@@ -168,7 +175,7 @@ export const memberList: Member[] = [
168175
},
169176

170177
{
171-
id: '22',
178+
id: '23',
172179
name: 'Braulio',
173180
surname: 'Diez',
174181
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',

0 commit comments

Comments
 (0)