-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
458 lines (447 loc) · 20 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/huluicon.png" type="image/png">
<title>Stream TV and Movies Live and Online | Hulu</title>
<link rel="stylesheet" href="styles/utilities.css" />
<link rel="stylesheet" href="styles/home.css" />
</head>
<body>
<div class="page">
<!-- HERO SECTION -->
<section class="hero-section">
<!-- NAV BAR -->
<div class="nav-bar">
<div class="logo">
<img src="assets/hulu-logo.svg" alt="logo">
</div>
<button class="login-menu">
<span>LOG IN</span>
</button>
</div>
<div class="hero-container">
<div class="bundle-cards">
<!-- LEFT CARD -->
<div class="left-bundle-card">
<div class="bundle-title">
<p>DISNEY BUNDLE DUO BASIC</p>
</div>
<div class="bundle-images">
<img src="assets/hulu-disney.png">
</div>
<div class="bundle-price">
Both with ads, for $9.99/month.
</div>
<div class="left-btn">
<button class="hero-buttons">
<span>GET THEM BOTH</span>
</button>
</div>
</div>
<!-- RIGHT CARD -->
<div class="right-bundle-card">
<div class="bundle-title">
<p>DISNEY BUNDLE DUO BASIC</p>
</div>
<div class="bundle-images">
<img src="assets/hulu-disney-espn.png">
</div>
<div class="bundle-price">
All with ads, for $14.99/month.
</div>
<div class="right-btn">
<button class="hero-buttons">
<span>GET ALL THREE</span>
</button>
</div>
</div>
</div>
<!-- LEGAL SECTION -->
<div class="legal-sec">
<button class="terms">Terms apply</button>
<br>
<button class="signup">Sign up for Hulu only</button>
</div>
</div>
</section>
<!-- END OF HERO SECTION -->
<!-- CTA SECTION-->
<section class="cta">
<div class="cta-text">
<p>BUILD THE PLAN THAT'S RIGHT FOR YOU</p>
</div>
<div class="cta-btn">
<button>START BUILDING</button>
</div>
</section>
<!-- END OF CTA SECTION-->
<!-- LIBRARY SECTION -->
<section class="library">
<div class="library-content">
<span>INCLUDED IN ALL PLANS</span>
<h2>All The TV You Love</h2>
<p>Watch full seasons of exclusive streaming series, current-season
episodes, hit movies, Hulu Originals, kids shows, and more.</p>
</div>
<div class="movies-library">
<div class="library-grid">
<button>
<div class="item-wrapper-1">
<div class="movie">
<div class="movie-info">
<span>Past & Current Seasons</span>
<h3>TV Shows</h3>
</div>
</div>
</div>
</button>
<button>
<div class="item-wrapper-2">
<div class="movie">
<div class="movie-info">
<span>New & Classic</span>
<h3>Movies</h3>
</div>
</div>
</div>
</button>
<button>
<div class="item-wrapper-3">
<div class="movie">
<div class="movie-info">
<span>Groundbreaking</span>
<h3>Hulu Originals</h3>
</div>
</div>
</div>
</button>
<button>
<div class="item-wrapper-4">
<div class="movie">
<div class="movie-info">
<span>Add-on</span>
<h3>Premiums</h3>
</div>
</div>
</div>
</button>
<span class="premium-span">Premium network add-ons available for an additional cost</span>
</div>
</div>
</section>
<!-- LIBRARY SECTION ENDS-->
<!--LIVE STREAM SECTION-->
<section class="live-tv">
<div class="live-ads">
<p>HULU + LIVE TV, NOW WITH DISNEY+ AND ESPN+, ALL WITH ADS</p>
</div>
<div class="live-title">
<p>Live TV Makes It Better</p>
</div>
<div class="subheadline">
<p>Get 90+ top channels on Hulu (With Ads) + Live TV with your
favorite live sports, news, and events - plus the entire Hulu
streaming library. With Unlimited DVR, store Live TV recordings
for up to nine months and fast-forward through your DVR content.
Access endless entertainment with Disney+ and live sports with ESPN+.</p>
<div class="subheadline-btn">
<button class="subheadline-button">GET HULU + LIVE TV</button>
</div>
</div>
<div class="live-disclaimer">
<p>Hulu (With Ads) + Live TV plan only. $76.99/mo (or then-current,
regular monthly price). Regional restrictions, blackouts and Live TV terms apply.
Access content from each service separately. Location data required to watch
certain content. Unlimited DVR recording is not available for on-demand shows.
<button>See details.</button>
</p>
</div>
<button class="viewchannels-btn">VIEW CHANNELS IN YOUR AREA →</button>
</section>
<!--END OF LIVE STREAM SECTION-->
<!--LIVE SPORT SECTION-->
<section class="livesport-section">
<div class="livesport-outer-container">
<div class="livesport-inner-container">
<div class="tab-buttons">
<button class="ls-1">LIVE SPORTS</button>
<button class="ls-2">BREAKING NEWS</button>
<button class="ls-3">BIGGEST EVENTS</button>
</div>
<div class="livesport-headline">
<span>Live Sports</span>
</div>
<div class="livesport-subheadline">
<span>Catch your games at home or on the go.
Stream live games from major college and
pro leagues including the NCAA®, NBA, NHL,
NFL, and more. Includes top local and national
sports networks like ABC, CBS Sports Network,
ESPN, FOX, FS1, TNT, NFL Network and more.</span>
</div>
<div class="livesport-logos">
<div class="live-sport-c"><img src="assets/csbsportnetwork.png"></div>
<div class="live-sport-c"><img src="assets/redespn.png"></div>
<div class="live-sport-c"><img src="assets/fs1.svg"></div>
<div class="live-sport-c"><img src="assets/nflnetwork.png"></div>
</div>
<p>Live TV plan required. Regional restrictions, blackouts and additional terms apply.<button>See details</button></p>
</div>
</div>
</section>
<!--END OF LIVE SPORT SECTION-->
<!--PLAN SECTION-->
<section class="plan-section">
<div class="plan-header">
<h2 class="plan-headline">Select Your Plan</h2>
<div class="plan-header-description">
<p>No hidden fees, equipment rentals, or installation appointments.</p>
<b>Switch plans or cancel anytime.**</b>
</div>
</div>
<div class="plans-container">
<div class="plan-main-row">
<div class="r1-left-box">
<div class="r1-bundle-header">
<div class="r1-bundle-left">
<span>BASE PLANS</span>
<img src="assets/hulu-logo.svg">
</div>
<div class="r1-bundle-toggle">
<label class="switch">
<input type="checkbox">
<span class="slider round"></span>
</label>
</div>
<div class="r1-bundle-right">
<div class="r1-bundle-save">
<span>BUNDLE / SAVE</span>
</div>
<div class="r1-bundle-3images">
<img src="assets/hulu-disney-espn.png">
</div>
</div>
</div>
</div>
<div class="r1-middle-box">
<div class="r1-contents">
<div class="popular">
<span>MOST POPULAR</span>
</div>
<p>30 DAY FREE TRIAL</p>
<h3>Hulu (With Ads)</h3>
<button>$7.99 / MONTH</button>
</div>
</div>
<div class="r1-right-box">
<div class="r1-contents r1-right-c">
<p>30 DAY FREE TRIAL</p>
<h3>Hulu (No Ads)</h3>
<button>$17.99 / MONTH</button>
</div>
</div>
</div>
<div class="plan-feature">
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Monthly price</p>
</div>
<div class="plan-row-middle-b">
<p>$7.99/mo.</p>
</div>
<div class="plan-row-right-b">
<p>$17.99/mo.</p>
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Streaming Library with tons of TV episodes and movies</p>
</div>
<div class="plan-row-middle-b">
<img src="assets/greencheckmark.svg">
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Most new episodes the day after they air†</p>
</div>
<div class="plan-row-middle-b">
<img src="assets/greencheckmark.svg">
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Access to award-winning Hulu Originals</p>
</div>
<div class="plan-row-middle-b">
<img src="assets/greencheckmark.svg">
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Watch on your favorite devices, including TV, laptop, phone, or tablet</p>
</div>
<div class="plan-row-middle-b">
<img src="assets/greencheckmark.svg">
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Up to 6 user profilesUp to 6 user profiles</p>
</div>
<div class="plan-row-middle-b">
<img src="assets/greencheckmark.svg">
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Watch on 2 different screens at the same time</p>
</div>
<div class="plan-row-middle-b">
<img src="assets/greencheckmark.svg">
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>No ads in streaming library</p>
</div>
<div class="plan-row-middle-b">
<p>--</p>
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-rows">
<div class="plan-r-left-b">
<p>Download and watch</p>
</div>
<div class="plan-row-middle-b">
<p>--</p>
</div>
<div class="plan-row-right-b">
<img src="assets/greencheckmark.svg">
</div>
</div>
<div class="plan-row-before-last">
<p>†For current-season shows in the streaming library only</p>
<p>**Switches from Live TV to Hulu take effect as of the next billing cycle</p>
</div>
<div class="plan-row-last">
<div class="addons">
<p>Show Add-ons</p>
</div>
</div>
</div>
</div>
</section>
<!--END OF PLAN SECTION-->
<!--FOOTER-->
<footer>
<div class="footer-upper">
<div class="footer-uc1">
<div class="browse-row">
<h3>BROWSE</h3>
</div>
<div class="br">
<div class="br-1">
<ul class="br1-l1">
<li>Streaming Library</li>
<li>Live TV</li>
<li>Live News</li>
<li>Live Sports</li>
</ul>
</div>
<div class="br-2">
<ul class="br2-l2">
<li>TV Shows</li>
<li>Movies</li>
<li>Originals</li>
<li>Networks</li>
<li>Kids</li>
<li>FX</li>
</ul>
</div>
<div class="br-3">
<ul class="br3-l3">
<li>Max</li>
<li>Cinemax</li>
<li>Showtime</li>
<li>STARZ</li>
</ul>
</div>
<div class="br-4">
<ul class="br4-l4">
<li>Disney Bundle Trio Basic</li>
<li>Disney Bundle Trio Premium</li>
<li>Disney Bundle Duo Basic</li>
<li>Student Discount</li>
</ul>
</div>
</div>
</div>
<div class="footer-uc2">
<ul class="help-list">
<li>HELP</li>
<li>Account & Billing</li>
<li>Plans & Pricing</li>
<li>Supported Devices</li>
<li>Accessibility</li>
</ul>
</div>
<div class="footer-uc3">
<ul class="aboutus-list">
<li>ABOUT US</li>
<li>Shop Hulu</li>
<li>Press</li>
<li>Jobs</li>
<li>Contact</li>
<li>Guides | What to Watch</li>
</ul>
</div>
</div>
<div class="footer-lower">
<div class="socials">
<ul class="socials-list">
<li><img src="assets/facebook.svg"></li>
<li><img src="assets/twitter.svg"></li>
<li><img src="assets/youtube.svg"></li>
<li><img src="assets/instagram.svg"></li>
</ul>
</div>
<div class="legal-links">
<a>© 2023 Hulu, LLC</a>
<a><img src="assets/aboutusicon.png">About Ads</a>
<a>Subscriber Agreement</a>
<a>Privacy Policy</a>
<a>Do Not Sell or Share My Personal Information</a>
<a>Your US State Privacy Rights</a>
<a>TV Parental Guidelines</a>
<a>Sitemap</a>
</div>
</div>
</footer>
<!--FOOTER ENDS-->
</div>
</body>
</html>