style: update styles based on latest design
This commit is contained in:
parent
8a9bf5e0e1
commit
8ea222c52c
|
@ -30,7 +30,6 @@ html[data-theme='light'] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.buttons-row {
|
.buttons-row {
|
||||||
margin-top: 32px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 16px;
|
gap: 16px;
|
||||||
}
|
}
|
||||||
|
@ -42,3 +41,20 @@ html[data-theme='light'] {
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin-top: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#open-source-and-support {
|
||||||
|
h3 {
|
||||||
|
max-width: 460px;
|
||||||
|
font-size: 18px !important;
|
||||||
|
line-height: 24px;
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
margin-top: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -104,7 +104,7 @@ import { Button } from '@acid-info/lsd-react'
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 214 }}>
|
<Box top={{ xs: 144, lg: 190 }}>
|
||||||
<FeatureList
|
<FeatureList
|
||||||
id="clients"
|
id="clients"
|
||||||
alignment="top"
|
alignment="top"
|
||||||
|
@ -134,7 +134,7 @@ import { Button } from '@acid-info/lsd-react'
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 216 }}>
|
<Box top={{ xs: 144, lg: 190 }}>
|
||||||
<CallToActionSection
|
<CallToActionSection
|
||||||
title="Get started"
|
title="Get started"
|
||||||
description={
|
description={
|
||||||
|
@ -203,7 +203,7 @@ import { Button } from '@acid-info/lsd-react'
|
||||||
name="DSRV"
|
name="DSRV"
|
||||||
logoSrc="/logo/dsrv.svg"
|
logoSrc="/logo/dsrv.svg"
|
||||||
logoSrcDark="/logo/dsrv.svg"
|
logoSrcDark="/logo/dsrv.svg"
|
||||||
description="DSRV iis running Nimbus with close to 2000 validators on the 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."
|
description="DSRV is running Nimbus with close to 2000 validators on the 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"
|
borderStyle="none"
|
||||||
/>
|
/>
|
||||||
</Grid.Item>
|
</Grid.Item>
|
||||||
|
@ -313,42 +313,48 @@ import { Button } from '@acid-info/lsd-react'
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 166 }}>
|
<Box top={{ xs: 144, lg: 190 }} id="open-source-and-support">
|
||||||
<CallToActionSection
|
<Grid
|
||||||
columns={1}
|
xs={{ cols: 2, gap: '1.5rem 1rem', wrap: false, scrollButtons: false }}
|
||||||
title="Free and open source"
|
md={{ cols: 2, gap: '1.5rem 1rem', wrap: true }}
|
||||||
description="Nimbus is being developed as a common good with liberal licensing to enable the broadest possible deployment of Ethereum."
|
>
|
||||||
border={false}
|
<Grid.Item>
|
||||||
/>
|
<CallToActionSection
|
||||||
<div className='buttons-row'>
|
columns={1}
|
||||||
<a href="https://github.com/status-im/nimbus-eth2" target='_blank'>
|
title="Free and open source"
|
||||||
<Button className='link-button' size='small'>
|
description="Nimbus is being developed as a common good with liberal licensing to enable the broadest possible deployment of Ethereum."
|
||||||
<div alt="GitHub" class='header-github-link' />
|
border={false}
|
||||||
<p>Consensus Client</p>
|
/>
|
||||||
</Button>
|
<div className='buttons-row'>
|
||||||
</a>
|
<a href="https://github.com/status-im/nimbus-eth2" target='_blank'>
|
||||||
<a href="https://github.com/status-im/nimbus-eth1" target='_blank'>
|
<Button className='link-button' size='small'>
|
||||||
<Button className='link-button' size='small'>
|
<div alt="GitHub" class='header-github-link' />
|
||||||
<div alt="GitHub" class='header-github-link' />
|
<p>Consensus Client</p>
|
||||||
<p>Execution Client</p>
|
</Button>
|
||||||
</Button>
|
</a>
|
||||||
</a>
|
<a href="https://github.com/status-im/nimbus-eth1" target='_blank'>
|
||||||
</div>
|
<Button className='link-button' size='small'>
|
||||||
|
<div alt="GitHub" class='header-github-link' />
|
||||||
|
<p>Execution Client</p>
|
||||||
|
</Button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</Grid.Item>
|
||||||
|
<Grid.Item>
|
||||||
|
<CallToActionSection
|
||||||
|
columns={1}
|
||||||
|
title="Support"
|
||||||
|
description="As a web3 public good, largely dependent on both Status and the Ethereum Foundation for funding, grants are our lifeblood. Donate to Nimbus and to support us in our pursuit for building and maintaining the lightest Ethereum clients accessible to all."
|
||||||
|
border={false}
|
||||||
|
label="Donate"
|
||||||
|
target="_blank"
|
||||||
|
href="https://etherscan.io/address/0xDeb4A0e8d9a8dB30a9f53AF2dCc9Eb27060c6557s"
|
||||||
|
/>
|
||||||
|
</Grid.Item>
|
||||||
|
</Grid>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 166 }}>
|
<Box top={{ xs: 144, lg: 190 }}>
|
||||||
<CallToActionSection
|
|
||||||
columns={1}
|
|
||||||
title="Support"
|
|
||||||
description="As a web3 public good, largely dependent on both Status and the Ethereum Foundation for funding, grants are our lifeblood. Donate to Nimbus and to support us in our pursuit for building and maintaining the lightest Ethereum clients accessible to all."
|
|
||||||
border={false}
|
|
||||||
label="Donate"
|
|
||||||
target="_blank"
|
|
||||||
href="https://etherscan.io/address/0xDeb4A0e8d9a8dB30a9f53AF2dCc9Eb27060c6557s"
|
|
||||||
/>
|
|
||||||
</Box>
|
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 166 }}>
|
|
||||||
<Roadmap
|
<Roadmap
|
||||||
title="Timeline"
|
title="Timeline"
|
||||||
noBorder
|
noBorder
|
||||||
|
@ -395,7 +401,7 @@ import { Button } from '@acid-info/lsd-react'
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 166 }}>
|
<Box top={{ xs: 144, lg: 190 }}>
|
||||||
<SectionHeader title="Team" noBorder />
|
<SectionHeader title="Team" noBorder />
|
||||||
<Box top={{ xs: 40, md: 80 }}>
|
<Box top={{ xs: 40, md: 80 }}>
|
||||||
<Grid
|
<Grid
|
||||||
|
|
Loading…
Reference in New Issue