From 6d6b54bb8baf550d0780f372313752b212561ff5 Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 24 Oct 2019 10:06:52 -0700 Subject: [PATCH] Add Flavio Copes Blog to the frontend resources --- resources/frontend.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/frontend.json b/resources/frontend.json index 2a152e4..949e0d1 100644 --- a/resources/frontend.json +++ b/resources/frontend.json @@ -49,6 +49,12 @@ "desc": "Understand in which order the elements of the CSS box model are stacked.", "url": "https://hicksdesign.co.uk/boxmodel/", "tags": ["educational", "css"] + }, + { + "title": "Flavio Copes Blog", + "desc": "I write tutorials for JavaScript and Web Developers.", + "url": "https://flaviocopes.com/", + "tags": ["svelte", "daily", "books", "free", "react"] } ] }