import { rem } from 'polished' import styled from 'styled-components' import { Form, Heading, SiteHeader, Text } from 'components' import styles from 'styles/Home.module.css' const LinkContainer = styled(Text)` margin-top: ${rem('8px')}; margin-bottom: ${rem('42px')}; a { color: #ff6ab9; } ` export default function Home() { return (

Take control of your career Connect Build meaningful relationships in a distributed community of Software Engineers Explore Get matched with challenging projects at exciting Silicon Valley startups and build impactful products Elevate Refine or expand your expertise through hands-on projects, peer-to-peer coaching and professional development opportunities
Commit is currently in closed-beta. Apply now to be a part of the community soon. Why you should apply today
) }