diff --git a/CHANGELOG.md b/CHANGELOG.md index 633b1ceb..1bc271fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -112,6 +112,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added Lucas to 'about us' - Added Success Stories Section to the blog page. - Added .env.development to .gitignore +- Added Tony to 'about us' ### Fixed diff --git a/public/images/tony.webp b/public/images/tony.webp new file mode 100644 index 00000000..b0b86957 Binary files /dev/null and b/public/images/tony.webp differ diff --git a/utils/about.js b/utils/about.js index d6f79096..98319a9f 100644 --- a/utils/about.js +++ b/utils/about.js @@ -79,6 +79,16 @@ export const whoWeAre = [ about: 'Lucas is a Full-Stack developer who loves learning about new technologies and helping others. He also loves the power of data, how it can be used to solve real problems, and is always learning about AI/ML.', }, + { + image: '/images/tony.webp', + name: 'Tony Kieling', + title: '', + position: 'Full-stack Developer', + linkedIn: 'tony-kieling', + portfolio: 'tkwebdev.ca', + 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/jana.webp', name: 'Jana Behfarshad',