diff --git a/src/constants/skills.js b/src/constants/skills.js index f516373..fc30a18 100644 --- a/src/constants/skills.js +++ b/src/constants/skills.js @@ -156,6 +156,7 @@ const categorizedSkills = { skills: [ "illustrator", "photoshop", + "xd", "figma", "blender", "sketch", @@ -241,6 +242,8 @@ const icons = { "https://devicons.github.io/devicon/devicon.git/icons/oracle/oracle-original.svg", photoshop: "https://devicons.github.io/devicon/devicon.git/icons/photoshop/photoshop-plain.svg", + xd: + "https://cdn.worldvectorlogo.com/logos/adobe-xd.svg", php: "https://devicons.github.io/devicon/devicon.git/icons/php/php-original.svg", postgresql: @@ -397,6 +400,7 @@ const skillWebsites = { nodejs: "https://nodejs.org", oracle: "https://www.oracle.com/", photoshop: "https://www.photoshop.com/en", + xd: "https://www.adobe.com/products/xd.html", php: "https://www.php.net", postgresql: "https://www.postgresql.org", python: "https://www.python.org",