Skip to content

Commit 3fd06c9

Browse files
Mosaab-Emamrishavanand
authored andcommitted
Add 8 important skills (#113)
1 parent a245aae commit 3fd06c9

9 files changed

Lines changed: 124 additions & 0 deletions

File tree

src/config/skills.ts

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const SKILLS: Record<string, Skill> = {
88
label: 'OpenUI5',
99
value: 'openui5',
1010
iconUrl: BASE_URL + 'skills-assets/openui5.svg',
11+
companyUrl: 'https://www.openui5.org/',
1112
},
1213
terraform: {
1314
label: 'Terraform',
@@ -696,4 +697,52 @@ export const SKILLS: Record<string, Skill> = {
696697
iconUrl: BASE_URL + 'skills-assets/prisma.png',
697698
companyUrl: 'https://www.prisma.io/',
698699
},
700+
strapi: {
701+
label: 'Strapi',
702+
value: 'strapi',
703+
iconUrl: BASE_URL + 'skills-assets/strapi.svg',
704+
companyUrl: 'https://www.strapi.io/',
705+
},
706+
jest: {
707+
label: 'Jest',
708+
value: 'jest',
709+
iconUrl: BASE_URL + 'skills-assets/jest.svg',
710+
companyUrl: 'https://www.jestjs.io/',
711+
},
712+
tailwindcss: {
713+
label: 'Tailwind CSS',
714+
value: 'tailwindcss',
715+
iconUrl: BASE_URL + 'skills-assets/tailwindcss.svg',
716+
companyUrl: 'https://www.tailwindcss.com/',
717+
},
718+
windicss: {
719+
label: 'Windi CSS',
720+
value: 'windicss',
721+
iconUrl: BASE_URL + 'skills-assets/windicss.svg',
722+
companyUrl: 'https://www.windicss.org/',
723+
},
724+
ionic: {
725+
label: 'Ionic',
726+
value: 'ionic',
727+
iconUrl: BASE_URL + 'skills-assets/ionic.svg',
728+
companyUrl: 'https://www.ionicframework.com/',
729+
},
730+
cordova: {
731+
label: 'Cordova',
732+
value: 'cordova',
733+
iconUrl: BASE_URL + 'skills-assets/cordova.png',
734+
companyUrl: 'https://www.cordova.apache.org/',
735+
},
736+
capacitor: {
737+
label: 'Capacitor',
738+
value: 'capacitor',
739+
iconUrl: BASE_URL + 'skills-assets/capacitor.svg',
740+
companyUrl: 'https://www.capacitorjs.com/',
741+
},
742+
astro: {
743+
label: 'Astro',
744+
value: 'astro',
745+
iconUrl: BASE_URL + 'skills-assets/astro.svg',
746+
companyUrl: 'https://www.astro.build/',
747+
},
699748
};

static/skills-assets/astro.svg

Lines changed: 15 additions & 0 deletions
Loading

static/skills-assets/capacitor.svg

Lines changed: 11 additions & 0 deletions
Loading

static/skills-assets/cordova.png

35.1 KB
Loading

static/skills-assets/ionic.svg

Lines changed: 1 addition & 0 deletions
Loading

static/skills-assets/jest.svg

Lines changed: 1 addition & 0 deletions
Loading

static/skills-assets/strapi.svg

Lines changed: 18 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/skills-assets/windicss.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)