Skip to content

Commit

Permalink
Merge pull request #651 from Lemoncode/feature/add-member-to-about-se…
Browse files Browse the repository at this point in the history
…ction

Feature/add-member-to-about-section
  • Loading branch information
brauliodiez authored Jan 4, 2025
2 parents 322e61f + 7a686bf commit d32c0b9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Binary file added public/assets/adrian-portillo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions src/pods/about/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,22 @@ export const memberList: Member[] = [

{
id: '16',
name: 'Adrian',
surname: 'Portillo',
urlLinkedin: 'https://www.linkedin.com/in/adrian-portillo-52a963245/',
image: './assets/adrian-portillo.jpeg',
},

{
id: '17',
name: 'Gabriel',
surname: 'Ionut',
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
image: './assets/gabriel-ionut.jpeg',
},

{
id: '17',
id: '18',
name: 'Antonio',
surname: 'Contreras',
urlLinkedin:
Expand All @@ -139,7 +147,7 @@ export const memberList: Member[] = [
},

{
id: '18',
id: '19',
name: 'Braulio',
surname: 'Diez',
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',
Expand Down

0 comments on commit d32c0b9

Please sign in to comment.