Skip to content

Commit 5d9fcb4

Browse files
authored
Improve tagline (#268)
Signed-off-by: Christian Berendt <berendt@osism.tech>
1 parent d8d0814 commit 5d9fcb4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = themes.dracula;
88
/** @type {import('@docusaurus/types').Config} */
99
const config = {
1010
title: 'OSISM – Open Cloud Infrastructure',
11-
tagline: 'Get your data center ready for the cloud.',
11+
tagline: 'Get your data center ready for the mulit-cloud era',
1212
favicon: 'img/favicon.ico',
1313

1414
// Set the production url of your site here

src/components/HomepageFeatures/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from './styles.module.css';
44

55
const FeatureList = [
66
{
7-
title: 'Cloud Infrastructure with OpenStack',
7+
title: 'Infrastructure as a Service (IaaS) with OpenStack',
88
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
99
description: (
1010
<>
@@ -13,7 +13,7 @@ const FeatureList = [
1313
),
1414
},
1515
{
16-
title: 'Cloud Network with SONiC & OVN',
16+
title: 'Software Defined Networking (SDN) with SONiC & OVN',
1717
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
1818
description: (
1919
<>
@@ -22,7 +22,7 @@ const FeatureList = [
2222
),
2323
},
2424
{
25-
title: 'Cloud Storage with Ceph',
25+
title: 'Software Defined Storage (SDS) with Ceph',
2626
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
2727
description: (
2828
<>
@@ -31,7 +31,7 @@ const FeatureList = [
3131
),
3232
},
3333
{
34-
title: 'Bare Metal as a Service with Ironic',
34+
title: 'Bare Metal as a Service (BMaaS) with Ironic',
3535
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
3636
description: (
3737
<>

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ function HomepageHeader() {
1212
return (
1313
<header className={clsx('hero hero--primary', styles.heroBanner)}>
1414
<div className="container">
15-
<h1 className="hero__title">{siteConfig.title}</h1>
16-
<p className="hero__subtitle">{siteConfig.tagline}</p>
15+
<h1 className="hero__title">Get your data center ready for the multi-cloud era</h1>
16+
<p className="hero__subtitle">OSISM provides production-grade OpenStack, Ceph & Kubernetes for ISVs, service providers & enterprises</p>
1717
</div>
1818
</header>
1919
);
@@ -23,7 +23,7 @@ export default function Home() {
2323
const {siteConfig} = useDocusaurusContext();
2424
return (
2525
<Layout
26-
description="Open Cloud Infrastructure">
26+
description="OSISM – Open Cloud Infrastructure">
2727
<HomepageHeader />
2828
<main>
2929
<HomepageFeatures />

0 commit comments

Comments
 (0)