From 6e36852f3f1a1a0c55bc9cfd03be1bb25ff5cec5 Mon Sep 17 00:00:00 2001 From: Abhay Fernandes Date: Mon, 2 Sep 2024 11:37:11 -0400 Subject: [PATCH] Blank slate with testing --- src/components/Card.astro | 61 --------------------------------------- src/pages/index.astro | 4 +-- 2 files changed, 1 insertion(+), 64 deletions(-) delete mode 100644 src/components/Card.astro diff --git a/src/components/Card.astro b/src/components/Card.astro deleted file mode 100644 index bd6d597..0000000 --- a/src/components/Card.astro +++ /dev/null @@ -1,61 +0,0 @@ ---- -interface Props { - title: string; - body: string; - href: string; -} - -const { href, title, body } = Astro.props; ---- - - - diff --git a/src/pages/index.astro b/src/pages/index.astro index 2f512b9..d14116f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,8 +4,6 @@ import Layout from '../layouts/Layout.astro';
+

Software Engineering & Computing Society

- -