Added Perl to Programming Languages

This commit is contained in:
Darkangeel-hd
2020-10-02 00:59:42 +02:00
parent e3ed30baa6
commit 7a9a4dcf47
+4
View File
@@ -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",