Skip to content

Commit

Permalink
Merge branch 'dev' into feature/#603-Last-Used-Color-Picker
Browse files Browse the repository at this point in the history
  • Loading branch information
brauliodiez authored Jan 4, 2025
2 parents 47916be + d32c0b9 commit 64087e0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ Team members participating in this project
<a href="https://github.com/sergioelmoreno">
<kbd><img src="https://github.com/sergioelmoreno.png" alt="Sergio (El Moreno) del campo" width="50" height="50" style="border-radius: 50%;"></kbd>
</a>
<a href="https://github.com/rojasadrian012">
<kbd><img src="https://github.com/rojasadrian012.png" alt="Adrian Rojas" width="50" height="50" style="border-radius: 50%;"></kbd>
</a>
<a href="https://github.com/IonutGabi">
<kbd><img src="https://github.com/IonutGabi.png" alt="Gabi Birsan" width="50" height="50" style="border-radius: 50%;"></kbd>
</a>
Expand Down
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 64087e0

Please sign in to comment.