Skip to content

Commit f45b2c3

Browse files
Merge pull request #260 from Web-Dev-Path/chore/add-shayla-about-us
Add Shayla to about us page and update change log
2 parents 4d6c353 + 371c9ca commit f45b2c3

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

@@ -171,4 +172,4 @@ 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
174-
- Updated SearchInput width to 100% for better styling
175+
- Updated SearchInput width to 100% for better styling

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)