From c8f33bebbe661178f7b16b7e2da79a68f99b5aa0 Mon Sep 17 00:00:00 2001 From: nautatva Date: Mon, 21 Oct 2019 10:37:48 +0530 Subject: [PATCH] added fontello and phpCodeChecker --- resources/icons.json | 6 ++++++ resources/php.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/resources/icons.json b/resources/icons.json index 72510a6..3896f0f 100644 --- a/resources/icons.json +++ b/resources/icons.json @@ -8,6 +8,12 @@ "url": "https://fontawesome.com/", "tags": [] }, + { + "title": "Fontello", + "desc": "Fontello has a collection of icons from various font and icon toolkits and the icons can be individually selected and downloaded. This greatly improves the website performance owing the reduced css to download.", + "url": "http://fontello.com/", + "tags": ["tag"] + }, { "title": "Icomoon", "desc": "IcoMoon provides a package of vector icons, along with a free HTML5 app for making custom icon fonts or SVG sprites.", diff --git a/resources/php.json b/resources/php.json index c94bcbf..7fd1ecb 100644 --- a/resources/php.json +++ b/resources/php.json @@ -67,6 +67,12 @@ "desc": "134 Slides to help fix your code. Performance and testing are just one aspect of code, to really be successful your code needs to be readable, maintainable and generally easier to comprehend and work with.", "url": "https://www.slideshare.net/rdohms/your-code-sucks-lets-fix-it-15471808", "tags": [] + }, + { + "title": "Stuck at a code? Let's find the problem", + "desc": "PHP gives out lots of errors when not written carefully. Finding out the problem may sometimes take hours. PHP code checker can find out the common syntax errors in your existing code.", + "url": "https://phpcodechecker.com/", + "tags": [] } ] } \ No newline at end of file