From 839830110505899e62b2202a58b3b2f04da74736 Mon Sep 17 00:00:00 2001 From: Matthias Hampel Date: Sun, 30 Jun 2019 14:49:57 +0200 Subject: [PATCH 1/2] fix typos --- pages/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 6609795..0d5add0 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -4,8 +4,8 @@ h1.text-black.font-bold.text-xl.mb-2 What is  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 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 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 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.contributors class  From f241a82e698896f1da2d30fbfc836b339bd1bb43 Mon Sep 17 00:00:00 2001 From: Matthias Hampel Date: Sun, 30 Jun 2019 14:50:17 +0200 Subject: [PATCH 2/2] add serverless.css-tricks.com --- store.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/store.json b/store.json index bb4e4f8..3dbfd05 100644 --- a/store.json +++ b/store.json @@ -848,6 +848,11 @@ "title": "Servers for hackers", "desc": "Tutorials on how to handle your servers.", "url": "https://serversforhackers.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/" } ] },