mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-23 03:08:16 +00:00
chore: adjust ProfileCards position:
This commit is contained in:
parent
e2a27b9f47
commit
ae7786700c
@ -120,24 +120,6 @@ import {
|
|||||||
<CallToActionButton href="https://docs.waku.org/" variant="outlined">Build on Waku</CallToActionButton>
|
<CallToActionButton href="https://docs.waku.org/" variant="outlined">Build on Waku</CallToActionButton>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 216 }}>
|
|
||||||
<CallToActionSection
|
|
||||||
title="Team"
|
|
||||||
columns={1}
|
|
||||||
/>
|
|
||||||
<ProfileCards
|
|
||||||
items={[
|
|
||||||
{
|
|
||||||
name: 'Name',
|
|
||||||
githubUsername: 'Github',
|
|
||||||
githubLink: 'https://github.com/',
|
|
||||||
discordUsername: 'Discord',
|
|
||||||
discordLink: 'https://discord.gg/',
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
</Box>
|
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 216 }}>
|
<Box top={{ xs: 144, lg: 216 }}>
|
||||||
<Roadmap
|
<Roadmap
|
||||||
title="Roadmap"
|
title="Roadmap"
|
||||||
@ -199,6 +181,24 @@ import {
|
|||||||
</Roadmap>
|
</Roadmap>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
|
<Box top={{ xs: 144, lg: 216 }}>
|
||||||
|
<CallToActionSection
|
||||||
|
title="Team"
|
||||||
|
columns={1}
|
||||||
|
/>
|
||||||
|
<ProfileCards
|
||||||
|
items={[
|
||||||
|
{
|
||||||
|
name: 'Name',
|
||||||
|
githubUsername: 'Github',
|
||||||
|
githubLink: 'https://github.com/',
|
||||||
|
discordUsername: 'Discord',
|
||||||
|
discordLink: 'https://discord.gg/',
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</Box>
|
||||||
|
|
||||||
<Box top={{ xs: 144, lg: 336 }}>
|
<Box top={{ xs: 144, lg: 336 }}>
|
||||||
<CallToActionSection
|
<CallToActionSection
|
||||||
title={
|
title={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user