diff --git a/src/components/Resources.tsx b/src/components/Resources.tsx index c6da3d0..3a2479f 100644 --- a/src/components/Resources.tsx +++ b/src/components/Resources.tsx @@ -3,31 +3,94 @@ import { Github, FileText } from 'lucide-react' const Resources = () => { return ( -
-

Resources

-

- Access our curated collection of programming resources, tutorials, and documentation to support your learning journey. -

-
- - - SFU OS Dev club Github Organization - - - - Documentation - +
+ + {/* Hero Section */} +
+
+

Resources

+

+ Access our curated collection of programming resources, tutorials, and documentation to support your learning journey. +

+ +

>

./HOME +
+
+
+ +
+
+
+ {/* Collaborate with Us Column */} +
+

Collaborate with Us

+ + + + + GitHub + + + + + + + Discord + +
+ + {/* Learn and Explore Column */} + +
+
+ + {/* Join Us CTA Banner Section */} +
+
+

Start Your Journey With Us

+ +
+
) } diff --git a/src/index.css b/src/index.css index 83cd045..11d2ec1 100644 --- a/src/index.css +++ b/src/index.css @@ -38,6 +38,10 @@ body { @apply bg-secondary text-white hover:bg-secondary-dark; } +.btn-third { + @apply bg-primary text-white hover:bg-primary-light; +} + .section-title { @apply text-4xl font-bold mb-8 text-white; }