Files

51 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2023-11-15 17:42:16 +00:00
---
title: Join the community
hide_title: true
pagination_prev: null
pagination_next: null
displayed_sidebar: null
hide_table_of_contents: true
---
import { Grid, Box, SocialCard } from '/src/components/mdx'
# Join the community
<Box bottom={24}>
<p>
Join the Logos Research community!
</p>
<p>
Keep up to date with our latest research by connecting with us on our community's channels.
</p>
2023-11-15 17:42:16 +00:00
</Box>
<Box top={32} bottom={56} style={{paddingBottom: 0}}>
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<SocialCard
href='https://x.com/LogosRnD'
2023-12-05 02:30:13 +09:00
logoSrc="/icons/x-black.svg"
logoSrcDark="/icons/x-white.svg"
2023-11-15 17:42:16 +00:00
description='Follow us on X'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href='https://discord.com/invite/PQFdubGt6d'
2023-12-05 02:30:13 +09:00
logoSrc="/icons/discord-black.svg"
2023-11-15 17:42:16 +00:00
logoSrcDark="/icons/discord-white.svg"
description='Join the community on Discord'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
2026-02-13 14:02:09 +01:00
href="https://forum.research.logos.co/"
logoSrc="/theme/image/logo-black.svg"
2023-11-15 17:42:16 +00:00
logoSrcDark="/theme/image/logo.svg"
description="Share your thoughts on the latest research on the Logos Research forum"
2023-11-15 17:42:16 +00:00
/>
</Grid.Item>
</Grid>
</Box>