Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added theming to the project
- Created single blog post page
- Connected Dev.to API with single post UI
- Added Shayla to 'about us'

### Fixed

Expand Down Expand Up @@ -171,4 +172,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Member
- Container
- Updated ContactUsForm's checkbox wrapper from div to label to enhance its accessibility
- Updated SearchInput width to 100% for better styling
- Updated SearchInput width to 100% for better styling
Binary file added public/images/shayla.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion utils/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ export const whoWeAre = [
about:
'Results-driven software developer passionate about leveraging cutting-edge technology to solve complex problems.',
},
{
image: '/images/shayla.webp',
name: 'Shayla Rodgers',
title: '',
position: 'Full-Stack Developer',
linkedIn: 'shaylamrodgers',
portfolio: 'github.com/shayla-develops-webs',
about:
'Driven software developer committed to building efficient, user-centric applications through clean, maintainable code.',
},
{
image: '/images/jana.webp',
name: 'Jana Behfarshad',
Expand All @@ -151,5 +161,5 @@ export const whoWeAre = [
portfolio: 'www.marianacaldas.com',
about:
'Mariana is a Digital Product Manager who strongly believes in the power of sharing knowledge.',
}
},
];