nomos.tech/root-pages/community.mdx

47 lines
1.3 KiB
Plaintext
Raw Normal View History

2023-09-20 17:18:48 +00:00
---
title: Join the community
2023-10-25 14:44:16 +00:00
pagination_prev: null
pagination_next: null
displayed_sidebar: null
sidebar_class_name: hidden
2023-09-20 17:18:48 +00:00
---
2023-10-25 14:44:16 +00:00
import { Grid, Box, SocialCard } from '/src/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'
2023-12-01 14:06:09 +00:00
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.com/invite/NYDm83h46b'
2023-12-01 14:06:09 +00:00
logoSrc="/icons/discord-black.svg"
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'
2023-12-01 14:06:09 +00:00
logoSrc="/icons/github-black.svg"
logoSrcDark="/icons/github-white.svg"
description='Contribute to Github'
/>
</Grid.Item>
</Grid>
</Box>