@@ -67,6 +67,7 @@ const categorizedSkills = {
67
67
"hadoop" ,
68
68
"nginx" ,
69
69
"openresty" ,
70
+ "nestjs" ,
70
71
] ,
71
72
} ,
72
73
@@ -222,8 +223,7 @@ const icons = {
222
223
"https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" ,
223
224
angularjs :
224
225
"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" ,
227
227
aws :
228
228
"https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg" ,
229
229
android :
@@ -233,7 +233,8 @@ const icons = {
233
233
"https://raw.githubusercontent.com/devicons/devicon/master/icons/backbonejs/backbonejs-original-wordmark.svg" ,
234
234
bootstrap :
235
235
"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" ,
237
238
canvasjs :
238
239
"https://raw.githubusercontent.com/Hardik0307/Hardik0307/master/assets/canvasjs-charts.svg" ,
239
240
coffeescript :
@@ -257,7 +258,8 @@ const icons = {
257
258
"https://raw.githubusercontent.com/devicons/devicon/master/icons/electron/electron-original.svg" ,
258
259
express :
259
260
"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" ,
261
263
graphql : "https://www.vectorlogo.zone/logos/graphql/graphql-icon.svg" ,
262
264
gulp :
263
265
"https://raw.githubusercontent.com/devicons/devicon/master/icons/gulp/gulp-plain.svg" ,
@@ -277,12 +279,13 @@ const icons = {
277
279
"https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg" ,
278
280
mysql :
279
281
"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" ,
280
284
nginx :
281
285
"https://raw.githubusercontent.com/devicons/devicon/master/icons/nginx/nginx-original.svg" ,
282
286
nodejs :
283
287
"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" ,
286
289
oracle :
287
290
"https://raw.githubusercontent.com/devicons/devicon/master/icons/oracle/oracle-original.svg" ,
288
291
photoshop :
@@ -480,6 +483,7 @@ const skillWebsites = {
480
483
meteor : "https://www.meteor.com/" ,
481
484
mongodb : "https://www.mongodb.com/" ,
482
485
mysql : "https://www.mysql.com/" ,
486
+ nestjs : "https://nestjs.com/" ,
483
487
nginx : "https://www.nginx.com" ,
484
488
nodejs : "https://nodejs.org" ,
485
489
openresty : "https://openresty.org/" ,
0 commit comments