feat: implement new design
This commit is contained in:
parent
1d659e234b
commit
1e1fc1a8e8
|
@ -15,7 +15,7 @@
|
|||
"typecheck": "tsc"
|
||||
},
|
||||
"dependencies": {
|
||||
"@acid-info/logos-docusaurus-preset": "^1.0.0-topic-cta.1",
|
||||
"@acid-info/logos-docusaurus-preset": "^1.0.0-topic-nimbus.4",
|
||||
"@docusaurus/core": "2.4.1",
|
||||
"@docusaurus/preset-classic": "2.4.1",
|
||||
"@docusaurus/theme-mermaid": "^2.4.1",
|
||||
|
|
|
@ -16,11 +16,10 @@ html {
|
|||
}
|
||||
|
||||
|
||||
.mdx-roadmap {
|
||||
.mdx-roadmap__header {
|
||||
border-top: none !important;
|
||||
html[data-theme='light'] {
|
||||
.mdx-showcase-card__inner {
|
||||
img {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
.mdx-roadmap__timeline {
|
||||
margin-top: 32px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,77 +4,45 @@ description: Run Nimbus on lightweight devices or enterprise-grade servers with
|
|||
---
|
||||
|
||||
import {
|
||||
Hero,
|
||||
HeroTitle,
|
||||
HeroDescription,
|
||||
HeroActions,
|
||||
HeroAction,
|
||||
CallToActionSection,
|
||||
CallToActionButton,
|
||||
FeatureList,
|
||||
SectionHeader,
|
||||
Roadmap,
|
||||
HeroInfo,
|
||||
Box,
|
||||
Grid,
|
||||
ProfileCard,
|
||||
Roadmap,
|
||||
SectionHeader,
|
||||
ShowcaseCard,
|
||||
LogoCarousel,
|
||||
InputCTASection,
|
||||
} from '../components/mdx'
|
||||
|
||||
|
||||
<Box top={{ xs: 32 }} bottom={{ xs: 144, lg: 216 }}>
|
||||
<HeroTitle>
|
||||
{'LIGHT AND HIGH PERFORMING ETHEREUM CLIENTS'}
|
||||
</HeroTitle>
|
||||
<HeroDescription>
|
||||
{'Run Nimbus on lightweight devices or enterprise-grade servers with equal ease and peace of mind. Trusted by solo stakers and node operators alike.'}
|
||||
</HeroDescription>
|
||||
<HeroActions>
|
||||
<HeroAction variant="outlined" href="/about">
|
||||
Learn more
|
||||
</HeroAction>
|
||||
</HeroActions>
|
||||
</Box>
|
||||
<Hero size="large" verticalAlign="center">
|
||||
<HeroInfo hideScrollToBottom>
|
||||
<HeroTitle uppercase={false}>
|
||||
Light and High Performing Ethereum Clients
|
||||
</HeroTitle>
|
||||
<HeroDescription>
|
||||
Run Nimbus on lightweight devices or enterprise-grade servers with equal
|
||||
ease and peace of mind. Trusted by solo stakers and node operators alike.
|
||||
</HeroDescription>
|
||||
<HeroActions>
|
||||
<HeroAction variant="outlined" href="/about">
|
||||
Get Involved
|
||||
</HeroAction>
|
||||
</HeroActions>
|
||||
</HeroInfo>
|
||||
</Hero>
|
||||
|
||||
<FeatureList
|
||||
id="clients"
|
||||
alignment="top"
|
||||
ctaPosition="top"
|
||||
title="Features"
|
||||
features={[
|
||||
{
|
||||
title: 'Consensus Client',
|
||||
description:
|
||||
'Monitor the beacon chain and join the network as a validator.',
|
||||
},
|
||||
{
|
||||
title: 'Verified Web3 Proxy',
|
||||
description:
|
||||
'Independently verify data received from RPC endpoints and add a layer of protection.',
|
||||
},
|
||||
{
|
||||
title: 'Portal Client',
|
||||
description:
|
||||
'An ultra-light client that contributes to the network and immediately usable from a fresh install.',
|
||||
},
|
||||
{
|
||||
title: 'Execution Client',
|
||||
description:
|
||||
'A lightweight execution layer client to complement the consensus client - coming soon.',
|
||||
},
|
||||
]}
|
||||
>
|
||||
<CallToActionButton variant="outlined" size="small" href="/about/clients" target="_self">
|
||||
Read more
|
||||
</CallToActionButton>
|
||||
</FeatureList>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<SectionHeader title="Nimbus attributes">
|
||||
<CallToActionButton variant="outlined" size="small" href="/about">
|
||||
Read more
|
||||
</CallToActionButton>
|
||||
</SectionHeader>
|
||||
<Box top={{ xs: 64, lg: 100 }}>
|
||||
<Box>
|
||||
<SectionHeader noBorder title="Nimbus Clients"></SectionHeader>
|
||||
<Box top={{ xs: 64 }}>
|
||||
<Grid
|
||||
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
||||
lg={{ cols: 4, gap: '1rem' }}
|
||||
|
@ -82,63 +50,126 @@ import {
|
|||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={1}
|
||||
name="Easy to use"
|
||||
description={
|
||||
<>Nimbus offers a simple and easy to use consensus layer client that combines beacon node and validator client in one, or the flexibility to run the two independently. Get up and running quickly using <a href='https://nimbus.guide/quick-start.html'>this simple guide</a>.</>
|
||||
}
|
||||
name="Consensus Client"
|
||||
description="Use Nimbus today to monitor the beacon chain and join the network as a validator."
|
||||
borderStyle="none"
|
||||
cta={{
|
||||
label: 'Read more',
|
||||
href: '/about/clients#consensus-client',
|
||||
target: '_self',
|
||||
}}
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={2}
|
||||
name="Lightweight"
|
||||
description="Nimbus' low resource footprint makes it an attractive option for solo stakers. Institutional node operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress."
|
||||
name="Verified Web3 Proxy"
|
||||
description="Enables you to independently verify data received from RPC endpoints."
|
||||
borderStyle="none"
|
||||
cta={{
|
||||
label: 'Read more',
|
||||
href: '/about/clients#verified-web3-proxy',
|
||||
target: '_self',
|
||||
}}
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={3}
|
||||
name="Resilient"
|
||||
description="Nimbus offers the ability to connect the validator client with multiple beacon nodes, and the beacon node with multiple execution layer clients, creating redundancy and resilience in your setup."
|
||||
|
||||
name="Portal Client"
|
||||
description="An ultra-light client that contributes to the network and does not require syncing."
|
||||
borderStyle="none"
|
||||
cta={{
|
||||
label: 'Read more',
|
||||
href: '/about/clients#portal-client',
|
||||
target: '_self',
|
||||
}}
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
index={4}
|
||||
name="Secure"
|
||||
description="Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group."
|
||||
/>
|
||||
name="Execution Client"
|
||||
description="A lightweight execution layer client to complement the consensus layer. [coming soon]"
|
||||
borderStyle="none"
|
||||
cta={{
|
||||
label: 'Read more',
|
||||
href: '/about/clients#execution-client',
|
||||
target: '_self',
|
||||
}}
|
||||
/>
|
||||
</Grid.Item>
|
||||
</Grid>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 214 }}>
|
||||
<FeatureList
|
||||
id="clients"
|
||||
alignment="top"
|
||||
ctaPosition="top"
|
||||
title="Nimbus Attributes"
|
||||
indexStyle="number"
|
||||
borderStyle="none"
|
||||
features={[
|
||||
{
|
||||
title: 'Easy to use',
|
||||
description:
|
||||
'Nimbus offers a simple consensus layer setup combining beacon node and validator clients, or the flexibility to run the two independently. Get up and running quickly using this simple guide.',
|
||||
},
|
||||
{
|
||||
title: 'Lightweight',
|
||||
description:
|
||||
'A low resource footprint makes Nimbus an attractive option for solo stakers and distributed validators. Institutional operators benefit from having more headroom in their setup, preventing failure when Ethereum is under stress.',
|
||||
},
|
||||
{
|
||||
title: 'Secure',
|
||||
description:
|
||||
'Nimbus has undergone extensive security testing from some of the leading security firms in blockchain technology, including ConsenSys Diligence, Trail Of Bits, and NCC Group.',
|
||||
},
|
||||
{
|
||||
title: 'Resilient',
|
||||
description:
|
||||
'Nimbus boosts resilience with distributed keystore support for pairing with multiple Web3Signer servers. It also creates redundancy and resilience against downtime by supporting multiple Beacon Nodes.',
|
||||
},
|
||||
]}
|
||||
></FeatureList>
|
||||
</Box>
|
||||
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
title="Run the Nimbus Consensus client"
|
||||
description={
|
||||
title={
|
||||
<>
|
||||
Follow the detailed<br/>step-by-step guide here
|
||||
Follow the detailed
|
||||
<br />
|
||||
step-by-step guide here
|
||||
</>
|
||||
}
|
||||
description={<>Run Nimbus in one of three setups</>}
|
||||
border={false}
|
||||
list={[
|
||||
{
|
||||
title: "Simple setup",
|
||||
href: "https://nimbus.guide/quick-start.html",
|
||||
description: "Run integrated Nimbus Beacon Node and Validator client together."
|
||||
title: 'Simple setup',
|
||||
description:
|
||||
'Run integrated Nimbus Beacon Node and Validator Client together.',
|
||||
href: 'https://nimbus.guide/quick-start.html',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: "Use Nimbus Beacon node",
|
||||
href: "https://nimbus.guide/quick-start.html",
|
||||
description: "Use Nimbus Beacon Node with an alternative validator client."
|
||||
title: 'Beacon setup',
|
||||
description:
|
||||
'Use Nimbus Beacon Node with an alternative validator client.',
|
||||
href: 'https://nimbus.guide/quick-start.html',
|
||||
target: '_blank',
|
||||
},
|
||||
{
|
||||
title: "Use Nimbus Validator client",
|
||||
href: "https://nimbus.guide/validator-client.html",
|
||||
description: "Use Nimbus Validator client with an alternative Beacon Node."
|
||||
}
|
||||
title: 'Validator setup',
|
||||
description:
|
||||
'Use Nimbus Validator Client with an alternative Beacon Node',
|
||||
href: 'https://nimbus.guide/quick-start.html',
|
||||
target: '_blank',
|
||||
},
|
||||
]}
|
||||
label="Get Nimbus"
|
||||
target="_blank"
|
||||
|
@ -146,7 +177,62 @@ import {
|
|||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
|
||||
<Box top={{ xs: 144, lg: 166 }}>
|
||||
<CallToActionSection
|
||||
columns={1}
|
||||
title="User Endorsements"
|
||||
border={false}
|
||||
align="left"
|
||||
description={
|
||||
<span>
|
||||
Nimbus is trusted by Etherem validators diverse in both size and operating requirements. <br/>
|
||||
But don't just take our word for it.
|
||||
</span>
|
||||
}
|
||||
ctaPosition="top"
|
||||
href="https://nimbus.team"
|
||||
label="Get Nimbus"
|
||||
target="_blank"
|
||||
/>
|
||||
<Box top={{ xs: 80 }}>
|
||||
<Grid
|
||||
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
||||
lg={{ cols: 4, gap: '1rem' }}
|
||||
>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="ethOS"
|
||||
description="We're thankful that Nimbus is building infrastructure that extends Ethereum, and is additive to a crypto-first mobile OS like ethOS. We know first hand that Nimbus is incredibly easy to work with, and boasts great dev support from the team."
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="DSRV"
|
||||
description="DSRV has been keen to improve client diversity, and we've been running Nimbus with close to 2000 validators over the last 16 months including Ethereum mainnet. We found Nimbus consensus client to be both reliable and easy to operate while requiring fewer resources, making it worth recommending to every validator– not just solo stakers."
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="Protolamba"
|
||||
description="Processing 60 billion attestation data points of the Ethereum Beacon Chain only took ~45 min. How? ( . . .) Thanks to the amazing work by Nimbus, this uses their era-format to read all beacon-chain data very quickly, in parallel slices, without much lookup cost."
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="Diva Staking"
|
||||
description="Happy to collaborate with the great minds from Nimbus to push the boundaries of staking & DVT!"
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
</Grid>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 190 }}>
|
||||
<LogoCarousel
|
||||
title="Nimbus Users"
|
||||
items={[
|
||||
|
@ -230,86 +316,22 @@ import {
|
|||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<Box top={{ xs: 144, lg: 166 }}>
|
||||
<CallToActionSection
|
||||
title="Community Suppport"
|
||||
border={false}
|
||||
columns={2}
|
||||
description={"Nimbus is trusted by Ethereum validators diverse in both size and operating requirements. But don't just take our word for it."}
|
||||
label="Try Nimbus for yourself"
|
||||
href="https://nimbus.guide/quick-start.html"
|
||||
target="_blank"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
columns={1}
|
||||
title="User Endorsements"
|
||||
border={false}
|
||||
align="center"
|
||||
description={
|
||||
<span>
|
||||
Nimbus is trusted by Etherem validators diverse in both size and operating requirements. <br/>
|
||||
But don't just take our word for it.
|
||||
</span>
|
||||
}
|
||||
href="https://nimbus.team"
|
||||
label="Get Nimbus"
|
||||
target="_blank"
|
||||
/>
|
||||
<Box top={{ xs: 100, lg: 100 }}>
|
||||
<Grid
|
||||
xs={{ cols: 2, wrap: true, gap: '1.5rem 1em' }}
|
||||
lg={{ cols: 4, gap: '1rem' }}
|
||||
>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="ethOS"
|
||||
description="We're thankful that Nimbus is building infrastructure that extends Ethereum, and is additive to a crypto-first mobile OS like ethOS. We know first hand that Nimbus is incredibly easy to work with, and boasts great dev support from the team."
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="DSRV"
|
||||
description="DSRV has been keen to improve client diversity, and we've been running Nimbus with close to 2000 validators over the last 16 months including Ethereum mainnet. We found Nimbus consensus client to be both reliable and easy to operate while requiring fewer resources, making it worth recommending to every validator– not just solo stakers."
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="Protolamba"
|
||||
description="Processing 60 billion attestation data points of the Ethereum Beacon Chain only took ~45 min. How? ( . . .) Thanks to the amazing work by Nimbus, this uses their era-format to read all beacon-chain data very quickly, in parallel slices, without much lookup cost."
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item>
|
||||
<ShowcaseCard
|
||||
name="Diva Staking"
|
||||
description="Happy to collaborate with the great minds from Nimbus to push the boundaries of staking & DVT!"
|
||||
borderStyle="none"
|
||||
/>
|
||||
</Grid.Item>
|
||||
</Grid>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
columns={1}
|
||||
title="Free and open source"
|
||||
description="Nimbus is being developed as a common good with liberal licensing to enable the broadest deployment of Ethereum possible."
|
||||
description="We're building Nimbus as a common good with liberal licensing to allow for the widest deployment of Ethereum possible."
|
||||
border={false}
|
||||
label='Donate'
|
||||
label="Get Nimbus"
|
||||
align="center"
|
||||
href="https://etherscan.io/address/0xDeb4A0e8d9a8dB30a9f53AF2dCc9Eb27060c6557"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<Box top={{ xs: 144, lg: 166 }}>
|
||||
<Roadmap
|
||||
title="Roadmap"
|
||||
alignment="top"
|
||||
noBorder
|
||||
timeline={[
|
||||
{
|
||||
period: [2018],
|
||||
|
@ -344,26 +366,21 @@ import {
|
|||
</Roadmap>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<Box top={{ xs: 144, lg: 166 }}>
|
||||
<CallToActionSection
|
||||
title={
|
||||
<span className='mdx-cta-section-heading-large'>
|
||||
Want to learn more about Nimbus? <br/>
|
||||
Join the Discord community.
|
||||
</span>
|
||||
}
|
||||
title="Community Suppport"
|
||||
border={false}
|
||||
label="Discord"
|
||||
columns={1}
|
||||
align='center'
|
||||
description={"Nimbus is trusted by Ethereum validators diverse in both size and operating requirements. But don't just take our word for it."}
|
||||
label="Try Nimbus for yourself"
|
||||
href="https://nimbus.guide/quick-start.html"
|
||||
target="_blank"
|
||||
href="https://discord.com/invite/EP8DZnXu9y"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<CallToActionSection
|
||||
title="Team"
|
||||
columns={1}
|
||||
/>
|
||||
<Box top={{ xs: 144, lg: 166 }}>
|
||||
<SectionHeader title="Team" noBorder />
|
||||
<Box top={{ xs: 40, md: 80 }}>
|
||||
<Grid
|
||||
xs={{ cols: 3, gap: '1rem', wrap: false, scrollButtons: false }}
|
||||
|
@ -471,7 +488,7 @@ import {
|
|||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 144, lg: 216 }}>
|
||||
<Box top={{ xs: 144, lg: 166 }}>
|
||||
<CallToActionSection
|
||||
title="Logos Network State"
|
||||
columns={1}
|
||||
|
@ -490,3 +507,44 @@ import {
|
|||
target="_blank"
|
||||
/>
|
||||
</Box>
|
||||
|
||||
<Box top={{ xs: 152, lg: 300 }}>
|
||||
<Grid
|
||||
xs={{ cols: 1, gap: '1rem' }}
|
||||
md={{ cols: 2 }}
|
||||
className="events-cta-sections"
|
||||
>
|
||||
<Grid.Item xs={1}>
|
||||
<InputCTASection
|
||||
description={
|
||||
'Want to get involved with Nimbus?\nJoin the Discord community.'
|
||||
}
|
||||
link="https://logos.co"
|
||||
label="Get Involved"
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item xs={1}>
|
||||
<InputCTASection
|
||||
description={'Subscribe\nto our newsletter'}
|
||||
label="Subscribe"
|
||||
formInput={[
|
||||
{
|
||||
label: 'Name',
|
||||
placeholder: 'Name',
|
||||
type: 'text',
|
||||
name: 'name',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: 'Email',
|
||||
placeholder: 'Enter your email',
|
||||
type: 'email',
|
||||
name: 'email',
|
||||
required: true,
|
||||
},
|
||||
]}
|
||||
formListId={5}
|
||||
/>
|
||||
</Grid.Item>
|
||||
</Grid>
|
||||
</Box>
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.74712 2.44701L8.40429 2.77516L8.39865 5.31835C8.38998 9.15543 8.6355 8.90488 4.81962 8.97147C1.14248 9.03566 1.50558 8.65094 1.47019 12.5205C1.43248 16.6323 1.10629 16.3067 5.26268 16.3067C9.19714 16.3067 8.90825 16.5758 8.90886 12.9093C8.90936 9.27222 8.71697 9.45405 12.5631 9.45405C16.1108 9.45405 15.8659 9.7297 15.8659 5.73646C15.8659 1.81251 16.1866 2.11885 12.0781 2.11885H9.08995L8.74712 2.44701ZM24.9171 2.40039L24.5878 2.68193L24.5585 5.73588L24.5292 8.78993L24.8761 9.12194L25.223 9.45405H27.8143C31.6245 9.45405 31.3917 9.23178 31.4315 12.9086C31.4712 16.5785 31.1717 16.3067 35.1752 16.3067C39.2304 16.3067 38.9563 16.5717 38.9563 12.6502C38.9563 8.72159 39.1802 8.97147 35.6614 8.97147C31.8023 8.97147 32.0664 9.22328 31.999 5.47886L31.9485 2.68173L31.6192 2.40029C31.1022 1.95835 25.4341 1.95835 24.9171 2.40039ZM19.7049 11.9356C19.4749 12.0505 19.2023 12.3503 18.8893 12.8321C18.6307 13.2302 18.1324 13.9903 17.7819 14.5211C17.4315 15.052 16.933 15.812 16.6742 16.2102C16.4154 16.6083 15.8009 17.5421 15.3087 18.2852C14.0458 20.1917 13.9013 19.644 16.8513 24.1358C20.4509 29.6171 19.9158 29.6137 23.4824 24.1768C26.5654 19.4771 26.5422 20.5552 23.6551 16.1341C20.7317 11.6574 20.5812 11.4975 19.7049 11.9356ZM2.02728 23.9078C1.47846 24.2334 1.4469 24.4275 1.4473 27.4688C1.4478 31.3496 1.17485 31.0622 4.89232 31.0969C8.6233 31.1319 8.40429 30.9077 8.40429 34.693V37.2699L8.74712 37.598L9.08995 37.9262H12.0292C16.1872 37.9262 15.8911 38.222 15.8461 34.1138C15.8045 30.3198 16.0743 30.591 12.3417 30.591C8.69519 30.591 8.90845 30.8066 8.90845 27.1212C8.90845 24.3465 8.87488 24.166 8.30679 23.8848C7.84115 23.6543 2.42093 23.6741 2.02728 23.9078ZM32.0306 23.9266C31.5092 24.2309 31.4948 24.3116 31.4942 26.9412C31.4934 30.7877 31.6792 30.591 28.0454 30.591C24.2583 30.591 24.5165 30.3057 24.5583 34.444L24.5878 37.3685L24.9369 37.6474C25.286 37.9262 25.286 37.9262 28.2672 37.9262C32.2983 37.9262 31.999 38.2084 31.999 34.408C31.999 31.8488 31.9989 31.8488 32.293 31.5336L32.5869 31.2184L35.3612 31.1701C39.1969 31.1034 38.945 31.3646 38.945 27.4542C38.945 23.5027 39.1832 23.7382 35.1854 23.7388C32.5576 23.7391 32.3286 23.7527 32.0306 23.9266Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
|
@ -0,0 +1,3 @@
|
|||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M15.5392 37.2413V29.6684H18.1196C23.3222 29.6684 26.5721 26.5619 26.5721 20.4023C26.5721 14.2426 23.378 11.0695 18.2033 11.0695H15.5392V3.46988H17.0735C20.6535 3.3122 24.2174 4.0183 27.4368 5.5231C32.4442 8.25628 35.5964 13.5227 35.5964 20.3489C35.5964 31.495 28.7201 37.2413 17.7012 37.2413H15.5392ZM14.0747 3.46988H5.05038V37.2413H14.0747V3.46988Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 478 B |
|
@ -0,0 +1,3 @@
|
|||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.92567 6.64442C3.92567 5.13568 5.14876 3.9126 6.6575 3.9126H33.3424C34.8512 3.9126 36.0743 5.13568 36.0743 6.64442C36.0743 8.15317 34.8512 9.37625 33.3424 9.37625H6.6575C5.14876 9.37625 3.92567 8.15317 3.92567 6.64442ZM3.92567 33.3554C3.92567 31.8467 5.14876 30.6236 6.6575 30.6236H33.3424C34.8512 30.6236 36.0743 31.8467 36.0743 33.3554C36.0743 34.8641 34.8512 36.0872 33.3424 36.0872H6.6575C5.14876 36.0872 3.92567 34.8641 3.92567 33.3554ZM10.7954 17.2683C9.28669 17.2683 8.06361 18.4913 8.06361 20.0001C8.06361 21.5088 9.28668 22.7319 10.7954 22.7319H29.2045C30.7132 22.7319 31.9363 21.5088 31.9363 20.0001C31.9363 18.4913 30.7132 17.2683 29.2045 17.2683H10.7954Z" fill="white"/>
|
||||
</svg>
|
After Width: | Height: | Size: 837 B |
|
@ -0,0 +1,4 @@
|
|||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="40" height="40" rx="20" fill="white"/>
|
||||
<path d="M14.1 12.0752H21.2229C22.6309 12.0752 23.766 12.4739 24.6281 13.2713C25.4901 14.0615 25.9212 15.1751 25.9212 16.6118C25.9212 17.8475 25.5368 18.9251 24.7681 19.8446C23.9995 20.7569 22.8177 21.2131 21.2229 21.2131H16.2444V27.9049H14.1V12.0752ZM23.7552 16.6226C23.7552 15.4588 23.3242 14.6686 22.4621 14.2519C21.988 14.0292 21.3378 13.9179 20.5117 13.9179H16.2444V19.4028H20.5117C21.4743 19.4028 22.2538 19.198 22.85 18.7886C23.4535 18.3791 23.7552 17.6571 23.7552 16.6226Z" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 652 B |
18
yarn.lock
18
yarn.lock
|
@ -19,14 +19,14 @@
|
|||
satori "^0.10.1"
|
||||
sharp "^0.32.1"
|
||||
|
||||
"@acid-info/logos-docusaurus-preset@^1.0.0-topic-cta.1":
|
||||
version "1.0.0-topic-cta.1"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-topic-cta.1.tgz#f140ec42327407825eab03d72d765a8661c6da4c"
|
||||
integrity sha512-hW91QVyp+mjSf/J03TB/oEVZxjrC53gGFrPFgXqFJB1CtNxdYTvpOt6tPjRNFp09n8R41+CcRVLArLHon8MI+A==
|
||||
"@acid-info/logos-docusaurus-preset@^1.0.0-topic-nimbus.4":
|
||||
version "1.0.0-topic-nimbus.4"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-preset/-/logos-docusaurus-preset-1.0.0-topic-nimbus.4.tgz#f7c4a341314c393bf1682a707eba7499e85e8985"
|
||||
integrity sha512-XC14q3iXFot1FxVgWzL3nYOZSzE6pCLZix3MgWo5ROo9E6SNIUIRR0tOOIwJwzwhoafr91/0AVCSfg1wJcp9xA==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "1.0.0-alpha.131"
|
||||
"@acid-info/logos-docusaurus-search-local" "1.0.0-alpha.111"
|
||||
"@acid-info/logos-docusaurus-theme" "1.0.0-topic-cta.1+fc595fb"
|
||||
"@acid-info/logos-docusaurus-theme" "1.0.0-topic-nimbus.4+2ad533b"
|
||||
"@docusaurus/core" "^2.4.1"
|
||||
"@docusaurus/module-type-aliases" "^2.4.1"
|
||||
"@docusaurus/preset-classic" "^2.4.1"
|
||||
|
@ -54,10 +54,10 @@
|
|||
"@easyops-cn/docusaurus-search-local" "^0.33.6"
|
||||
lodash "^4.17.21"
|
||||
|
||||
"@acid-info/logos-docusaurus-theme@1.0.0-topic-cta.1+fc595fb":
|
||||
version "1.0.0-topic-cta.1"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-topic-cta.1.tgz#75e03ccccc7548cc7a850eee6293531406ef2cc2"
|
||||
integrity sha512-ifE4egHZtZV/TFYxGpN1Fj1l40w9kATEcEz9foqP8OWMzcZre4raTZQ3HMaXQf+/XxBVIzhazn9xaXnhCfQwKQ==
|
||||
"@acid-info/logos-docusaurus-theme@1.0.0-topic-nimbus.4+2ad533b":
|
||||
version "1.0.0-topic-nimbus.4"
|
||||
resolved "https://registry.yarnpkg.com/@acid-info/logos-docusaurus-theme/-/logos-docusaurus-theme-1.0.0-topic-nimbus.4.tgz#3f8813446bbb5cf5d90f4f92b0138e97d63647b6"
|
||||
integrity sha512-S9mKgbJXzpVSmq7ilCRFoeDZ0Ed60m+p0rfbUx2wxJtwalYGqQdDKoiHZ9D4daqDqZ8eUgNKe5RYzZdTpTZokQ==
|
||||
dependencies:
|
||||
"@acid-info/docusaurus-og" "1.0.0-alpha.131"
|
||||
"@acid-info/lsd-react" "^0.1.0-beta.1"
|
||||
|
|
Loading…
Reference in New Issue