Skip to content

Commit 8e95258

Browse files
Merge pull request #234 from Web-Dev-Path/chore/update-mariana-add-faith-about-us
Added Faith to the About Page
2 parents 11888e7 + f1adfa9 commit 8e95258

File tree

3 files changed

+26
-17
lines changed

3 files changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
143143
- Resolved `fetchPriority` prop warning in next/image
144144
- Updated sendgridEmail to [email protected]
145145

146-
147146
## Unreleased
148147

149148
### Added
150149

150+
- Added Faith to 'about us'
151+
- Updated Mariana's title in 'about us'
151152

152-
153-
154-
### Fixed
153+
### Fixed

public/images/faith.webp

203 KB
Binary file not shown.

utils/about.js

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ export const whoWeAre = [
5858
image: '/images/bernardo.webp',
5959
name: 'Bernardo Coutinho',
6060
title: '',
61-
position: 'Full Stack Developer',
61+
position: 'Full-Stack Developer',
6262
linkedIn: 'bernardo-coutinho',
6363
portfolio: '',
6464
about:
65-
'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.',
65+
'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.',
6666
},
6767
{
6868
image: '/images/satoshi.webp',
@@ -71,11 +71,11 @@ export const whoWeAre = [
7171
devtoId: 1212360,
7272
devtoSummary:
7373
'Satoshi is a full-stack developer, who is looking for opportunities to learn something new. He enjoys collaborating with other developers. Passionate for Open Source projects.',
74-
position: 'Full Stack Developer',
74+
position: 'Full-Stack Developer',
7575
linkedIn: 'satoshi-89bb58a8',
7676
portfolio: 'www.satoshis-developer.xyz',
7777
about:
78-
'Satoshi is a full-stack developer, who is looking for opportunities to learn something new. He enjoys collaborating with other developers.',
78+
'Satoshi is a Full-Stack developer, who is looking for opportunities to learn something new. He enjoys collaborating with other developers.',
7979
},
8080
{
8181
image: '/images/lucas.webp',
@@ -91,7 +91,7 @@ export const whoWeAre = [
9191
image: '/images/tony.webp',
9292
name: 'Tony Kieling',
9393
title: '',
94-
position: 'Full-stack Developer',
94+
position: 'Full-Stack Developer',
9595
linkedIn: 'tony-kieling',
9696
portfolio: 'tkwebdev.ca',
9797
about:
@@ -111,16 +111,26 @@ export const whoWeAre = [
111111
image: '/images/kaz.webp',
112112
name: 'Kaz Smino',
113113
title: '',
114-
position: 'Full Stack Developer',
114+
position: 'Full-Stack Developer',
115115
linkedIn: 'kaz-smino',
116116
portfolio: '',
117117
about:
118-
'Kaz is a dedicated Full Stack Developer with a keen interest in Test-Driven Development (TDD) and automated testing. He thrives on learning and expanding his skill set, particularly in areas that enhance code quality and efficiency. He values teamwork and enjoys the synergy of working alongside other passionate developers.',
118+
'Kaz is a dedicated Full-Stack Developer with a keen interest in Test-Driven Development (TDD) and automated testing. He thrives on learning and expanding his skill set, particularly in areas that enhance code quality and efficiency. He values teamwork and enjoys the synergy of working alongside other passionate developers.',
119+
},
120+
{
121+
image: '/images/faith.webp',
122+
name: 'Faith Nchifor',
123+
title: '',
124+
position: 'Full-Stack Developer',
125+
linkedIn: 'faith-nchifor',
126+
portfolio: '',
127+
about:
128+
'Results-driven software developer passionate about leveraging cutting-edge technology to solve complex problems.',
119129
},
120130
{
121131
image: '/images/jana.webp',
122132
name: 'Jana Behfarshad',
123-
title: 'Project Founder',
133+
title: 'Co-founder',
124134
devtoId: 1344669,
125135
devtoSummary: 'Web/Software Developer',
126136
position: 'Web Developer',
@@ -132,14 +142,14 @@ export const whoWeAre = [
132142
{
133143
image: '/images/mariana.webp',
134144
name: 'Mariana Caldas',
135-
title: 'Project Founder, Team Lead',
145+
title: 'Co-founder',
136146
devtoId: 556959,
137147
devtoSummary:
138-
'Front-End dev | Scrum Master here! <> Hello :) </> JavaScript, React.js, Next.js, and CMS platforms (WordPress)',
139-
position: 'Front-End Developer | Scrum Master',
148+
'Digital Product Manager & Front-End Developer here! <> Hello :) </> Product Management, JavaScript, React.js, Next.js, CMS platforms (WordPress), and Agile methodologies.',
149+
position: 'Product Manager | Front-End Developer',
140150
linkedIn: 'mariana-caldas-souza',
141151
portfolio: 'www.marianacaldas.com',
142152
about:
143-
'Mariana is a Front-End developer who strongly believes in the power of sharing knowledge.',
144-
},
153+
'Mariana is a Digital Product Manager who strongly believes in the power of sharing knowledge.',
154+
}
145155
];

0 commit comments

Comments
 (0)