Skip to content

Commit 45540a1

Browse files
committed
feat: add emojis
1 parent 2b3b312 commit 45540a1

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

src/sections/Skills/Skills.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const skills: Skill[] = [
1212
{ label: 'Tailwind', icon: 'tailwindcss-original' },
1313
{ label: 'Storybook', icon: 'storybook-plain' },
1414
{ label: 'GraphQL', icon: 'graphql-plain' },
15-
{ label: 'Web Components' },
15+
{ label: 'Web Components (Stencil.js)' },
1616
{
1717
label: 'AWS (Lambda, SNS/SQS, S3)',
1818
icon: 'amazonwebservices-plain-wordmark',
@@ -29,13 +29,13 @@ const learning: Skill[] = [
2929
];
3030

3131
const softSkills: Skill[] = [
32-
{ label: 'Product engineering' },
33-
{ label: 'Design systems' },
34-
{ label: 'Web standards & browser APIs' },
35-
{ label: 'Web accessibility & best practices' },
36-
{ label: 'Testing methodologies (unit, integration, E2E, VRT)' },
37-
{ label: 'On-call & incident management' },
38-
{ label: 'Remote work' },
32+
{ label: '🚀 Product engineering' },
33+
{ label: '🎨 Design systems' },
34+
{ label: '🌐 Web standards & browser APIs' },
35+
{ label: '🌟 Web accessibility & best practices' },
36+
{ label: '🧪 Testing methodologies (unit, integration, E2E, VRT)' },
37+
{ label: '🚨 On-call & incident management' },
38+
{ label: '👨‍💻 Remote work' },
3939
];
4040

4141
function Skills() {

src/sections/Work/content.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,22 @@ export const work: Work[] = [
7878
{ label: 'TypeScript', icon: 'typescript-plain' },
7979
{ label: 'React', icon: 'react-plain' },
8080
{
81-
label: 'AWS (Lambda, SNS/SQS, S3, RDS, DynamoDB)',
81+
label: 'AWS (Lambda, SNS/SQS, S3, RDS, DynamoDB, Cognito)',
8282
icon: 'amazonwebservices-plain-wordmark',
8383
},
8484
{ label: 'Terraform', icon: 'terraform-plain' },
8585
{ label: 'Go', icon: 'go-original-wordmark' },
8686
{ label: 'Datadog', icon: 'datadog-original' },
8787
{ label: 'MongoDB', icon: 'mongodb-plain' },
88-
{ label: 'Vite' },
88+
{ label: 'Vite', icon: 'vitejs-plain' },
8989
{ label: 'Vitest', icon: 'vitest-plain' },
9090
{ label: 'shadcn/ui' },
9191
{ label: 'Storybook', icon: 'storybook-plain' },
9292
{ label: 'Cypress', icon: 'cypressio-plain' },
9393
{ label: 'Mocha/Chai/Sinon' },
9494
{ label: 'Testing Library' },
9595
{ label: 'Serverless' },
96+
{ label: 'Fern API' },
9697
],
9798
},
9899
{
@@ -124,15 +125,14 @@ export const work: Work[] = [
124125
{ label: 'Sass', icon: 'sass-plain' },
125126
{ label: 'Storybook', icon: 'storybook-plain' },
126127
{ label: 'Testing Library' },
127-
{ label: 'Vite', icon: 'vitejs-original' },
128-
{ label: 'Vitest', icon: 'vitest-original' },
128+
{ label: 'Vite', icon: 'vitejs-plain' },
129+
{ label: 'Vitest', icon: 'vitest-plain' },
129130
{ label: 'Jest', icon: 'jest-plain' },
130131
{ label: 'express', icon: 'express-original' },
131132
{ label: 'Amplitude' },
132-
{ label: 'Datadog' },
133+
{ label: 'Datadog', icon: 'datadog-original' },
133134
{ label: 'Terraform', icon: 'terraform-plain' },
134135
{ label: 'Kubernetes', icon: 'kubernetes-plain' },
135-
{ label: 'Go', icon: 'go-plain' },
136136
],
137137
},
138138
{
@@ -158,11 +158,11 @@ export const work: Work[] = [
158158
{ label: 'React', icon: 'react-plain' },
159159
{ label: 'GraphQL', icon: 'graphql-plain' },
160160
{ label: 'Web Components' },
161-
{ label: 'Stencil.js' },
161+
{ label: 'Stencil.js', icon: 'stenciljs-plain' },
162162
{ label: 'Storybook', icon: 'storybook-plain' },
163163
{ label: 'Testing Library' },
164164
{ label: 'Jest', icon: 'jest-plain' },
165-
{ label: 'styled-components' },
165+
{ label: 'styled-components', icon: 'styledcomponents-plain' },
166166
{ label: 'Next.js', icon: 'nextjs-plain' },
167167
{ label: 'express', icon: 'express-original' },
168168
],

wordlist.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ vuejs
2121
wordmark
2222
shadcn
2323
amazonwebservices
24-
cypressio
24+
cypressio
25+
stenciljs
26+
styledcomponents

0 commit comments

Comments
 (0)