File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ const categorizedSkills = {
2222 "coffeescript" ,
2323 "elixir" ,
2424 "erlang" ,
25+ "nim" ,
2526 ] ,
2627 } ,
2728
@@ -436,6 +437,7 @@ const icons = {
436437 zapier : "https://www.vectorlogo.zone/logos/zapier/zapier-icon.svg" ,
437438 postman : "https://www.vectorlogo.zone/logos/getpostman/getpostman-icon.svg" ,
438439 erlang : "https://www.vectorlogo.zone/logos/erlang/erlang-official.svg" ,
440+ nim : "https://nim-lang.org/assets/img/logo.svg" ,
439441 sqlite : "https://www.vectorlogo.zone/logos/sqlite/sqlite-icon.svg" ,
440442 mssql : "https://www.svgrepo.com/show/303229/microsoft-sql-server-logo.svg" ,
441443 middleman :
@@ -590,6 +592,7 @@ const skillWebsites = {
590592 mssql : "https://www.microsoft.com/en-us/sql-server" ,
591593 postman : "https://postman.com" ,
592594 erlang : "https://www.erlang.org/" ,
595+ nim : "https://nim-lang.org/" ,
593596 middleman : "https://middlemanapp.com/" ,
594597}
595598
You can’t perform that action at this time.
0 commit comments