diff --git a/CHANGELOG.md b/CHANGELOG.md index 161bae0e..4115de1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -113,6 +113,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added Success Stories Section to the blog page. - Added .env.development to .gitignore - Added Tony to 'about us' +- Added Igor to 'about us' ### Fixed diff --git a/public/images/igor.webp b/public/images/igor.webp new file mode 100644 index 00000000..fbb780b3 Binary files /dev/null and b/public/images/igor.webp differ diff --git a/utils/about.js b/utils/about.js index 98319a9f..c56cc4f3 100644 --- a/utils/about.js +++ b/utils/about.js @@ -89,6 +89,16 @@ export const whoWeAre = [ about: 'Tony is a Software Engineer with a knack for Javascript ecosystems, particularly React and Node.js. His motivation lies in building solutions that make a difference.', }, + { + image: '/images/igor.webp', + name: 'Igor Navega', + title: '', + position: 'Business Analyst', + linkedIn: 'igorjuliassenavega', + portfolio: '', + about: + 'Digital Marketing Analyst with a decade of expertise transitioned to Data Analyst. Proud to contribute as a Business Analyst, continually learning and growing.', + }, { image: '/images/jana.webp', name: 'Jana Behfarshad',