Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added public/images/tony.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions utils/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down