Skip to content

Commit 2fb480b

Browse files
committed
Add more links
New links: - Windi CSS - CSS Modules - vanilla-extract - Styled Components - JSS - Axios - Auth0 - Python - Ruby - Crystal - State of GraphQL
1 parent 2b745c4 commit 2fb480b

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

src/links.json

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,17 @@
535535
{
536536
"title": "Tailwind CSS",
537537
"url": "https://tailwindcss.com",
538-
"description": "A popular utility class based CSS framework.",
538+
"description": "A utility class based CSS framework.",
539539
"icon": "tailwindcss",
540540
"color": "#06B6D4"
541541
},
542+
{
543+
"title": "Windi CSS",
544+
"url": "https://windicss.org",
545+
"description": "A utility class based CSS framework.",
546+
"icon": "windicss",
547+
"color": "#48B0F1"
548+
},
542549
{
543550
"title": "Bootstrap",
544551
"url": "https://getbootstrap.com",
@@ -559,6 +566,30 @@
559566
"color": "#757575",
560567
"searchUrl": "https://material.io/search.html?q={search}",
561568
"searchConcat": "%20"
569+
},
570+
{
571+
"title": "CSS Modules",
572+
"url": "https://github.com/css-modules/css-modules",
573+
"icon": "cssmodules",
574+
"color": "#000000"
575+
},
576+
{
577+
"title": "vanilla-extract",
578+
"url": "https://vanilla-extract.style",
579+
"description": "A zero-runtime CSS-in-JS library."
580+
},
581+
{
582+
"title": "Styled Components",
583+
"url": "https://styled-components.com",
584+
"icon": "styledcomponents",
585+
"color": "#DB7093"
586+
},
587+
{
588+
"title": "JSS",
589+
"url": "https://cssinjs.org",
590+
"description": "CSS-in-JS library.",
591+
"icon": "jss",
592+
"color": "#F7DF1E"
562593
}
563594
]
564595
},
@@ -700,6 +731,13 @@
700731
"icon": "apollographql",
701732
"color": "#311C87"
702733
},
734+
{
735+
"title": "Axios",
736+
"url": "https://axios-http.com",
737+
"description": "JS REST client library.",
738+
"icon": "axios",
739+
"color": "#5A29E4"
740+
},
703741
{
704742
"title": "i18next",
705743
"url": "https://www.i18next.com",
@@ -817,6 +855,13 @@
817855
"description": "JSON Web Tokens",
818856
"icon": "jsonwebtokens",
819857
"color": "#000000"
858+
},
859+
{
860+
"title": "Auth0",
861+
"url": "https://auth0.com",
862+
"description": "An authentication and authorization platform.",
863+
"icon": "auth0",
864+
"color": "#EB5424"
820865
}
821866
]
822867
},
@@ -962,6 +1007,26 @@
9621007
"icon": "deno",
9631008
"color": "#000000"
9641009
},
1010+
{
1011+
"title": "Python",
1012+
"url": "https://www.python.org",
1013+
"icon": "python",
1014+
"color": "#3776AB",
1015+
"searchUrl": "https://www.python.org/search/?q={search}",
1016+
"searchConcat": "+"
1017+
},
1018+
{
1019+
"title": "Ruby",
1020+
"url": "https://www.ruby-lang.org",
1021+
"icon": "ruby",
1022+
"color": "#CC342D"
1023+
},
1024+
{
1025+
"title": "Crystal",
1026+
"url": "https://crystal-lang.org",
1027+
"icon": "crystal",
1028+
"color": "#000000"
1029+
},
9651030
{
9661031
"title": "Dart",
9671032
"url": "https://dart.dev",
@@ -1515,6 +1580,12 @@
15151580
"url": "https://stateofjs.com",
15161581
"icon": "javascript",
15171582
"color": "#f7df1e"
1583+
},
1584+
{
1585+
"title": "State of GraphQL",
1586+
"url": "https://www.stateofgraphql.com",
1587+
"icon": "graphql",
1588+
"color": "#E10098"
15181589
}
15191590
]
15201591
},

0 commit comments

Comments
 (0)