From 500bf6c241c743da6a359c721a826075265c9285 Mon Sep 17 00:00:00 2001 From: Brian Schnee <77141303+brianschnee@users.noreply.github.com> Date: Mon, 13 Jun 2022 22:26:24 -0400 Subject: [PATCH 1/4] Update resources.js --- resources.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources.js b/resources.js index bed0dd8..50666f5 100644 --- a/resources.js +++ b/resources.js @@ -259,15 +259,12 @@ const resources = [ url: 'https://cloudconvert.com/jpg-to-webp', keywords: ['jpg', 'webp', 'converter', 'heic', 'formats', 'high-quality', 'api'] }, + // Resource Format - please follow the styling below. // { // name: '', // url: '', // keywords: [''] // }, - - - - ]; exports.resources = resources; From d43c916dcbb8b9f4ab37bc837384c10896c60f2c Mon Sep 17 00:00:00 2001 From: Brett Crafton <100751696+BrettCrafton@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:57:19 -0500 Subject: [PATCH 2/4] added res: Thumbnails for Social Media "Metatags" --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index 50666f5..d01a517 100644 --- a/resources.js +++ b/resources.js @@ -259,6 +259,11 @@ const resources = [ url: 'https://cloudconvert.com/jpg-to-webp', keywords: ['jpg', 'webp', 'converter', 'heic', 'formats', 'high-quality', 'api'] }, + { + name: 'Thumbnails for Social Media "Metatags', + url: 'https://nickcarmont8.medium.com/how-to-add-a-website-thumbnail-for-sharing-your-html-site-on-social-media-facebook-linkedin-12813f8d2618', + keywords: ['metadata', 'metatags', 'thumbnails', 'social media'] + }, // Resource Format - please follow the styling below. // { // name: '', From 13c4c44a83af9dc9277b7c23e36d686a67d78ade Mon Sep 17 00:00:00 2001 From: Brett Crafton <100751696+BrettCrafton@users.noreply.github.com> Date: Mon, 13 Jun 2022 22:02:08 -0500 Subject: [PATCH 3/4] add res: Learn CSS Layouts --- resources.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources.js b/resources.js index d01a517..e3752a6 100644 --- a/resources.js +++ b/resources.js @@ -264,6 +264,11 @@ const resources = [ url: 'https://nickcarmont8.medium.com/how-to-add-a-website-thumbnail-for-sharing-your-html-site-on-social-media-facebook-linkedin-12813f8d2618', keywords: ['metadata', 'metatags', 'thumbnails', 'social media'] }, + { + name: 'Learn CSS Layouts', + url: 'https://learnlayout.com/', + keywords: ['CSS', 'Layouts', 'HTML', 'display'] + }, // Resource Format - please follow the styling below. // { // name: '', From 59e9f23a401f11e27212cad318a0451add609382 Mon Sep 17 00:00:00 2001 From: Brett Crafton <100751696+BrettCrafton@users.noreply.github.com> Date: Mon, 13 Jun 2022 22:10:23 -0500 Subject: [PATCH 4/4] add res: 4 cheat sheets --- resources.js | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/resources.js b/resources.js index e3752a6..a5eb034 100644 --- a/resources.js +++ b/resources.js @@ -265,9 +265,24 @@ const resources = [ keywords: ['metadata', 'metatags', 'thumbnails', 'social media'] }, { - name: 'Learn CSS Layouts', - url: 'https://learnlayout.com/', - keywords: ['CSS', 'Layouts', 'HTML', 'display'] + name: 'HTML Cheat Sheet', + url: 'https://htmlcheatsheet.com/', + keywords: ['HTML', 'cheat sheet', 'tags'] + }, + { + name: 'CSS Cheat Sheet', + url: 'https://htmlcheatsheet.com/css/', + keywords: ['CSS', 'cheat sheet', 'box model', 'selectors', 'color picker'] + }, + { + name: 'JS "JavaScript" Cheat Sheet', + url: 'https://htmlcheatsheet.com/js/', + keywords: ['JS', 'Javascript', 'cheat sheet', 'conditionals', 'loops', 'variables', 'dates', 'events', 'functions', 'regex', 'json', 'promises', 'arrays'] + }, + { + name: 'SEO Cheat Sheet', + url: 'https://htmlcheatsheet.com/seo/', + keywords: ['SEO', 'cheat sheet'] }, // Resource Format - please follow the styling below. // {