From 43239e9f8c807110f6c53c2db381e5b895b7ab3b Mon Sep 17 00:00:00 2001 From: James Date: Tue, 1 Jun 2021 19:27:12 -0400 Subject: [PATCH] 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" + ] } ] }