import CardModel from './card-model'
import { Box, Flex, Grid, Heading, Image, Link, Text } from 'theme-ui'
import Buttons from './button'
import Event from '../events'
import Dot from '../../dot'
import Comma from '../../comma'
/** @jsxImportSource theme-ui */
const Cover = () => (
)
const Stats = ({ data, subheading, nonMobile = false }) => (
{data}
{subheading}
)
export default function Slack({ data, slackKey, events }) {
return (
t.util.gx('cyan', 'purple'),
minHeight: ['500px', '400px'],
py: [3, 3, 4]
}}
>
Our Online Community
Coding doesn’t have to be a solitary activity. At Hack Club,
we make remarkable things together, and in our Slack you’ll find
awesome people to hang out with too. Code together, find your programming
community, dream up something wild, or just #lounge.
Occasionally we invite someone we really want to speak to (like Sal
Khan, George Hotz, and Lady Ada) and host an{' '}
AMA
{' '}
with them.{' '}
Join our Slack
0 ? 'block' : 'none'
}}
>
)
}