File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
components/HomepageFeatures Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const darkCodeTheme = themes.dracula;
8
8
/** @type {import('@docusaurus/types').Config } */
9
9
const config = {
10
10
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 ' ,
12
12
favicon : 'img/favicon.ico' ,
13
13
14
14
// Set the production url of your site here
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import styles from './styles.module.css';
4
4
5
5
const FeatureList = [
6
6
{
7
- title : 'Cloud Infrastructure with OpenStack' ,
7
+ title : 'Infrastructure as a Service (IaaS) with OpenStack' ,
8
8
Svg : require ( '@site/static/img/undraw_docusaurus_mountain.svg' ) . default ,
9
9
description : (
10
10
< >
@@ -13,7 +13,7 @@ const FeatureList = [
13
13
) ,
14
14
} ,
15
15
{
16
- title : 'Cloud Network with SONiC & OVN' ,
16
+ title : 'Software Defined Networking (SDN) with SONiC & OVN' ,
17
17
Svg : require ( '@site/static/img/undraw_docusaurus_tree.svg' ) . default ,
18
18
description : (
19
19
< >
@@ -22,7 +22,7 @@ const FeatureList = [
22
22
) ,
23
23
} ,
24
24
{
25
- title : 'Cloud Storage with Ceph' ,
25
+ title : 'Software Defined Storage (SDS) with Ceph' ,
26
26
Svg : require ( '@site/static/img/undraw_docusaurus_react.svg' ) . default ,
27
27
description : (
28
28
< >
@@ -31,7 +31,7 @@ const FeatureList = [
31
31
) ,
32
32
} ,
33
33
{
34
- title : 'Bare Metal as a Service with Ironic' ,
34
+ title : 'Bare Metal as a Service (BMaaS) with Ironic' ,
35
35
Svg : require ( '@site/static/img/undraw_docusaurus_mountain.svg' ) . default ,
36
36
description : (
37
37
< >
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ function HomepageHeader() {
12
12
return (
13
13
< header className = { clsx ( 'hero hero--primary' , styles . heroBanner ) } >
14
14
< 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 >
17
17
</ div >
18
18
</ header >
19
19
) ;
@@ -23,7 +23,7 @@ export default function Home() {
23
23
const { siteConfig} = useDocusaurusContext ( ) ;
24
24
return (
25
25
< Layout
26
- description = "Open Cloud Infrastructure" >
26
+ description = "OSISM – Open Cloud Infrastructure" >
27
27
< HomepageHeader />
28
28
< main >
29
29
< HomepageFeatures />
You can’t perform that action at this time.
0 commit comments