diff --git a/src/icons/NotionIcon/index.tsx b/src/icons/NotionIcon/index.tsx new file mode 100644 index 0000000..5e969fb --- /dev/null +++ b/src/icons/NotionIcon/index.tsx @@ -0,0 +1,26 @@ +import styles from 'styles/index.module.scss'; +import BaseIcon from '../BaseIcon'; +import { SvgIconProps } from '../SvgIcon'; + +export default function NotionIcon({ + className, + debugBbox, +}: SvgIconProps): JSX.Element { + return ( + + + + + + ); +} diff --git a/src/pages/tech.tsx b/src/pages/tech.tsx index 17bf712..c1af960 100755 --- a/src/pages/tech.tsx +++ b/src/pages/tech.tsx @@ -4,6 +4,8 @@ import Timeline from 'components/Timeline'; import Typography from 'components/Typography'; import BaseLayout from 'layouts/BaseLayout'; import styles from 'styles/Tech.module.scss'; +import Link from 'next/link'; +import NotionIcon from '../icons/NotionIcon'; export default function Tech() { return ( @@ -15,6 +17,20 @@ export default function Tech() { The Tech committee builds various fun software projects across the stack for the campus community! +
+ + Interested in joining our team? View our notion page + here: + + + + +