mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-02-13 12:26:35 +00:00
chore: add the community page
This commit is contained in:
parent
de7336e4b2
commit
eed4302ef8
38
root-pages/community.mdx
Normal file
38
root-pages/community.mdx
Normal file
@ -0,0 +1,38 @@
|
||||
---
|
||||
title: Join the community
|
||||
pagination_prev: null
|
||||
pagination_next: null
|
||||
displayed_sidebar: null
|
||||
sidebar_class_name: hidden
|
||||
---
|
||||
|
||||
import { Grid, Box, SocialCard } from '/src/components/mdx'
|
||||
|
||||
# Join the community
|
||||
|
||||
<Box top={24} bottom={24}>
|
||||
Welcome to the Nimbus community!
|
||||
|
||||
Join us in our mission to enable client diversity and network decentralisation on Ethereum. Whether your part of a staking pool, an individual node operator, or just interested in seeing Ethereum infrastructure made as widely available as possible, join one of our communities to be part of the conversation.
|
||||
</Box>
|
||||
|
||||
<Box top={56} bottom={56}>
|
||||
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
|
||||
<Grid.Item xs={1}>
|
||||
<SocialCard
|
||||
href='https://twitter.com/ethnimbus'
|
||||
logoSrc="/icons/x-black.svg"
|
||||
logoSrcDark="/icons/x-white.svg"
|
||||
description='Follow us on X'
|
||||
/>
|
||||
</Grid.Item>
|
||||
<Grid.Item xs={1}>
|
||||
<SocialCard
|
||||
href='https://discord.waku.org'
|
||||
logoSrc="/icons/discord-black.svg"
|
||||
logoSrcDark="/icons/discord-white.svg"
|
||||
description='Join the community on Discord'
|
||||
/>
|
||||
</Grid.Item>
|
||||
</Grid>
|
||||
</Box>
|
Loading…
x
Reference in New Issue
Block a user