47 lines
1.3 KiB
Plaintext
47 lines
1.3 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={48} bottom={24}>
|
|
Welcome to the Nomos Community!
|
|
</Box>
|
|
|
|
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'
|
|
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'
|
|
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'
|
|
logoSrc="/icons/github-black.svg"
|
|
logoSrcDark="/icons/github-white.svg"
|
|
description='Contribute to Github'
|
|
/>
|
|
</Grid.Item>
|
|
</Grid>
|
|
</Box>
|