|
|
|
@ -6,6 +6,9 @@ import { EmailSignup } from "../components/EmailSignup"; |
|
|
|
|
import Content from "../content/get-involved.mdx"; |
|
|
|
|
import styles from "./get-involved.module.css"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @todo fix codey image with svg |
|
|
|
|
*/ |
|
|
|
|
export default function GetInvolved() { |
|
|
|
|
return ( |
|
|
|
|
<div className={styles.pageContainer}> |
|
|
|
@ -18,7 +21,6 @@ export default function GetInvolved() { |
|
|
|
|
<Link href="/about/team">Programme Committee</Link>! |
|
|
|
|
</p> |
|
|
|
|
</div> |
|
|
|
|
{/* TODO: FIX CODEY SINCE ITS NOT SVG */} |
|
|
|
|
<Image src="images/get-involved-codey.svg" className={styles.codey} /> |
|
|
|
|
</div> |
|
|
|
|
<div className={styles.content}> |
|
|
|
|