The official website for Kubernetes Community Days (KCD) New Delhi 2026.
- Framework: Next.js 16
- Styling: Tailwind CSS 4
- Language: TypeScript
- Fonts: Outfit (Google Fonts)
The design for this website is available on Figma:
# Install dependencies
npm install
# Run development server
npm run devOpen http://localhost:3000 to view the site.
src/
├── app/
│ ├── page.tsx # Main landing page
│ ├── layout.tsx # Root layout with fonts
│ └── globals.css # Global styles
└── components/
├── Navbar.tsx # Navigation bar
├── Hero.tsx # Hero section with countdown
├── About.tsx # About the event
├── EventJourney.tsx # Event timeline/agenda
├── Speakers.tsx # Call for speakers
├── Venue.tsx # Venue info & FAQ
├── Team.tsx # Organisers & Volunteers
├── Sponsors.tsx # Sponsorship CTA
└── Footer.tsx # Footer with links
MIT License - © 2025 KCD New Delhi