Skip to content

Commit

Permalink
Merge pull request #59 from Facundodandrea/feature/hobbies-section
Browse files Browse the repository at this point in the history
Feature/hobbies section
  • Loading branch information
Zyruks authored Jun 1, 2024
2 parents 5655b86 + 9346bc0 commit 0485a74
Show file tree
Hide file tree
Showing 15 changed files with 444 additions and 4 deletions.
Binary file added public/assets/images/ana-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/js-chile-conf-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/js-chile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/js-venezuela-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/spark-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/images/women-techmakers-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions public/svg/astro-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/svg/css-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/svg/github-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions public/svg/html-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions public/svg/js-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions public/svg/react-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/data/testimonies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ interface DataTestimonies {
}
export const dataTestimonies: DataTestimonies[] = [
{
companyLogoUrl: 'public/assets/images/neoris_logo.jpg',
companyLogoUrl: '/assets/images/neoris_logo.jpg',
companyName: 'Neoris',
personFullName: 'Jesús Contreras',
personJobTitle: 'UX Researcher',
Expand All @@ -40,7 +40,7 @@ export const dataTestimonies: DataTestimonies[] = [
fullTestimonyUrl: '',
},
{
companyLogoUrl: 'public/assets/images/bancoRipley_logo.png',
companyLogoUrl: '/assets/images/bancoRipley_logo.png',
companyName: 'Banco Ripley',
personFullName: 'Viviana de Toledo',
personJobTitle: 'Lead UX I Researcher',
Expand All @@ -49,7 +49,7 @@ export const dataTestimonies: DataTestimonies[] = [
fullTestimonyUrl: '',
},
{
companyLogoUrl: 'public/assets/images/neoris_logo.jpg',
companyLogoUrl: '/assets/images/neoris_logo.jpg',
companyName: 'Neoris',
personFullName: 'Jesús Contreras',
personJobTitle: 'UX Researcher',
Expand Down
Loading

0 comments on commit 0485a74

Please sign in to comment.