Skip to content

Commit

Permalink
Merge pull request #32 from webdevhome/add-lit
Browse files Browse the repository at this point in the history
Add more links
  • Loading branch information
alinnert authored Nov 6, 2022
2 parents d7d6025 + 2fb480b commit 8acede7
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdevhome.github.io-vite",
"version": "2.0.13",
"version": "2.0.14",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
90 changes: 89 additions & 1 deletion src/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,17 @@
{
"title": "Tailwind CSS",
"url": "https://tailwindcss.com",
"description": "A popular utility class based CSS framework.",
"description": "A utility class based CSS framework.",
"icon": "tailwindcss",
"color": "#06B6D4"
},
{
"title": "Windi CSS",
"url": "https://windicss.org",
"description": "A utility class based CSS framework.",
"icon": "windicss",
"color": "#48B0F1"
},
{
"title": "Bootstrap",
"url": "https://getbootstrap.com",
Expand All @@ -559,6 +566,30 @@
"color": "#757575",
"searchUrl": "https://material.io/search.html?q={search}",
"searchConcat": "%20"
},
{
"title": "CSS Modules",
"url": "https://github.com/css-modules/css-modules",
"icon": "cssmodules",
"color": "#000000"
},
{
"title": "vanilla-extract",
"url": "https://vanilla-extract.style",
"description": "A zero-runtime CSS-in-JS library."
},
{
"title": "Styled Components",
"url": "https://styled-components.com",
"icon": "styledcomponents",
"color": "#DB7093"
},
{
"title": "JSS",
"url": "https://cssinjs.org",
"description": "CSS-in-JS library.",
"icon": "jss",
"color": "#F7DF1E"
}
]
},
Expand All @@ -574,18 +605,21 @@
{
"title": "Create React App",
"url": "https://create-react-app.dev",
"description": "A starter template for React apps.",
"icon": "createreactapp",
"color": "#09D3AC"
},
{
"title": "Gatsby",
"url": "https://gatsbyjs.org",
"description": "A framework based on React.",
"icon": "gatsby",
"color": "#663399"
},
{
"title": "Next.js",
"url": "https://nextjs.org",
"description": "A framework based on React.",
"icon": "nextdotjs",
"color": "#000000"
},
Expand All @@ -598,6 +632,7 @@
{
"title": "Nuxt.js",
"url": "https://nuxtjs.org",
"description": "A framework based on Vue.",
"icon": "nuxtdotjs",
"color": "#00DC82"
},
Expand All @@ -607,27 +642,38 @@
"icon": "angular",
"color": "#DD0031"
},
{
"title": "Lit",
"url": "https://lit.dev",
"description": "A library for building web components.",
"icon": "lit",
"color": "#324FFF"
},
{
"title": "Svelte",
"url": "https://svelte.dev",
"description": "A framework without a runtime.",
"icon": "svelte",
"color": "#FF3E00"
},
{
"title": "Alpine.js",
"url": "https://alpinejs.dev",
"description": "A library that attaches JS logic to the DOM.",
"icon": "alpinedotjs",
"color": "#8BC0D0"
},
{
"title": "Stimulus",
"url": "https://stimulus.hotwired.dev",
"description": "A framework for existing HTML.",
"icon": "stimulus",
"color": "#77E8B9"
},
{
"title": "Electron",
"url": "https://www.electronjs.org",
"description": "A framework to build native desktop apps using the web stack.",
"icon": "electron",
"color": "#47848F",
"searchUrl": "https://www.electronjs.org/?q={search}",
Expand All @@ -636,12 +682,14 @@
{
"title": "Blazor",
"url": "https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/blazor",
"description": "Compile C# to WASM and run it in the Browser.",
"icon": "blazor",
"color": "#512BD4"
},
{
"title": "Flutter",
"url": "https://flutter.dev",
"description": "A Dart based framework to build multi-platform apps.",
"icon": "flutter",
"color": "#02569B",
"searchUrl": "https://flutter.dev/search?q={search}",
Expand Down Expand Up @@ -683,6 +731,13 @@
"icon": "apollographql",
"color": "#311C87"
},
{
"title": "Axios",
"url": "https://axios-http.com",
"description": "JS REST client library.",
"icon": "axios",
"color": "#5A29E4"
},
{
"title": "i18next",
"url": "https://www.i18next.com",
Expand Down Expand Up @@ -800,6 +855,13 @@
"description": "JSON Web Tokens",
"icon": "jsonwebtokens",
"color": "#000000"
},
{
"title": "Auth0",
"url": "https://auth0.com",
"description": "An authentication and authorization platform.",
"icon": "auth0",
"color": "#EB5424"
}
]
},
Expand Down Expand Up @@ -945,6 +1007,26 @@
"icon": "deno",
"color": "#000000"
},
{
"title": "Python",
"url": "https://www.python.org",
"icon": "python",
"color": "#3776AB",
"searchUrl": "https://www.python.org/search/?q={search}",
"searchConcat": "+"
},
{
"title": "Ruby",
"url": "https://www.ruby-lang.org",
"icon": "ruby",
"color": "#CC342D"
},
{
"title": "Crystal",
"url": "https://crystal-lang.org",
"icon": "crystal",
"color": "#000000"
},
{
"title": "Dart",
"url": "https://dart.dev",
Expand Down Expand Up @@ -1498,6 +1580,12 @@
"url": "https://stateofjs.com",
"icon": "javascript",
"color": "#f7df1e"
},
{
"title": "State of GraphQL",
"url": "https://www.stateofgraphql.com",
"icon": "graphql",
"color": "#E10098"
}
]
},
Expand Down

0 comments on commit 8acede7

Please sign in to comment.