diff --git a/src/constants/skills.js b/src/constants/skills.js index f516373..27b340c 100644 --- a/src/constants/skills.js +++ b/src/constants/skills.js @@ -11,6 +11,7 @@ const categorizedSkills = { "javascript", "typescript", "php", + "perl", "ruby", "scala", "python", @@ -243,6 +244,8 @@ const icons = { "https://devicons.github.io/devicon/devicon.git/icons/photoshop/photoshop-plain.svg", php: "https://devicons.github.io/devicon/devicon.git/icons/php/php-original.svg", + perl: + "https://api.iconify.design/logos-perl.svg", postgresql: "https://devicons.github.io/devicon/devicon.git/icons/postgresql/postgresql-original-wordmark.svg", python: @@ -398,6 +401,7 @@ const skillWebsites = { oracle: "https://www.oracle.com/", photoshop: "https://www.photoshop.com/en", php: "https://www.php.net", + perl: "https://www.perl.org/", postgresql: "https://www.postgresql.org", python: "https://www.python.org", rails: "https://rubyonrails.org",