From e6353285a1d9e7638c9a6fb07d2b47f958641c9e Mon Sep 17 00:00:00 2001 From: TM64715 Date: Tue, 27 Jan 2026 23:41:13 -0500 Subject: [PATCH] resources --- src/components/Category.astro | 7 ++-- src/components/Header.astro | 1 + src/components/ListCategories.astro | 1 + src/pages/resources.astro | 54 +++++++++++++++++++++++++++++ 4 files changed, 61 insertions(+), 2 deletions(-) create mode 100644 src/pages/resources.astro diff --git a/src/components/Category.astro b/src/components/Category.astro index 00159ae..2630a1d 100644 --- a/src/components/Category.astro +++ b/src/components/Category.astro @@ -10,7 +10,8 @@ const isActive = (currentPath === '/' && name === 'Home') || (currentPath === '/contact' && name === 'Contact') || (currentPath === '/sponsors' && name === 'Sponsors') || - (currentPath === '/team' && name === 'Team') + (currentPath === '/team' && name === 'Team') || + (currentPath === '/resources' && name === 'Resources') --- Team + Resources Sponsors Contact diff --git a/src/components/ListCategories.astro b/src/components/ListCategories.astro index 24e31d8..bc8be30 100644 --- a/src/components/ListCategories.astro +++ b/src/components/ListCategories.astro @@ -14,6 +14,7 @@ const { activeCategory } = Astro.props )) } + diff --git a/src/pages/resources.astro b/src/pages/resources.astro new file mode 100644 index 0000000..ea83a79 --- /dev/null +++ b/src/pages/resources.astro @@ -0,0 +1,54 @@ +--- +// src/pages/resources.astro +import BaseLayout from '@/layouts/BaseLayout' +import TitlePage from '@/components/TitlePage' +import ListCategories from '@/components/ListCategories' +--- + + + + + +
+
+

+ Club Resources +

+

+ Important links and Resources +

+
+ +
+
+