Skip to content

Commit

Permalink
Merge pull request #188 from Web-Dev-Path/chore/add-lucas-about-us
Browse files Browse the repository at this point in the history
Added Lucas to 'about us'
  • Loading branch information
LuSilvaDeveloper authored Aug 21, 2023
2 parents 1c032e9 + f60f6c8 commit d4464ad
Show file tree
Hide file tree
Showing 5 changed files with 6,737 additions and 4,414 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added Google Analytics 4 Integration
- Updated contents in home,about, and contact.
- Added Satoshi to 'about us'
- Added Lucas to 'about us'

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion components/containers/Member/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const ImageWrapper = styled.div`
img {
border-radius: 50%;
objectfit: 'cover';
object-fit: cover;
}
`;

Expand Down
Binary file added public/images/lucas.webp
Binary file not shown.
11 changes: 10 additions & 1 deletion utils/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,16 @@ export const whoWeAre = [
about:
'Satoshi is a full-stack developer, who is looking for opportunities to learn something new. He enjoys collaborating with other developers.',
},

{
image: '/images/lucas.webp',
name: 'Lucas Silva',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'lucas-assuncao-silva',
portfolio: '',
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/jana.webp',
name: 'Jana Behfarshad',
Expand Down
Loading

0 comments on commit d4464ad

Please sign in to comment.