From 7065da784fc2dbc9bd72473c78bef448482812bf Mon Sep 17 00:00:00 2001 From: yangshun Date: Sun, 17 Nov 2019 05:44:46 -0800 Subject: [PATCH] misc(v2): branding update --- website/docusaurus.config.js | 3 ++- website/src/pages/index.js | 13 ++++++------- website/src/pages/styles.module.css | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a1bd007375d7..68113228bce4 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -7,7 +7,8 @@ module.exports = { title: 'Docusaurus', - tagline: 'Easy to Maintain Open Source Documentation Websites', + tagline: + 'An optimized site generator in React. Docusaurus helps you to move fast and write content. Build documentation websites, blogs, marketing pages, and more.', organizationName: 'facebook', projectName: 'docusaurus', baseUrl: '/', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 43940511ba9c..1fc1bbe29a32 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -64,9 +64,7 @@ function Home() { const {siteConfig = {}} = context; return ( - +

@@ -75,9 +73,10 @@ function Home() { className={styles.heroLogo} src={useBaseUrl('img/docusaurus_keytar.svg')} /> - {siteConfig.title} makes it easy to maintain{' '} - Open Source{' '} - documentation websites. + Build optimized{' '} + websites quickly + , focus on your{' '} + content

-

Document Search

+

Content Search

Make it easy for your community to find what they need in your documentation. We proudly support Algolia documentation search. diff --git a/website/src/pages/styles.module.css b/website/src/pages/styles.module.css index 51ce6dbd1e39..8e03e28a52dc 100644 --- a/website/src/pages/styles.module.css +++ b/website/src/pages/styles.module.css @@ -63,7 +63,7 @@ .heroProjectTagline { color: #fff; - font-size: 64px; + font-size: 60px; margin: 0; } @@ -117,7 +117,6 @@ color: #fff; font-size: 24px; font-weight: bold; - margin-right: 24px; padding: 18px 36px; } @@ -127,6 +126,7 @@ .indexCtasGitHubButton { border: none; + margin-left: 24px; overflow: hidden; }