nomos.tech/src/pages/community.mdx

41 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-09-20 17:18:48 +00:00
---
title: Join the community
wrapperClassName: community-container
2023-09-20 17:18:48 +00:00
---
import { Grid, Box, SocialCard } from '../components/mdx'
2023-09-20 17:18:48 +00:00
# Join the community
<Box top={48} bottom={24}>
Welcome to the Nomos Community!
</Box>
2023-09-20 17:18:48 +00:00
Join us as we build a novel blockchain layer ideal for a network state. Be the first to receive our latest news, access documentation, and celebrate with us as we get closer to realising the Logos network state.
<Box top={56} bottom={56}>
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<SocialCard
href='https://twitter.com/Nomos_tech'
logoSrcDark="/icons/x.svg"
description='Follow us on X'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href='https://discord.com/invite/NYDm83h46b'
logoSrcDark="/icons/discord-white.svg"
description='Join the community on Discord'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href='https://github.com/logos-co/nomos-node'
logoSrcDark="/icons/github-white.svg"
description='Contribute to Github'
/>
</Grid.Item>
</Grid>
</Box>