Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
arcane-2004 authored Sep 21, 2024
1 parent 222d3c5 commit bb07ec3
Show file tree
Hide file tree
Showing 12 changed files with 474 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/Assets/Images/Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/children.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/Assets/Images/language.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/mobile-0819.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/Assets/Images/plus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Images/tv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Assets/Videos/video-devices-in.m4v
Binary file not shown.
Binary file added docs/Assets/Videos/video-tv-in-0819.m4v
Binary file not shown.
159 changes: 159 additions & 0 deletions docs/Index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Netflix India – Watch TV Shows Online, Watch Movies Online</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
</head>

<body>
<div class="main">
<nav>
<span><img width="54px" src="Assets/Images/Logo.svg" alt=""></span>
<div>
<button class="btn eng ">English</button>
<button class="btn btn-red-sm">Sign In</button>
</div>
</nav>
<div class="box">
</div>
<div class="hero">
<span>Enjoy big movies, hit series and more from ₹149</span>
<span>Starts at ₹149. Cancel anytime.</span>
<span>Ready to watch? Enter your email to create or restart your membership.</span>
<div class="hero-button">
<input type="text" placeholder="Email Address">
<button class="btn btn-red ">Get Started &gt</button>
</div>
</div>
<div class="separation"></div>
</div>

<section class="first">
<div>
<span>Enjoy on your TV</span>
<span> watch on smart TVs, PlayStation, Xbox, Chromecast, Apple TV, Blu-ray players and more.</span>
</div>
<div class="secImg">
<img src="Assets/Images/tv.png" alt="">
<video src="Assets/Videos/video-tv-in-0819.m4v" autoplay loop muted></video>
</div>

</section>
<div class="separation"></div>

<section class="first second">

<div class="secImg">
<img src="Assets/Images/mobile-0819.jpg" alt="">
</div>

<div>
<span>Download your shows to watch offline</span>
<span> Save your favourites easily and always have something to watch.</span>
</div>
</section>
<div class="separation"></div>

<section class="first third">
<div>
<span>Watch everywhere</span>
<span> Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</span>
</div>
<div class="secImg">
<img src="Assets/Images/tv.png" alt="">
<video src="Assets/Videos/video-devices-in.m4v" autoplay loop muted></video>
</div>
</section>
<div class="separation"></div>

<section class="first fourth">
<div class="secImg">
<img src="Assets/Images/children.png" alt="">
</div>

<div>
<span>Create profiles for kids</span>
<span>Send children on adventures with their favourite characters in a space made just for them—free with
your membership</span>
</div>
</section>
<div class="separation"></div>

<section class="faq">
<h2>Frequently Asked Questions</h2>
<div class="faqbox">
<span>What is Netflix</span>
<img width="27px" src="Assets/Images/plus.svg" alt="">
</div>

<div class="faqbox">
<span>How much does Netflix cost?</span>
<img width="27px" src="Assets/Images/plus.svg" alt="">
</div>

<div class="faqbox">
<span>What can I watch on Netflix?</span>
<img width="27px" src="Assets/Images/plus.svg" alt="">
</div>

<div class="faqbox">
<span>Where can I watch?</span>
<img width="27px" src="Assets/Images/plus.svg" alt="">
</div>

<div class="faqbox">
<span>Is Netflix good for children?</span>
<img width="27px" src="Assets/Images/plus.svg" alt="">
</div>
</section>

<section class="end">
<span>
Ready to watch? Enter your email to create or restart your membership.
</span>
<div class="hero-button">
<input type="text" placeholder="Email Address">
<button class="btn btn-red ">Get Started &gt</button>
</div>
</section>

<div class="separation"></div>

<footer>
<div class="question">Questions? Call 000-800-919-1694</div>

<div class="footer">
<div class="footer-items">
<a href="">FAQ</a>
<a href="">Investor Relations</a>
<a href="">Privacy</a>
<a href="">Speed Test</a>
</div>
<div class="footer-items">
<a href="">Help Centre</a>
<a href="">Jobs</a>
<a href="">Cookie Preferences</a>
<a href="">Legal Notices</a>
</div>
<div class="footer-items">
<a href="">Account</a>
<a href="">Ways to Watch</a>
<a href="">Corporate Information</a>
<a href="">Only on Netflix</a>
</div>
<div class="footer-items">
<a href="">Media Centre</a>
<a href="">Terms of Use</a>
<a href="">Contact Us</a>
</div>
</div>
<button class="btn eng">English</button>
<div class="india">Netflix India</div>
</footer>
</body>

</html>
Binary file added docs/favicon.ico
Binary file not shown.
Loading

0 comments on commit bb07ec3

Please sign in to comment.