From 5d9fcb43eea5fe6fdfe087cb96e907558bf855a4 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Thu, 21 Dec 2023 21:23:15 +0100 Subject: [PATCH] Improve tagline (#268) Signed-off-by: Christian Berendt --- docusaurus.config.js | 2 +- src/components/HomepageFeatures/index.js | 8 ++++---- src/pages/index.js | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3a42aa6f94..e9894bc1b2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = themes.dracula; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'OSISM – Open Cloud Infrastructure', - tagline: 'Get your data center ready for the cloud.', + tagline: 'Get your data center ready for the mulit-cloud era', favicon: 'img/favicon.ico', // Set the production url of your site here diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js index 21a2d65bfb..2580f36207 100644 --- a/src/components/HomepageFeatures/index.js +++ b/src/components/HomepageFeatures/index.js @@ -4,7 +4,7 @@ import styles from './styles.module.css'; const FeatureList = [ { - title: 'Cloud Infrastructure with OpenStack', + title: 'Infrastructure as a Service (IaaS) with OpenStack', Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> @@ -13,7 +13,7 @@ const FeatureList = [ ), }, { - title: 'Cloud Network with SONiC & OVN', + title: 'Software Defined Networking (SDN) with SONiC & OVN', Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, description: ( <> @@ -22,7 +22,7 @@ const FeatureList = [ ), }, { - title: 'Cloud Storage with Ceph', + title: 'Software Defined Storage (SDS) with Ceph', Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, description: ( <> @@ -31,7 +31,7 @@ const FeatureList = [ ), }, { - title: 'Bare Metal as a Service with Ironic', + title: 'Bare Metal as a Service (BMaaS) with Ironic', Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, description: ( <> diff --git a/src/pages/index.js b/src/pages/index.js index 20a2fed9f4..bc4295e1db 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -12,8 +12,8 @@ function HomepageHeader() { return (
-

{siteConfig.title}

-

{siteConfig.tagline}

+

Get your data center ready for the multi-cloud era

+

OSISM provides production-grade OpenStack, Ceph & Kubernetes for ISVs, service providers & enterprises

); @@ -23,7 +23,7 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( + description="OSISM – Open Cloud Infrastructure">