From 86ea4e9d77efaa3eb2997c6ee2bbf14210d919d9 Mon Sep 17 00:00:00 2001 From: Firmiana <68297279+firmianaw@users.noreply.github.com> Date: Fri, 11 Oct 2024 12:34:25 -0500 Subject: [PATCH] add base outline for people to fill out (#319) Co-authored-by: Saloni Vaishnav --- src/pages/infra.js | 13 +++++++++++++ src/styles/components/InfraCommittee.module.css | 0 2 files changed, 13 insertions(+) create mode 100644 src/pages/infra.js create mode 100644 src/styles/components/InfraCommittee.module.css diff --git a/src/pages/infra.js b/src/pages/infra.js new file mode 100644 index 00000000..95d1af52 --- /dev/null +++ b/src/pages/infra.js @@ -0,0 +1,13 @@ +export default function InfraCommittee() { + return ( +
+

Meet the Team!

+

+ our wonderful infrastructure committee +

+
+ {/* put something here... */} +
+
+ ); +} diff --git a/src/styles/components/InfraCommittee.module.css b/src/styles/components/InfraCommittee.module.css new file mode 100644 index 00000000..e69de29b