diff --git a/docs_website/docusaurus.config.ts b/docs_website/docusaurus.config.ts index 13501d1..c52189d 100644 --- a/docs_website/docusaurus.config.ts +++ b/docs_website/docusaurus.config.ts @@ -111,7 +111,7 @@ const config: Config = { items: [ { label: 'ThreeFold.io', - to: 'https://threefold.io', + href: 'https://threefold.io', }, { label: 'GitHub', diff --git a/docs_website/src/components/HomepageFeatures/index.tsx b/docs_website/src/components/HomepageFeatures/index.tsx index 50a9e6f..a1b1829 100644 --- a/docs_website/src/components/HomepageFeatures/index.tsx +++ b/docs_website/src/components/HomepageFeatures/index.tsx @@ -10,32 +10,29 @@ type FeatureItem = { const FeatureList: FeatureItem[] = [ { - title: 'Easy to Use', - Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default, + title: 'Part of a Worldwide Grid', + Svg: require('@site/static/img/clouds.svg').default, description: ( <> - Docusaurus was designed from the ground up to be easily installed and - used to get your website up and running quickly. + The ThreeFold Grid is available in 60+ countries with thousands of nodes! ), }, { - title: 'Focus on What Matters', - Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default, + title: 'Get ThreeFold Nodes', + Svg: require('@site/static/img/nodes.svg').default, description: ( <> - Docusaurus lets you focus on your docs, and we'll do the chores. Go - ahead and move your docs into the docs directory. + Get ThreeFold nodes to provide compute, storage and network resources to the world. ), }, { - title: 'Powered by React', - Svg: require('@site/static/img/undraw_docusaurus_react.svg').default, + title: 'Earn Rewards', + Svg: require('@site/static/img/rewards.svg').default, description: ( <> - Extend or customize your website layout by reusing React. Docusaurus can - be extended while reusing the same header and footer. + Deploy nodes and contribute to the growth of the ThreeFold Grid to earn rewards! ), }, diff --git a/docs_website/static/img/clouds.svg b/docs_website/static/img/clouds.svg new file mode 100644 index 0000000..2087b6a --- /dev/null +++ b/docs_website/static/img/clouds.svg @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file diff --git a/docs_website/static/img/logo.svg b/docs_website/static/img/logo.svg index 11eda84..567d83f 100644 --- a/docs_website/static/img/logo.svg +++ b/docs_website/static/img/logo.svg @@ -1,36 +1,120 @@ - - - - - - 91 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs_website/static/img/logo2.svg b/docs_website/static/img/logo2.svg new file mode 100644 index 0000000..11eda84 --- /dev/null +++ b/docs_website/static/img/logo2.svg @@ -0,0 +1,36 @@ + + + + + + 91 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs_website/static/img/nodes.svg b/docs_website/static/img/nodes.svg new file mode 100644 index 0000000..3076954 --- /dev/null +++ b/docs_website/static/img/nodes.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/docs_website/static/img/rewards.svg b/docs_website/static/img/rewards.svg new file mode 100644 index 0000000..c98dcbf --- /dev/null +++ b/docs_website/static/img/rewards.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file