From 01d986d3b867a787beba8fc5ba914583095a06de Mon Sep 17 00:00:00 2001 From: James Date: Tue, 1 Jun 2021 19:15:41 -0400 Subject: [PATCH 1/5] Add Web Periodic Table --- resources/general.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/resources/general.json b/resources/general.json index e76e84a..b1699d5 100644 --- a/resources/general.json +++ b/resources/general.json @@ -79,6 +79,32 @@ "desc": "Online programming tournaments to practice your skills. Play with random people, your friends, or in the singleplayer arcade mode.", "url": "https://codesignal.com/developers/", "tags": ["game", "practice", "multiplayer"] - } + }, + { + "title": "Periodic Table of Web APIs", + "desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support", + "url": "https://wwwperiodictable.surge.sh/", + "tags": [ + "resources", + "aggregator", + "fundamentals", + "web", + "visual", + "browser", + "frontend", + "overview", + "guides", + "tutorial", + "compatibility", + "lists", + "obselete", + "reference", + "specification", + "standards", + "comprehensive", + "advanced", + "guides", + "links" + ] ] } From b490ad0e7a026c31dcbbd7c8944b803c0fbe5814 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 1 Jun 2021 19:16:42 -0400 Subject: [PATCH 2/5] Fix web periodic table --- resources/general.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/general.json b/resources/general.json index b1699d5..efebc7f 100644 --- a/resources/general.json +++ b/resources/general.json @@ -106,5 +106,5 @@ "guides", "links" ] - ] + } } From 0dc9edc1ef16e28c7098f379668d3334ad97dca6 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 1 Jun 2021 19:18:52 -0400 Subject: [PATCH 3/5] Fix syntax error --- resources/general.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/general.json b/resources/general.json index efebc7f..60212b6 100644 --- a/resources/general.json +++ b/resources/general.json @@ -107,4 +107,5 @@ "links" ] } + ] } From 43239e9f8c807110f6c53c2db381e5b895b7ab3b Mon Sep 17 00:00:00 2001 From: James Date: Tue, 1 Jun 2021 19:27:12 -0400 Subject: [PATCH 4/5] Add Web Periodic Table to Frontend --- resources/frontend.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/resources/frontend.json b/resources/frontend.json index 0a38740..984f07d 100644 --- a/resources/frontend.json +++ b/resources/frontend.json @@ -61,6 +61,33 @@ "desc": "Friendly web development tutorials for complete beginners in HTML and CSS", "url": "https://www.internetingishard.com/", "tags": ["html", "semantic", "css", "typography"] + }, + { + "title": "Periodic Table of Web APIs", + "desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support", + "url": "https://wwwperiodictable.surge.sh/", + "tags": [ + "resources", + "aggregator", + "fundamentals", + "web", + "visual", + "browser", + "frontend", + "overview", + "guides", + "tutorial", + "compatibility", + "lists", + "obselete", + "reference", + "specification", + "standards", + "comprehensive", + "advanced", + "guides", + "links" + ] } ] } From afa239eb4078b5d8061ed558dee3c71f59b7701e Mon Sep 17 00:00:00 2001 From: James Date: Fri, 4 Jun 2021 20:12:11 -0400 Subject: [PATCH 5/5] Remove Web Periodic Table from General section --- resources/general.json | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/resources/general.json b/resources/general.json index 60212b6..e76e84a 100644 --- a/resources/general.json +++ b/resources/general.json @@ -79,33 +79,6 @@ "desc": "Online programming tournaments to practice your skills. Play with random people, your friends, or in the singleplayer arcade mode.", "url": "https://codesignal.com/developers/", "tags": ["game", "practice", "multiplayer"] - }, - { - "title": "Periodic Table of Web APIs", - "desc": "A visual map of almost all browser APIs with links to tutorials and documentation, color-coded by browser support", - "url": "https://wwwperiodictable.surge.sh/", - "tags": [ - "resources", - "aggregator", - "fundamentals", - "web", - "visual", - "browser", - "frontend", - "overview", - "guides", - "tutorial", - "compatibility", - "lists", - "obselete", - "reference", - "specification", - "standards", - "comprehensive", - "advanced", - "guides", - "links" - ] } ] }