import { ArrowUpRightIcon, ChevronRightIcon, ComputerDesktopIcon, DocumentIcon, MicrophoneIcon, NewspaperIcon, } from '@heroicons/react/24/outline'; import { DiscordIcon, SectionHeading, Strong, TextLink, } from '@nx/nx-dev/ui-common'; import { YoutubeIcon } from '@nx/nx-dev/ui-icons'; import Link from 'next/link'; const yearsAgo = new Date().getFullYear() - 2017; export function TeamAndCommunity(): JSX.Element { return (
Backed by an awesome team and a thriving community. Founded {yearsAgo} years ago by two ex-Googlers, our mission is to revolutionize software development with the power of{' '} monorepos and OSS . We are joined by a{' '} talented and enthusiastic team , many of which are publicly recognized GDEs and MVPs. We closely collaborate with many{' '} OSS projects {' '} and companies in the ecosystem. Our team is highly motivated to{' '} bring you the best learning material through various channels.
); }