-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (60 loc) · 2.28 KB
/
index.html
File metadata and controls
69 lines (60 loc) · 2.28 KB
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
<head>
<title>NotFlix: A Clone</title>
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<script src="https://kit.fontawesome.com/6558e32495.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="showcase">
<div class="nav">
<h1 class="nav-content">NotFlix</h1>
<form class="nav-content" action="./sign-in.html">
<input class="nav-content" type="submit" Value="Sign In">
</form>
</div>
<div class="showcase-top">
</div>
<div class="showcase-content">
<h1>Unlimited Movies, Shows, and More</h1>
<p>Watch anywhere. Cancel anytime.</p>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
<input class="email-input" placeholder="Email Address" type="email">
<input class="big-btn" type="button" value="Get Started! >">
</div>
</div>
<div class="story watch-on-tv">
<div class="card">
<h1>Enjoy on your TV.</h1>
<p>Watch on Smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blu-ray players, and more.</p>
</div>
<div class="card">
<div style="font-size: 24px;">
<i class="fas fa-tv fa-10x"></i>
</div>
</div>
</div>
<div class="story download-watch">
<div class="card">
<div style="font-size: 24px;">
<i class="fas fa-mobile-alt fa-10x"></i>
</div>
</div>
<div class="card">
<h1>Download your shows to watch offline.</h1>
<p>Save your favorites easily and always have something to watch.</p>
</div>
</div>
<div class="story anywhere">
<div class="card">
<h1>Watch everywhere.</h1>
<p>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV without paying more.</p>
</div>
<div class="card">
<div style="font-size: 24px;">
<i class="fas fa-laptop fa-10x"></i>
</div>
</div>
</div>
</body>