Skip to content

Commit 1c7bcb7

Browse files
authored
Merge pull request #454 from MrDoomy/feat/backend-development-nestjs
[add]: NestJS Option
2 parents edbaa47 + 9432f7d commit 1c7bcb7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

src/constants/skills.js

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const categorizedSkills = {
6767
"hadoop",
6868
"nginx",
6969
"openresty",
70+
"nestjs",
7071
],
7172
},
7273

@@ -222,8 +223,7 @@ const icons = {
222223
"https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg",
223224
angularjs:
224225
"https://raw.githubusercontent.com/devicons/devicon/master/icons/angularjs/angularjs-original-wordmark.svg",
225-
angular:
226-
"https://angular.io/assets/images/logos/angular/angular.svg",
226+
angular: "https://angular.io/assets/images/logos/angular/angular.svg",
227227
aws:
228228
"https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg",
229229
android:
@@ -233,7 +233,8 @@ const icons = {
233233
"https://raw.githubusercontent.com/devicons/devicon/master/icons/backbonejs/backbonejs-original-wordmark.svg",
234234
bootstrap:
235235
"https://raw.githubusercontent.com/devicons/devicon/master/icons/bootstrap/bootstrap-plain-wordmark.svg",
236-
c: "https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg",
236+
c:
237+
"https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg",
237238
canvasjs:
238239
"https://raw.githubusercontent.com/Hardik0307/Hardik0307/master/assets/canvasjs-charts.svg",
239240
coffeescript:
@@ -257,7 +258,8 @@ const icons = {
257258
"https://raw.githubusercontent.com/devicons/devicon/master/icons/electron/electron-original.svg",
258259
express:
259260
"https://raw.githubusercontent.com/devicons/devicon/master/icons/express/express-original-wordmark.svg",
260-
go: "https://raw.githubusercontent.com/devicons/devicon/master/icons/go/go-original.svg",
261+
go:
262+
"https://raw.githubusercontent.com/devicons/devicon/master/icons/go/go-original.svg",
261263
graphql: "https://www.vectorlogo.zone/logos/graphql/graphql-icon.svg",
262264
gulp:
263265
"https://raw.githubusercontent.com/devicons/devicon/master/icons/gulp/gulp-plain.svg",
@@ -277,12 +279,13 @@ const icons = {
277279
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg",
278280
mysql:
279281
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg",
282+
nestjs:
283+
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nestjs/nestjs-plain.svg",
280284
nginx:
281285
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg",
282286
nodejs:
283287
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg",
284-
openresty:
285-
"https://openresty.org/images/logo.png",
288+
openresty: "https://openresty.org/images/logo.png",
286289
oracle:
287290
"https://raw.githubusercontent.com/devicons/devicon/master/icons/oracle/oracle-original.svg",
288291
photoshop:
@@ -480,6 +483,7 @@ const skillWebsites = {
480483
meteor: "https://www.meteor.com/",
481484
mongodb: "https://www.mongodb.com/",
482485
mysql: "https://www.mysql.com/",
486+
nestjs: "https://nestjs.com/",
483487
nginx: "https://www.nginx.com",
484488
nodejs: "https://nodejs.org",
485489
openresty: "https://openresty.org/",
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)