GradGather’s Clubs section highlights the university’s active societies, giving alumni a way to stay connected with campus life and financially support the communities that shaped them. The clubs listing page presents all four societies in a responsive grid, and clicking through to an individual club page reveals full details, alumni testimonials, and a direct path to making a donation.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/meenalsingh0/GradGather/llms.txt
Use this file to discover all available pages before exploring further.
Clubs Listing
The clubs listing page is served atGET /clubs and renders clubs.hbs. It displays the four university clubs in a four-column CSS grid, each club represented by a logo image, a name, a category label, and a short description.
TechnoX
Technical Society — TechnoX is a vibrant college technical society that fosters innovation, hosts workshops, and organizes events to enhance technical skills and knowledge among students. Links to
/techno for the full club detail page.Bizeco
Entrepreneurship Society — A dynamic college entrepreneurship society fostering innovation, providing resources, and mentoring students to develop and launch impactful startup ideas and ventures. ⚠️ Club detail link is currently broken (see note below).
NSS Club
Social Service — The NSS Club promotes community service through volunteerism, addressing social issues, and fostering a spirit of empathy and social responsibility among students. ⚠️ Club detail link is currently broken (see note below).
Niyantran
Yoga & Wellness Club — Niyantran promotes holistic well-being through yoga, mindfulness, and wellness practices for a balanced and healthy student life. ⚠️ Club detail link is currently broken (see note below).
TechnoX Club Detail (/techno)
Clicking the TechnoX card navigates to /techno, which renders techno.hbs — a dedicated landing page for the technical society. The page is structured into five sections:
Hero
A full-width hero banner with the heading “Welcome to TechnoX” and the tagline “Where innovation meets collaboration. Empowering future leaders to make an impact through technology.”
About
A prose section describing the club: “Founded in 2015, TechnoX is a college club focused on fostering technological innovation and entrepreneurship among students. Our mission is to empower students to turn ideas into impactful projects and startups.”
Core Values
A three-column values grid presenting Innovation (out-of-the-box thinking and creativity), Collaboration (teamwork at the core of every solution), and Impact (projects that address real-world challenges).
Alumni Members
A section titled “Our Alumni” with a short paragraph noting that TechnoX alumni have gone on to lead tech companies, start businesses, and hold influential roles at global organisations.
Supporting Clubs
Alumni can contribute to any of the four clubs through the Donations page. Campaigns for club hackathons and initiatives are listed at/donation. See the Donations page for the full payment flow.
Routes Reference
| Method | Path | Description |
|---|---|---|
| GET | /clubs | All clubs listing |
| GET | /techno | TechnoX club detail |