Using Devicons SVG + Adding NestJS Link

This commit is contained in:
Damien Chazoule
2021-10-03 21:32:38 +02:00
parent fc1ecf5ab6
commit 9432f7d88d
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -279,6 +279,8 @@ const icons = {
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg",
mysql:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg",
nestjs:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nestjs/nestjs-plain.svg",
nginx:
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg",
nodejs:
@@ -481,6 +483,7 @@ const skillWebsites = {
meteor: "https://www.meteor.com/",
mongodb: "https://www.mongodb.com/",
mysql: "https://www.mysql.com/",
nestjs: "https://nestjs.com/",
nginx: "https://www.nginx.com",
nodejs: "https://nodejs.org",
openresty: "https://openresty.org/",
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB