Skip to content

Commit 14072c9

Browse files
authored
Merge pull request #173 from Web-Dev-Path/Add-About-us-Bernardo
Chore - Added Bernardo to 'about us'
2 parents 83bb7d5 + 74b5028 commit 14072c9

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
104104

105105
### Added
106106

107+
- Added Bernardo to 'about us'
107108
-
108109

109110
### Fixed

components/containers/Member/styles.js

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const ImageWrapper = styled.div`
9393
9494
img {
9595
border-radius: 50%;
96+
objectfit: 'cover';
9697
}
9798
`;
9899

public/images/bernardo.webp

160 KB
Binary file not shown.

utils/about.js

+10
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ export const whoWeAre = [
4949
about:
5050
'Vincent is a professional in the IT industry and also a web developer that enjoys contributing to open-source projects in his spare time.',
5151
},
52+
{
53+
image: '/images/bernardo.webp',
54+
name: 'Bernardo Coutinho',
55+
title: '',
56+
position: 'Full Stack Developer',
57+
linkedIn: 'bernardo-coutinho',
58+
portfolio: '',
59+
about:
60+
'Bernardo is a full-stack Android and web developer who is always eager to learn and explore new technologies, constantly seeking ways to enhance his projects.',
61+
},
5262
{
5363
image: '/images/jana.webp',
5464
name: 'Jana Behfarshad',

0 commit comments

Comments
 (0)