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 +

+
+ +
+
+

Club Calendar

+

+ Stay up to date with all of our events and meetings. +

+
+ +
+
+ +
+
+
+