-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
202 lines (202 loc) · 11.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Lucas Maciel Francisco (Luk4x)" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" />
<link rel="shortcut icon" href="./assets/faviconluk4x.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css" />
<link href="https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css" rel="stylesheet" />
<title>Netflix Brazil - Watch TV Shows Online, Watch Movies Online</title>
</head>
<body>
<header>
<nav>
<img src="./assets/netflix.svg" alt="Netflix logo" />
<div class="nav-btn-wrapper">
<img src="./assets/internet.png" alt="internet" />
<button id="btn-language">English</button>
<i class="bx bxs-down-arrow"></i>
<select name="language" id="language" onchange="location.href=this.value">
<option value="https://luk4x.github.io/netflix-start-page-clone/">English</option>
<option value="https://luk4x.github.io/netflix-start-page-clone/br">Português</option>
</select>
<button class="signin-btn">Sign In</button>
</div>
</nav>
<article class="header-content">
<h1>Unlimited movies, TV shows, and more.</h1>
<h2>Watch anywhere. Cancel anytime.</h2>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<div class="user-input">
<input autocomplete="email" type="text" name="user-email" class="user-email" id="input-email1" required />
<label for="input-email1" class="email-label">Email address</label>
<button class="started-btn">Get Started</button>
</div>
</article>
</header>
<div class="line"></div>
<section class="netflix-showcase">
<article class="section-content">
<h1>Enjoy on your TV.</h1>
<h2 id="first-section-description">Watch on Smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blu-ray players, and more.</h2>
</article>
<aside class="first-animation-wrapper">
<img src="./assets/tv.png" alt="TV image" />
<video src="./assets/video-tv-0819.m4v" type="video/mp4" autoplay loop muted></video>
</aside>
</section>
<div class="line"></div>
<section class="netflix-showcase reverse">
<aside class="second-animation-wrapper">
<img class="background-img" src="./assets/mobile-0819.jpg" alt="cell phone image" />
<div class="stranger-things-card">
<div class="stranger-things-inner-card">
<img class="banner-img" src="./assets/boxshot.png" alt="stranger things card" />
<div class="stranger-things-txt">
<p>Stranger Things</p>
<p>Downloading...</p>
</div>
</div>
<img class="download-img" src="./assets/download-icon.gif" alt="" />
</div>
</aside>
<article class="section-content" id="stranger-things-content">
<h1>Download your shows to watch offline.</h1>
<h2>Save your favorites easily and always have something to watch.</h2>
</article>
</section>
<div class="line"></div>
<section class="netflix-showcase">
<article class="section-content">
<h1>Watch everywhere.</h1>
<h2>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV without paying more.</h2>
</article>
<aside class="third-animation-wrapper">
<div class="third-inner-animation-wrapper">
<img src="./assets/device-pile.png" alt="netflix device pile" />
<video src="./assets/video-devices.m4v" type="video/mp4" autoplay loop muted></video>
</div>
</aside>
</section>
<div class="line"></div>
<section class="netflix-showcase reverse">
<aside class="fourth-animation-wrapper">
<img src="assets/AAAABdFTpLmANuJpYneLq8L5m7CunMCi8e8Nl4y7xaPVWzG3IeoDoq17egTQAthApKg_4sdRWdwuR8KadWu1frjL3JQImpwq.png" alt="netflix kids image" />
</aside>
<article class="section-content" id="kids-content">
<h1>Create profiles for kids.</h1>
<h2 id="fourth-section-description">Send kids on adventures with their favorite characters in a space made just for them—free with your membership.</h2>
</article>
</section>
<div class="line"></div>
<section class="questions">
<h1>Frequently Asked Questions</h1>
<ul id="faq-list">
<li>
<button class="question">What is Netflix?</button>
<p class="answer-paragraph">Netflix is a streaming service that offers a wide variety of award-winning TV shows, movies, anime, documentaries, and more on thousands of internet-connected devices.<br /><br />You can watch as much as you want, whenever you want without a single commercial – all for one low monthly price. There's always something new to discover and new TV shows and movies are added every week!</p>
</li>
<li>
<button class="question">How much does Netflix cost?</button>
<p class="answer-paragraph">Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one fixed monthly fee. Plans range from BRL25.90 to BRL55.90 a month. No extra costs, no contracts.</p>
</li>
<li>
<button class="question">Where can i watch?</button>
<p class="answer-paragraph">Watch anywhere, anytime. Sign in with your Netflix account to watch instantly on the web at netflix.com from your personal computer or on any internet-connected device that offers the Netflix app, including smart TVs, smartphones, tablets, streaming media players and game consoles.<br /><br />You can also download your favorite shows with the iOS, Android, or Windows 10 app. Use downloads to watch while you're on the go and without an internet connection. Take Netflix with you anywhere.</p>
</li>
<li>
<button class="question">How do i cancel?</button>
<p class="answer-paragraph">Netflix is flexible. There are no pesky contracts and no commitments. You can easily cancel your account online in two clicks. There are no cancellation fees - start or stop your account anytime.</p>
</li>
<li>
<button class="question">What can i watch on Netflix?</button>
<p class="answer-paragraph">Netflix has an extensive library of feature films, documentaries, TV shows, anime, award-winning Netflix originals, and more. Watch as much as you want, anytime you want.</p>
</li>
<li>
<button class="question">Is Netflix good for kids?</button>
<p class="answer-paragraph">The Netflix Kids experience is included in your membership to give parents control while kids enjoy family-friendly TV shows and movies in their own space.<br /><br />Kids profiles come with PIN-protected parental controls that let you restrict the maturity rating of content kids can watch and block specific titles you don’t want kids to see.</p>
</li>
</ul>
<p id="email-paragraph">Ready to watch? Enter your email to create or restart your membership.</p>
<div class="user-input">
<input autocomplete="email" type="text" name="user-email" class="user-email" id="input-email2" required />
<label for="input-email2" class="email-label">Email address</label>
<button class="started-btn">Get Started</button>
</div>
</section>
<div class="line"></div>
<footer>
<div class="footer-wrapper">
<p class="tel-paragraph">Questions? Call <a href="tel:0800-761-4632">0800-761-4632</a></p>
<ul class="footer-links">
<li>
<a href="https://help.netflix.com/en/node/412">FAQ</a>
</li>
<li>
<a href="https://help.netflix.com/">Help Center</a>
</li>
<li>
<a href="https://www.netflix.com/youraccount">Account</a>
</li>
<li>
<a href="https://media.netflix.com/">Media Center</a>
</li>
<li>
<a href="http://ir.netflix.com/">Investor Relations</a>
</li>
<li>
<a href="https://jobs.netflix.com/jobs">Jobs</a>
</li>
<li>
<a href="https://www.netflix.com/redeem">Redeem Gift Cards</a>
</li>
<li>
<a href="https://www.netflix.com/gift-cards">Buy Gift Cards</a>
</li>
<li>
<a href="https://www.netflix.com/watch">Ways to Watch</a>
</li>
<li>
<a href="https://help.netflix.com/legal/termsofuse">Terms of Use</a>
</li>
<li>
<a href="https://help.netflix.com/legal/privacy">Privacy</a>
</li>
<li>
<a href="https://www.netflix.com/br-en/#">Cookie Preferences</a>
</li>
<li>
<a href="https://help.netflix.com/legal/corpinfo">Corporate Information</a>
</li>
<li>
<a href="https://help.netflix.com/contactus">Contact Us</a>
</li>
<li>
<a href="https://fast.com/">Speed Test</a>
</li>
<li>
<a href="https://help.netflix.com/legal/notices">Legal Notices</a>
</li>
<li>
<a href="https://www.netflix.com/br-en/browse/genre/839338">Only on Netflix</a>
</li>
</ul>
<div class="footer-btn-wrapper">
<img src="./assets/internet.png" alt="internet" />
<select name="language" id="languageDown" onchange="location.href=this.value">
<option value="https://luk4x.github.io/netflix-start-page-clone/">English</option>
<option value="https://luk4x.github.io/netflix-start-page-clone/br">Português</option>
</select>
<i class="bx bxs-down-arrow"></i>
</div>
<p class="netflix-footer-paragraph">Netflix Brazil</p>
</div>
</footer>
</body>
<script src="./app.js"></script>
</html>