Skip to content

Commit 3658758

Browse files
committed
Merge branch 'main' into fix/two-column-component
2 parents c2e46e9 + f45b2c3 commit 3658758

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
123123
- Added theming to the project
124124
- Created single blog post page
125125
- Connected Dev.to API with single post UI
126+
- Added Shayla to 'about us'
126127

127128
### Fixed
128129

@@ -172,4 +173,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
172173
- Container
173174
- Updated ContactUsForm's checkbox wrapper from div to label to enhance its accessibility
174175
- Updated SearchInput width to 100% for better styling
175-
- Reverted the prop name to styles in Container component as the change of the name introduced a styling bug
176+
- Reverted the prop name to styles in Container component as the change of the name introduced a styling bug

public/images/shayla.webp

68.9 KB
Loading

utils/about.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,16 @@ export const whoWeAre = [
127127
about:
128128
'Results-driven software developer passionate about leveraging cutting-edge technology to solve complex problems.',
129129
},
130+
{
131+
image: '/images/shayla.webp',
132+
name: 'Shayla Rodgers',
133+
title: '',
134+
position: 'Full-Stack Developer',
135+
linkedIn: 'shaylamrodgers',
136+
portfolio: 'github.com/shayla-develops-webs',
137+
about:
138+
'Driven software developer committed to building efficient, user-centric applications through clean, maintainable code.',
139+
},
130140
{
131141
image: '/images/jana.webp',
132142
name: 'Jana Behfarshad',
@@ -151,5 +161,5 @@ export const whoWeAre = [
151161
portfolio: 'www.marianacaldas.com',
152162
about:
153163
'Mariana is a Digital Product Manager who strongly believes in the power of sharing knowledge.',
154-
}
164+
},
155165
];

0 commit comments

Comments
 (0)