38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
|
---
|
||
|
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>
|