From d6218e1b055b5624e4c6dd4769f92b52234ea9a4 Mon Sep 17 00:00:00 2001 From: chark1es Date: Fri, 15 Mar 2024 20:59:36 -0700 Subject: [PATCH] restructure home page --- src/pages/index.astro | 51 ++++++++++++++++++++++++++----------------- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index f7add9e..d7a661c 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,5 +1,8 @@ --- import Layout from "../layouts/Layout.astro"; +import OfficerCard from "../components/react/OfficerCard.jsx"; +import Officers from "../data/officers.json"; +import OfficerTabs from "../components/react/OfficerTabs.jsx"; --- @@ -18,28 +21,28 @@ import Layout from "../layouts/Layout.astro"; > Join the 2nd largest IEEE student branch in the US! - + + + + @@ -146,6 +149,14 @@ import Layout from "../layouts/Layout.astro"; +
+ Meet our Board Members: +
+ + +