Skip to content

Commit

Permalink
Merge pull request #196 from Web-Dev-Path/chore/add-tony-about-us
Browse files Browse the repository at this point in the history
Added Tony to the about page
  • Loading branch information
tonykieling authored Sep 9, 2023
2 parents 9a1f263 + 6622d4a commit 6689840
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
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
Binary file not shown.
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

0 comments on commit 6689840

Please sign in to comment.