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
@@ -442,6 +443,7 @@ const icons = {
442443 ifttt : "https://www.vectorlogo.zone/logos/ifttt/ifttt-ar21.svg" ,
443444 postman : "https://www.vectorlogo.zone/logos/getpostman/getpostman-icon.svg" ,
444445 erlang : "https://www.vectorlogo.zone/logos/erlang/erlang-official.svg" ,
446+ nim : "https://www.vectorlogo.zone/logos/nim-lang/nim-lang-icon.svg" ,
445447 sqlite : "https://www.vectorlogo.zone/logos/sqlite/sqlite-icon.svg" ,
446448 mssql : "https://www.svgrepo.com/show/303229/microsoft-sql-server-logo.svg" ,
447449 middleman :
@@ -600,6 +602,7 @@ const skillWebsites = {
600602 mssql : "https://www.microsoft.com/en-us/sql-server" ,
601603 postman : "https://postman.com" ,
602604 erlang : "https://www.erlang.org/" ,
605+ nim : "https://nim-lang.org/" ,
603606 middleman : "https://middlemanapp.com/" ,
604607}
605608
You can’t perform that action at this time.
0 commit comments