Skip to content

abhishekOvO/Web-Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎬 Netflix Landing Page Clone

A static Netflix India landing page clone built with HTML & CSS. This project replicates the official Netflix homepage UI with responsive design, hero sections, and interactive styling.

It is a frontend-only project made for learning and practice purposes β€” no backend or real video streaming.


πŸš€ Features

  • Netflix-style hero section with background image & overlay

  • Navigation bar with logo, language selector, and Sign In button

  • Call-to-action input for email signup

  • Multiple showcase sections:

    • Enjoy on your TV (with embedded video inside TV image)
    • Download shows on mobile
    • Watch everywhere (multi-device streaming demo)
    • Kids profile section
  • FAQ section (Frequently Asked Questions) with expandable items (UI ready)

  • Footer with signup form

  • Responsive layout using Flexbox & media queries


πŸ“‚ Project Structure

Netflix/
│── index.html        # Main HTML file
│── style.css         # Styling for the page
│── favicon.ico       # Netflix-style favicon
│── logo.svg          # Netflix logo
│── bg.jpg            # Background hero image
│── tv.png            # TV section image
│── kids.png          # Kids profile section image
│── mobile-0819.jpg   # Mobile section image
│── video1.m4v        # Sample video for "Watch Everywhere"
│── video2.m4v        # Sample video for "Enjoy on your TV"
│── plus-svgrepo-com.svg # Icon for FAQ section

πŸ› οΈ Tech Stack

  • HTML5
  • CSS3 (Flexbox, positioning, hover effects)
  • Google Fonts (Martel Sans, Archivo Black)

πŸ“Έ Preview

(Add a screenshot or GIF here) Example:

Netflix Clone Preview


🧰 Setup & Usage

  1. Clone this repository

    git clone https://github.com/abhishekOvO/Web-Dev.git
    cd Web-Dev/Netflix
  2. Open index.html directly in your browser or run a local server:

    python3 -m http.server 8000

    Then visit πŸ‘‰ http://localhost:8000


🎯 Learning Highlights

  • Using background overlays for readability
  • Embedding video inside images with positioning
  • Handling flexbox layouts for different sections
  • Creating FAQ accordion structure (currently static, can be enhanced with JS)
  • Structuring a real-world landing page clone with sections & CTAs

βœ… Future Improvements

  • Add JavaScript interactivity to FAQ (expand/collapse answers)
  • Improve responsiveness for smaller devices
  • Add carousel/slider for movies & shows
  • Integrate with The Movie DB API for real movie data
  • Add sign-in / sign-up pages

πŸ“„ License

This project is for educational purposes only. Not affiliated with Netflix in any way.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors