nimbus-site/root-pages/community.mdx

40 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2023-12-15 09:16:16 +00:00
---
2024-04-15 14:48:55 +00:00
title: Join the Community
description: If you're part of a staking pool, an individual node operator, or interested in seeing Ethereum stay decentralised, there's a place for you in our community.
2023-12-15 09:16:16 +00:00
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!
2024-04-16 15:04:05 +00:00
Join us in our mission to enable client diversity and network decentralisation on Ethereum. Whether you're 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.
2023-12-15 09:16:16 +00:00
</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
2023-12-15 09:40:30 +00:00
href='https://discord.gg/XRxWahP'
2023-12-15 09:16:16 +00:00
logoSrc="/icons/discord-black.svg"
logoSrcDark="/icons/discord-white.svg"
description='Join the community on Discord'
/>
</Grid.Item>
</Grid>
2024-04-16 15:04:05 +00:00
</Box>