diff --git a/components/people.tsx b/components/people.tsx index a444c35..63a3878 100644 --- a/components/people.tsx +++ b/components/people.tsx @@ -1,5 +1,5 @@ import { math } from 'polished'; -import { useState } from 'react'; +import { ReactNode, useState } from 'react'; import styled from 'styled-components'; import { LinkComponent, Title } from '../components/section'; @@ -88,7 +88,7 @@ export function Person({ }: { name: string; year?: number; - position?: string; + position?: ReactNode; }) { return ( diff --git a/pages/officers.tsx b/pages/officers.tsx index 71fa4b0..00a3d64 100644 --- a/pages/officers.tsx +++ b/pages/officers.tsx @@ -13,36 +13,78 @@ export default function Contact() { Meet the ACM Officers! - - - - - - + + {/* Active officers */} + + + + + + + + + Advisor
+ Quant Gym/GeoGuessr Co-Director + + } /> - + Advisor
+ Quant Gym/GeoGuessr Co-Director + + } /> + + + - - + + + + + +
+ + {/* Alumni */}