From 6ed7d65aa3ff5e704320855d92cb9c3b9f2bff3f Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Thu, 14 Dec 2023 19:08:24 +0330 Subject: [PATCH] fix: adjust LogoCarousel image height --- .../docusaurus-playground/src/pages/index.mdx | 247 ++++++++++++++---- .../mdx/LogoCarousel/LogoCarousel.scss | 2 +- 2 files changed, 204 insertions(+), 45 deletions(-) diff --git a/packages/docusaurus-playground/src/pages/index.mdx b/packages/docusaurus-playground/src/pages/index.mdx index 02bc30d..b1750ee 100644 --- a/packages/docusaurus-playground/src/pages/index.mdx +++ b/packages/docusaurus-playground/src/pages/index.mdx @@ -2,7 +2,6 @@ import { Hero, HeroTitle, HeroDescription, - HeroVideo, HeroActions, HeroAction, CallToActionSection, @@ -20,77 +19,238 @@ import { ShowcaseCard, JobsPerDepartment, GithubChallenges, + LogoCarousel, } from '../components/mdx' import * as jobData from '/generated/jobs.json' import * as challengesData from '/generated/challenges.json' - - - {'Defend Against Data Censorship With Codex'} - - { - 'Codex is a durable, decentralized data storage protocol, created so the world community can preserve its most important knowledge without risk of censorship.' - } - - - - Follow Codex - - - - - - - - + + + {'LIGHT AND PERFORMANT CLIENTS, FOR THE ETHEREUM NETWORK'} + + + { + 'Run Nimbus on lightweight devices or premium servers with equal ease and peace of mind. Trusted by solo stakers and enterprise node operators alike.' + } + + + + Learn more + + + - Codex implements advanced erasure coding techniques - to ensure data stored is always retrievable without relying on - inefficient full replication methods. - - ), + title: 'Consensus Client', + description: + 'An ultra-light client that contributes to the network and does not require syncing.', }, { - title: 'Accessible', + title: 'Verified Web3 Proxy', description: - 'Participating in the Codex network is highly accessible thanks to its permissionless nature, and bandwidth usage optimizations like its "lazy repair" system and lightweight ZK-based remote auditing system.', + 'A lightweight execution layer client to complement the consensus layer - coming soon.', }, { - title: 'Decentralized', + title: 'Portal Client', description: - "The network's native marketplace incentivizes wide participation, ensuring robust resistance to censorship and external attack.", + 'An ultra-light client that contributes to the network and does not require syncing.', }, { - title: 'Low-cost', + title: 'Execution Client', description: - "Codex's design slashes the costs associated with traditional cloud storage providers while democratizing opportunities to contribute excess system resources to the network.", + 'A lightweight execution layer client to complement the consensus layer - coming soon.', }, ]} > - - Read more + + read more + + + + Read mroe + + + + + + + + + + + + + + + + + + + + + Follow the detailed +
+ step-by-step guide here + + } + list={[ + { + title: 'Simple setup', + description: + 'Run integrated Nimbus Beacon Node and Validator Client together.', + }, + { + title: 'Beacon setup', + description: + 'Use Nimbus Beacon Node with an alternative validator client.', + }, + { + title: 'Beacon setup', + description: + 'Use Nimbus Validator Client with an alternative Beacon Node', + }, + ]} + label="Get Nimbus" + target="_blank" + href="https://nimbus.guide/quick-start.html" />
+ + + + + + + + + + + + + + + + + + + + + + + + +