From d77f3d4636d71958d4d0ad4d84253e90f6e28084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Sat, 15 Jun 2019 02:25:58 +0200 Subject: [PATCH] updated text --- nuxt.config.js | 1 + pages/general/index.vue | 5 +++++ pages/index.vue | 34 +++++++++++++++++++++++----------- 3 files changed, 29 insertions(+), 11 deletions(-) diff --git a/nuxt.config.js b/nuxt.config.js index ab67562..fd4d3c2 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -12,6 +12,7 @@ export default { { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'description', name: 'description', content: pkg.description }, + { hid: 'keywords', name: 'keywords', content: 'css, html, php, server, resources, design, gems, nuxt, javascript, tutorials, development, software'}, { name:'theme-color', content: '#ffffff' }, { name: 'msapplication-TileColor', content: '#da532c' }, { rel: 'mask-icon', href: '/safari-pinned-tab.svg', color: '#5bbad5' }, diff --git a/pages/general/index.vue b/pages/general/index.vue index e6bce83..f7c59c7 100644 --- a/pages/general/index.vue +++ b/pages/general/index.vue @@ -58,6 +58,11 @@ export default { desc: 'Take a whirlwind tour of your next favorite language. Community-driven!', url: 'https://learnxinyminutes.com/' }, + { + title: 'The A11Y Checklist', + desc: 'This checklist uses the The Web Content Accessibility Guidelines (WCAG) as a reference point. The WCAG is a shared standard for web content accessibility for individuals, organizations, and governments.', + url: 'https://a11yproject.com/checklist/' + }, ] } }, diff --git a/pages/index.vue b/pages/index.vue index b317496..ae53a2b 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,18 +1,30 @@ - + +