-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
139 lines (138 loc) · 5.94 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
<!DOCTYPE html>
<html>
<head>
<title>Netflix Indonesia - Watch TV Shows Online, Watch Movies...</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="https://www.macworld.co.uk/cmsdata/features/3653994/how-to-stop-netflix-buffering-logo_thumb800.jpg">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<header>
<div class="top">
<img class="logo" src="./img/logonew.png">
<a class="login" href="/login">Get On</a>
</div>
<div class="center">
<div class="center-text">
<h1>Unlimited movies, TV shows, and more.</h1>
<h2>Watch anywhere. Cancel anytime.</h2>
<h3>Ready to watch? Enter your email to create or restart your membership.</h3>
<div class="search-area">
<div class="searchformfld">
<input type="text" class="emailadress" id="emailadress" name="emailadress" placeholder=" "/>
<label for="emailadress">Email address</label>
</div>
<div class="search-button"><a class="search-button-link" href="#">GET STARTED <i class="material-icons" style=" font-size: 25px;">chevron_right</i></a></div>
</div>
</div>
</div>
</header>
<main>
<section>
<article>
<div>
<h1>Enjoy on your TV.</h1>
<h2>Watch on Smart TVs, Playstation, Xbox, Chromecast, Apple TV, Blu-ray players, and more.</h2>
</div>
<img src="./img/enjoy.png" >
</article>
<article>
<img src="./img/mobile.jpg" >
<div>
<h1>Download your shows to watch offline.</h1>
<h2>Save your favorites easily and always have something to watch.</h2>
</div>
</article>
<article>
<div>
<h1>Watch everywhere.</h1>
<h2>Stream unlimited movies and TV shows on your phone, tablet, laptop, and TV.</h2>
</div>
<img src="./img/device.png" >
</article>
</section>
<section>
<div class="faq">
<h1>Frequently Asked Questions</h1>
<div class="faq-content">
<div>
<div class="faq-question">What is Netflix?</div>
<div class="faq-answer">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!</div>
</div>
<div>
<div class="faq-question">How much does Netflix cost?</div>
<div class="faq-answer">Watch Netflix on your smartphone, tablet, Smart TV, laptop, or streaming device, all for one fixed monthly fee. Plans range from IDR54,000 to IDR186,000 a month. No extra costs, no contracts.</div>
</div>
<div>
<div class="faq-question">Where can I watch?</div>
<div class="faq-answer">Watch anywhere, anytime, on an unlimited number of devices. 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.</div>
</div>
<div>
<div class="faq-question">How do I cancel?</div>
<div class="faq-answer">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.</div>
</div>
<div>
<div class="faq-question">What can I watch on Netflix?</div>
<div class="faq-answer">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.</div>
</div>
</div>
<div>
<p>Ready to watch? Enter your email to create or restart your membership.</p>
</div>
<div class="search-area-bottom">
<div class="searchformfld">
<input type="text" class="emailadress" id="emailadress" name="emailadress" placeholder=" "/>
<label for="emailadress">Email address</label>
</div>
<div class="search-button"><a class="search-button-link" href="#">GET STARTED <i class="material-icons" style=" font-size: 25px;">
chevron_right</i></a></div>
</div>
</div>
</section>
</main>
<footer>
<a class="call">Questions? Call 007-803-321-2130</a>
<div>
<a>FAQ</a>
<a>Help Center</a>
<a>Account</a>
<a>Media Center</a>
<a>Investor Relations</a>
<a>Jobs</a>
<a>Ways to Watch</a>
<a>Terms of Use</a>
<a>Privacy</a>
<a>Cookie Preferences</a>
<a>Corporate Information</a>
<a>Contact Us</a>
<a>Speed Test</a>
<a>Legal Notices</a>
<a>Netflix Originals</a>
</div>
<div>
<SELECT class="lang-selection" onchange="update()">
<OPTION class="sel-opt">English</OPTION>
<OPTION class="sel-opt">Bahasa Indonesia</OPTION>
</SELECT>
<p class="eng"><i class="material-icons" style=" font-size: 20px;">language</i> English</p>
<p class="bahasa"><i class="material-icons" style=" font-size: 20px;">language</i> Bahasa Indonesia</p>
</div>
<div>
<a class="country">Netflix Indonesia</a>
</div>
</footer>
<script type="text/javascript">
//let language = true;
//document.querySelector(".lang-selection").addEventListener("change", update);
function update() {
if (document.querySelector(".lang-selection").value == 'English') {
document.querySelector(".eng").style.display = "inline-block";
document.querySelector(".bahasa").style.display = "none";
} else {
document.querySelector(".eng").style.display = "none";
document.querySelector(".bahasa").style.display = "inline-block";
}
}
</script>
</body>
</html>