-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
177 lines (174 loc) · 7.59 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
<!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">
<script src="https://kit.fontawesome.com/90f0b90fef.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/style.css">
<title>Netflix - Watch TV Shows, Movies Online</title>
</head>
<body>
<header class="showcase">
<div class="showcase-top">
<img src="https://upload.wikimedia.org/wikipedia/commons/7/7a/Logonetflix.png" alt="Netflix" class="logo" >
<a href="" class="btn btn-rounded">Sign in</a>
</div>
<div class="showcase-content">
<h1>See what's next</h1>
<p>Watch anywhere. Cancel anytime</p>
<a href="" class="btn btn-xl">
Watch Free For 30 Days <i class="fas fa-chevron-right btn-icon"></i>
</a>
</div>
</header>
<section class="tabs">
<div class="container">
<div id="tab-1" class="tab-item tab-border">
<i class="fas fa-door-open fa-3x"></i>
<p class="hide-sm">Cancel Anytime</p>
</div>
<div id="tab-2" class="tab-item">
<i class="fas fa-tablet-alt fa-3x"></i>
<p class="hide-sm">Watch Anywhere</p>
</div>
<div id="tab-3" class="tab-item">
<i class="fas fa-tags fa-3x"></i>
<p class="hide-sm">Pick your price</p>
</div>
</div>
</section>
<section class="tab-content">
<div class="container">
<!-- tab content 1 -->
<div id="tab-1-content" class="tab-content-item show">
<div class="tab-1-content-inner">
<div>
<p class="text-lg">
You can watch as much as you want, whenever you want, without a single ad - all for one low monthly price.
</p>
<a href="#" class="btn btn-lg">Watch Free For 30 Days</a>
</div>
<img src="images/mac.png" alt="">
</div>
</div>
<!-- tab-2 content -->
<div id="tab-2-content" class="tab-content-item">
<div class="tab-2-content-top">
<p class="text-lg">
There's always something new to discover, and new TV shows and movies are added every week!
</p>
<a href="#" class="btn btn-lg">Watch Free For 30 Days</a>
</div>
<div class="tab-2-content-bottom">
<div>
<img src="images/tv.png" alt="">
<p class="text-md">Watch everywhere.</p>
<p class="text-dark">Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</p>
</div>
<div>
<img src="images/kids.png" alt="">
<p class="text-md">Create profiles for children.</p>
<p class="text-dark">Send children on adventures with their favourite characters in a space made just for them—free with your membership.</p>
</div>
<div>
<img src="images/phone.jpg" alt="">
<p class="text-md">Download your shows to watch offline.</p>
<p class="text-dark">Save your favourites easily and always have something to watch.</p>
</div>
</div>
</div>
<!-- tab 3 content -->
<div id="tab-3-content" class="tab-content-item">
<div class="text-center">
<p class="text-lg">Choose one plan and watch everything on Netflix</p>
<a href="#" class="btn btn-lg">Watch Free For 30 Days</a>
</div>
<table class="table">
<thead>
<tr>
<th></th>
<th>Basic</th>
<th>Standard</th>
<th>Premium</th>
</tr>
</thead>
<tbody>
<tr>
<td>Monthly price after free month ends on 12/01/2023</td>
<td>$8.99</td>
<td>$12.99</td>
<td>$15.99</td>
</tr>
<tr>
<td>HD Available</td>
<td><i class="fas fa-times"></i></td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
</tr>
<tr>
<td>Ultra HD Available</td>
<td><i class="fas fa-times"></i></td>
<td><i class="fas fa-times"></i></td>
<td><i class="fas fa-check"></i></td>
</tr>
<tr>
<td>Screens you can watch on at the same time</td>
<td>1</td>
<td>2</i></td>
<td>3</i></td>
</tr>
<tr>
<td>Unlimited movies and TV Shows</td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
</tr>
<tr>
<td>Cancel anytime</td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
</tr>
<tr>
<td>First month free</td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
<td><i class="fas fa-check"></i></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<footer class="footer">
<p>Questions? Call 000-800-919-1694</p>
<div class="footer-cols">
<ul>
<li><a href="">FAQ</a></li>
<li><a href="">Investor Relations</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Speed Test</a></li>
</ul>
<ul>
<li><a href="">Help Center</a></li>
<li><a href="">Jobs</a></li>
<li><a href="">Cookie Preferences</a></li>
<li><a href="">Legal Notices</a></li>
</ul>
<ul>
<li><a href="">Account</a></li>
<li><a href="">Ways to Watch</a></li>
<li><a href="">Corporate Information</a></li>
<li><a href="">Only on Netflix</a></li>
</ul>
<ul>
<li><a href="">Media Center</a></li>
<li><a href="">Terms of Use</a></li>
<li><a href="">Contact Us</a></li>
</ul>
</div>
</footer>
<script src="javascript/main.js"></script>
</body>
</html>