Skip to content

saadakhtr29/kcd-delhi-website

 
 

Repository files navigation

KCD Delhi 2026 Website

The official website for Kubernetes Community Days (KCD) New Delhi 2026.

🚀 Tech Stack

  • Framework: Next.js 16
  • Styling: Tailwind CSS 4
  • Language: TypeScript
  • Fonts: Outfit (Google Fonts)

🎨 Design

The design for this website is available on Figma:

View Figma Design

📦 Getting Started

# Install dependencies
npm install

# Run development server
npm run dev

Open http://localhost:3000 to view the site.

📁 Project Structure

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

📄 License

MIT License - © 2025 KCD New Delhi

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.3%
  • HTML 1.8%
  • Other 0.9%