Skip to content

Commit 1e47854

Browse files
authored
Merge branch 'main' into styles/fix-barrel-import
2 parents 8636061 + f45b2c3 commit 1e47854

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 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

@@ -171,5 +172,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
171172
- Member
172173
- Container
173174
- Updated ContactUsForm's checkbox wrapper from div to label to enhance its accessibility
175+
- Updated SearchInput width to 100% for better styling
174176
- Updated SearchInput width to 100% for better styling
175-
- Extracted :root from themes.scss to globals.scss
177+
- Extracted :root from themes.scss to globals.scss
178+
179+
180+

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)