Skip to content
Open
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
7 changes: 4 additions & 3 deletions src/constants/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export const categorizedSkills: CategorizedSkills = {
'pug',
'gulp',
'sass',
'nextjs',
'redux',
'webpack',
'babel',
Expand Down Expand Up @@ -178,7 +179,7 @@ export const categorizedSkills: CategorizedSkills = {

testing: {
title: 'Testing',
skills: ['cypress', 'selenium', 'jest', 'mocha', 'puppeteer', 'karma', 'jasmine'],
skills: ['cypress', 'selenium', 'jest', 'mocha', 'puppeteer', 'karma', 'jasmine', 'playwright'],
},

software: {
Expand All @@ -193,6 +194,7 @@ export const categorizedSkills: CategorizedSkills = {
'invision',
'framer',
'matlab',
'maya',
'postman',
],
},
Expand All @@ -204,7 +206,6 @@ export const categorizedSkills: CategorizedSkills = {
'gridsome',
'hugo',
'jekyll',
'nextjs',
'nuxtjs',
'11ty',
'scully',
Expand All @@ -222,7 +223,7 @@ export const categorizedSkills: CategorizedSkills = {

automation: {
title: 'Automation',
skills: ['zapier', 'ifttt'],
skills: ['zapier', 'ifttt', 'n8n', 'make'],
},

other: {
Expand Down
1 change: 1 addition & 0 deletions src/images/icons/Automation/make.svg
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this icon will not work in dark mode

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/Automation/n8n.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/Software/maya.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/Testing/playwright.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion src/lib/markdown-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ export function getSkillIconUrl(skill: string): string {
gridsome: 'gridsome', // Gridsome brand color
// Automation
zapier: 'zapier/FF4A00', // Zapier orange
ifttt: 'ifttt', // IFTTT brand color
n8n: 'n8n/EA4B71', // n8n pinkish orange
make: 'make/6D00CC', // Make.com purple
ifttt: 'ifttt/0071CE', // IFTTT brand color
};

// Check if skill needs simple-icons fallback
Expand Down Expand Up @@ -151,10 +153,12 @@ export function getSkillIconUrl(skill: string): string {
quasar: 'quasar/quasar-plain',
// Testing
mocha: 'mocha/mocha-plain',
playwright: 'playwright/playwright-original',
karma: 'karma/karma-original',
jasmine: 'jasmine/jasmine-original',
// Software
sketch: 'sketch/sketch-original',
maya: 'maya/maya-original',
// Static Site Generators
hugo: 'hugo/hugo-original',
sculpin: 'php/php-original',
Expand Down