From 8d8b32a38c22e47b561b8d883ab9fc8f6acc7fbf Mon Sep 17 00:00:00 2001 From: Robert Palmer Date: Tue, 22 Oct 2024 17:25:33 +0000 Subject: [PATCH 1/3] Udated css.json - added new link resource --- database/languages/css.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/database/languages/css.json b/database/languages/css.json index 1e2ecc86c..3bc2e5cb1 100644 --- a/database/languages/css.json +++ b/database/languages/css.json @@ -46,5 +46,12 @@ "category": "languages", "subcategory": "css", "language": "hindi" - } + }, + { + "name":"CSS-Tricks", + "description":"CSS-Tricks is a leading web development resource offering tutorials and articles focused on CSS, as well as other front-end topics like HTML, JavaScript, and design. Known for its practical solutions and community-driven forum, it's a go-to site for developers of all levels.", + "url":"https://css-tricks.com/", + "category":"languages", + "subcategory":"css" + } ] From caaf0721d3f0dc99d1452aa98f36f979044b0858 Mon Sep 17 00:00:00 2001 From: Robert Palmer Date: Tue, 22 Oct 2024 17:29:55 +0000 Subject: [PATCH 2/3] Updated CSS.json - Added language property to entry "CSS-Tricks" --- database/languages/css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/database/languages/css.json b/database/languages/css.json index 3bc2e5cb1..33f6682cf 100644 --- a/database/languages/css.json +++ b/database/languages/css.json @@ -52,6 +52,7 @@ "description":"CSS-Tricks is a leading web development resource offering tutorials and articles focused on CSS, as well as other front-end topics like HTML, JavaScript, and design. Known for its practical solutions and community-driven forum, it's a go-to site for developers of all levels.", "url":"https://css-tricks.com/", "category":"languages", - "subcategory":"css" + "subcategory":"css", + "language":"english" } ] From 0d0252348dbab47ea9ebaf18eb19598ba82e2737 Mon Sep 17 00:00:00 2001 From: Robert Palmer Date: Fri, 25 Oct 2024 13:33:55 +0000 Subject: [PATCH 3/3] change css.json - formated file --- database/languages/css.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/database/languages/css.json b/database/languages/css.json index 33f6682cf..d839b411f 100644 --- a/database/languages/css.json +++ b/database/languages/css.json @@ -48,11 +48,11 @@ "language": "hindi" }, { - "name":"CSS-Tricks", - "description":"CSS-Tricks is a leading web development resource offering tutorials and articles focused on CSS, as well as other front-end topics like HTML, JavaScript, and design. Known for its practical solutions and community-driven forum, it's a go-to site for developers of all levels.", - "url":"https://css-tricks.com/", - "category":"languages", - "subcategory":"css", - "language":"english" - } -] + "name": "CSS-Tricks", + "description": "CSS-Tricks is a leading web development resource offering tutorials and articles focused on CSS, as well as other front-end topics like HTML, JavaScript, and design. Known for its practical solutions and community-driven forum, it's a go-to site for developers of all levels.", + "url": "https://css-tricks.com/", + "category": "languages", + "subcategory": "css", + "language": "english" + } +] \ No newline at end of file