"Leadership": , "Sports": , "Arts & Culture": , "Science & Technology": , "Community Service": , "Academic": , "Environment": , "Health & Wellness": , }; return icons[category] || ; }; const categoryColors: Record = { "Leadership": "bg-purple-100 text-purple-700", "Sports": "bg-green-100 text-green-700", "Arts & Culture": "bg-pink-100 text-pink-700", "Science & Technology": "bg-blue-100 text-blue-700", "Community Service": "bg-orange-100 text-orange-700", "Academic": "bg-indigo-100 text-indigo-700", "Environment": "bg-emerald-100 text-emerald-700", "Health & Wellness": "bg-rose-100 text-rose-700", }; return (
{/* Hero Section */}

Discover Your Potential

Explore extracurricular opportunities that align with your passions and help you grow as a student and leader.

{/* Decorative circles */}
{/* Featured Opportunities */}

Featured Opportunities

Highlighted programs and activities that are currently accepting applications

{featuredOpportunities.map((opportunity) => (
{opportunity.title}
{opportunity.category}

{opportunity.title}

{opportunity.shortDescription}

{opportunity.organization}
))}
{/* Categories Section */}

Explore by Category

Find opportunities that match your interests and goals

{categories.map((category) => (
{getCategoryIcon(category)}

{category}

{opportunities.filter(opp => opp.category === category).length} opportunities

))}
{/* Stats Section */}
12+
Opportunities

Diverse programs across multiple categories

8
Categories

From leadership to arts to technology

100%
Free Access

All information available at no cost

{/* Student Experiences Section */}

Hear from Fellow Students

Read real experiences from students who participated in these programs. Their insights can help you make the right choice!

); } {/* Hero Image */}
{opportunity.title}
Back to Browse
{opportunity.category} {opportunity.type} {opportunity.featured && ( Featured )}

{opportunity.title}

{opportunity.organization}

{/* Main Content */}
{/* Overview */}

Overview

{opportunity.description}

{/* Skills Gained */}

Skills You'll Gain

{opportunity.skillsGained.map((skill, index) => ( {skill} ))}
{/* Requirements */}

Requirements

    {opportunity.requirements.map((requirement, index) => (
  • {requirement}
  • ))}
{/* Related Opportunities */}

Similar Opportunities

{opportunities .filter(opp => opp.category === opportunity.category && opp.id !== opportunity.id ) .slice(0, 2) .map((relatedOpp) => (
{relatedOpp.title}

{relatedOpp.title}

{relatedOpp.shortDescription}

))}
{/* Sidebar */}
{/* Quick Info */}

Quick Information

Location
{opportunity.location}
Duration
{opportunity.duration}
Time Commitment
{opportunity.commitment}
Application Deadline
{opportunity.applicationDeadline}
{/* Additional Info */}

Need Help?

Have questions about this opportunity? Contact the organization directly for more information.

Email:{" "} {opportunity.contactEmail}

{/* Student Experiences */}

Student Experiences

Read what other students are saying about this opportunity, or share your own experience!

); } @import './fonts.css'; @import './tailwind.css'; @import './theme.css';

Page Not Found

The requested page was not found.