diff --git a/resources.js b/resources.js index bed0dd8..a5eb034 100644 --- a/resources.js +++ b/resources.js @@ -259,15 +259,37 @@ 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'] + }, + { + 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. // { // name: '', // url: '', // keywords: [''] // }, - - - - ]; exports.resources = resources;