Skip to content

Commit 66d2196

Browse files
4 New skill added (#118) (#121)
Co-authored-by: Rishav Anand <contact@rishavanand.com> Co-authored-by: H.M.Tajul Islam <60362553+tajultonim@users.noreply.github.com>
1 parent e2ad89c commit 66d2196

5 files changed

Lines changed: 24 additions & 0 deletions

File tree

src/config/skills.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,4 +739,28 @@ export const SKILLS: Record<string, Skill> = {
739739
iconUrl: BASE_URL + 'skills-assets/astro.svg',
740740
companyUrl: 'https://www.astro.build/',
741741
},
742+
nextjs: {
743+
label: 'NextJS',
744+
value: 'nextjs',
745+
iconUrl: BASE_URL + 'skills-assets/nextjs.png',
746+
companyUrl: 'https://nextjs.org/',
747+
},
748+
chakraui: {
749+
label: 'Chakra UI',
750+
value: 'chakraui',
751+
iconUrl: BASE_URL + 'skills-assets/chakraui.png',
752+
companyUrl: 'https://chakra-ui.com/',
753+
},
754+
mui: {
755+
label: 'Material UI',
756+
value: 'mui',
757+
iconUrl: BASE_URL + 'skills-assets/mui.png',
758+
companyUrl: 'https://mui.com/',
759+
},
760+
styledcomponents: {
761+
label: 'Styled Components',
762+
value: 'styledcomponents',
763+
iconUrl: BASE_URL + 'skills-assets/styled-components.png',
764+
companyUrl: 'https://styled-components.com/',
765+
},
742766
};

static/skills-assets/chakraui.png

77.9 KB
Loading

static/skills-assets/mui.png

8.04 KB
Loading

static/skills-assets/nextjs.png

6.8 KB
Loading
7.55 KB
Loading

0 commit comments

Comments
 (0)