Merge pull request #94 from fullstack-to/master
Fix Typo and add serverless.css-tricks.com
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
h1.text-black.font-bold.text-xl.mb-2 What is
|
h1.text-black.font-bold.text-xl.mb-2 What is
|
||||||
span 💎 webgems?
|
span 💎 webgems?
|
||||||
p Webgems is a goto place for devs and designers to find new resources and more. As a beginner it's sometimes not easy to find what you need since you don't know what you should look for.
|
p Webgems is a goto place for devs and designers to find new resources and more. As a beginner it's sometimes not easy to find what you need since you don't know what you should look for.
|
||||||
p Therefore i created this project to have the most common and best resources for beginners and veterans in one place. Kinda like a bookmarks list for devs and designers, containing only the best gems out there.
|
p Therefore I created this project to have the most common and best resources for beginners and veterans in one place. Kinda like a bookmarks list for devs and designers, containing only the best gems out there.
|
||||||
p If you want to add your own gem, go ahead and open a pull request on github (click on that octocat at the top right corner).
|
p If you want to add your own gem, go ahead and open a pull request on GitHub (click on that octocat at the top right corner).
|
||||||
p By the way, this project lives by getting shared, if you find this worthy please share it with others.
|
p By the way, this project lives by getting shared, if you find this worthy please share it with others.
|
||||||
p.muted // made with love by
|
p.muted // made with love by
|
||||||
p.contributors class
|
p.contributors class
|
||||||
|
|||||||
@@ -853,6 +853,11 @@
|
|||||||
"title" : "Glitch",
|
"title" : "Glitch",
|
||||||
"desc" : "The friendly community where everyone can discover & create the best apps on the web.",
|
"desc" : "The friendly community where everyone can discover & create the best apps on the web.",
|
||||||
"url" : "https://glitch.com/"
|
"url" : "https://glitch.com/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Serverless for Front-End Developers",
|
||||||
|
"desc": "Find Serverless services (e.g. functions, databases and other tools) for your next project. There are also articles related to Serverless and JAMstack.",
|
||||||
|
"url": "https://serverless.css-tricks.com/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user