diff --git a/README.md b/README.md index 1b02ad9..de3ccd4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ "programmingLanguages": ["JavaScript/TypeScript", "Python", "C/C++", "PHP"], "frontend": ["HTML", "CSS", "Tailwind CSS", "React.js/Next.js"], "backend": ["Laravel", "Node.js", "Fastify", "PostgreSQL"], - "tools": ["GNU/Linux", "Ubuntu", "Visual Studio Code", "Git", "Docker"] + "tools": ["GNU/Linux", "Arch Linux", "Visual Studio Code", "Git", "Docker"] } } ``` diff --git a/components/Skills/Skill.tsx b/components/Skills/Skill.tsx index 27d3adb..90c6640 100644 --- a/components/Skills/Skill.tsx +++ b/components/Skills/Skill.tsx @@ -33,10 +33,10 @@ export const SkillComponent: React.FC = (props) => { >
{skill} diff --git a/components/Skills/index.tsx b/components/Skills/index.tsx index 18f07fa..d413f8c 100644 --- a/components/Skills/index.tsx +++ b/components/Skills/index.tsx @@ -9,7 +9,6 @@ export const Skills: React.FC = () => { return ( <> - @@ -32,7 +31,7 @@ export const Skills: React.FC = () => { - + diff --git a/components/Skills/skills.ts b/components/Skills/skills.ts index de7c4b5..a3f6dac 100644 --- a/components/Skills/skills.ts +++ b/components/Skills/skills.ts @@ -98,6 +98,10 @@ export const skills = { link: 'https://ubuntu.com/', image: '/images/skills/Ubuntu.png' }, + 'Arch Linux': { + link: 'https://archlinux.org/', + image: '/images/skills/ArchLinux.png' + }, 'GNU/Linux': { link: 'https://www.gnu.org/', image: '/images/skills/GNU-Linux.png' diff --git a/public/images/skills/ArchLinux.png b/public/images/skills/ArchLinux.png new file mode 100644 index 0000000..b354eb3 Binary files /dev/null and b/public/images/skills/ArchLinux.png differ diff --git a/resume.jsonc b/resume.jsonc index 999c21b..c8179bd 100644 --- a/resume.jsonc +++ b/resume.jsonc @@ -136,16 +136,16 @@ }, { "keywords": ["HTML", "CSS", "Tailwind CSS", "React.js/Next.js"], - "name": "Front-end" + "name": "Frontend" }, { "keywords": ["Laravel", "Node.js", "Fastify", "PostgreSQL"], - "name": "Back-end" + "name": "Backend" }, { "keywords": [ "GNU/Linux", - "Ubuntu", + "Arch Linux", "Visual Studio Code", "Git", "Docker"