From b7eeaeb9413ede295b33bc5d34f4b5abd6f534b6 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 10 Jun 2020 21:58:31 -0500 Subject: Update landing page content and style --- docs/src/pages/index.js | 59 +++++++++++++++++++--------------------- docs/src/pages/styles.module.css | 12 ++++++++ 2 files changed, 40 insertions(+), 31 deletions(-) (limited to 'docs/src/pages') diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index ca209fc..1b1fc65 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -7,36 +7,33 @@ import useBaseUrl from "@docusaurus/useBaseUrl"; import styles from "./styles.module.css"; const features = [ - // { - // title: <>Easy to Use, - // imageUrl: 'img/undraw_docusaurus_mountain.svg', - // description: ( - // <> - // Docusaurus was designed from the ground up to be easily installed and - // used to get your website up and running quickly. - // - // ), - // }, - // { - // title: <>Focus on What Matters, - // imageUrl: 'img/undraw_docusaurus_tree.svg', - // description: ( - // <> - // Docusaurus lets you focus on your docs, and we'll do the chores. Go - // ahead and move your docs into the docs directory. - // - // ), - // }, - // { - // title: <>Powered by React, - // imageUrl: 'img/undraw_docusaurus_react.svg', - // description: ( - // <> - // Extend or customize your website layout by reusing React. Docusaurus can - // be extended while reusing the same header and footer. - // - // ), - // }, + { + title: <>Powered by Zephyrâ„¢, + imageUrl: "img/undraw_zephyr.svg", + description: ( + <> + With a wide range of architecture support, ZMK is ready for many existing keyboards. + + ), + }, + { + title: <>Permissive Licensing, + imageUrl: "img/undraw_open_source.svg", + description: ( + <> + MIT licensed to remove any future limitations in innovation. + + ), + }, + { + title: <>Wireless First, + imageUrl: "img/undraw_wireless.svg", + description: ( + <> + Designed for the future, including wireless support. + + ), + }, ]; function Feature({ imageUrl, title, description }) { @@ -69,7 +66,7 @@ function Home() {
Date: Wed, 10 Jun 2020 22:03:52 -0500 Subject: Add missing border change --- docs/src/pages/styles.module.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/src/pages') diff --git a/docs/src/pages/styles.module.css b/docs/src/pages/styles.module.css index 3f90e3d..9b1ac01 100644 --- a/docs/src/pages/styles.module.css +++ b/docs/src/pages/styles.module.css @@ -22,6 +22,7 @@ .getStarted { color: #fff; + border-color: #fff; } .getStarted:hover { -- cgit v1.2.3 From fa4519b596c2cb9f805135e530bb94be0cbf5ad1 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 10 Jun 2020 22:07:21 -0500 Subject: Add missing button border definition --- docs/src/pages/styles.module.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/src/pages') diff --git a/docs/src/pages/styles.module.css b/docs/src/pages/styles.module.css index 9b1ac01..9e3ab99 100644 --- a/docs/src/pages/styles.module.css +++ b/docs/src/pages/styles.module.css @@ -23,6 +23,7 @@ .getStarted { color: #fff; border-color: #fff; + border: solid 1px; } .getStarted:hover { -- cgit v1.2.3