diff --git a/components/Skills/index.tsx b/components/Skills/index.tsx index f0629f8..ecfd411 100644 --- a/components/Skills/index.tsx +++ b/components/Skills/index.tsx @@ -30,6 +30,7 @@ export const Skills: React.FC = () => { + diff --git a/components/Skills/skills.ts b/components/Skills/skills.ts index d6ad219..51468be 100644 --- a/components/Skills/skills.ts +++ b/components/Skills/skills.ts @@ -98,6 +98,10 @@ export const skills: Skills = { link: 'https://ubuntu.com/', image: '/images/skills/Ubuntu.png' }, + 'GNU/Linux': { + link: 'https://www.gnu.org/', + image: '/images/skills/GNU-Linux.png' + }, Docker: { link: 'https://www.docker.com/', image: '/images/skills/Docker.png' diff --git a/public/images/skills/GNU-Linux.png b/public/images/skills/GNU-Linux.png new file mode 100644 index 0000000..d13969c Binary files /dev/null and b/public/images/skills/GNU-Linux.png differ