Skip to content

Commit 53a663b

Browse files
committed
updated about us page
1 parent 11888e7 commit 53a663b

File tree

4 files changed

+4643
-6871
lines changed

4 files changed

+4643
-6871
lines changed

Diff for: CHANGELOG.md

+3-4
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

Diff for: public/images/faith.webp

203 KB
Binary file not shown.

Diff for: utils/about.js

+11-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const whoWeAre = [
132132
{
133133
image: '/images/mariana.webp',
134134
name: 'Mariana Caldas',
135-
title: 'Project Founder, Team Lead',
135+
title: 'Co-founder, Product Manager',
136136
devtoId: 556959,
137137
devtoSummary:
138138
'Front-End dev | Scrum Master here! <> Hello :) </> JavaScript, React.js, Next.js, and CMS platforms (WordPress)',
@@ -142,4 +142,14 @@ export const whoWeAre = [
142142
about:
143143
'Mariana is a Front-End developer who strongly believes in the power of sharing knowledge.',
144144
},
145+
{
146+
image: '/images/faith.webp',
147+
name: 'Faith Nchifor',
148+
title: '',
149+
position: 'Full Stack Developer',
150+
linkedIn: 'faith-nchifor',
151+
portfolio: '',
152+
about:
153+
'Results-driven software developer passionate about leveraging cutting-edge technology to solve complex problems.',
154+
},
145155
];

0 commit comments

Comments
 (0)