-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (117 loc) · 4.46 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Netflix</title>
</head>
<body>
<section class="img_catalogo">
<div>
<img id="img_logo_1" src="src/Netflix_Logo.png" alt="">
<select class="seletor_idiomas_cabecalho" name="idioma">
<option value="portugues">Português</option>
<option value="ingles">Inglês</option>
</select>
<button class="botao_entrar">Entrar</button>
</div>
<div>
<h1 class="texto_cabecalho">Filmes, Séries e muito mais.</h1>
<h1 class="titulo_1">Sem limites.</h1>
<h2 class="titulo_2">Assista onde quiser. Cancele quando quiser.</h2>
<h2 class="titulo_3">Pronto para assistir? Informe seu email para criar ou reiniciar sua assinatura.</h2>
</div>
<div>
<input class="input_email" type="text" placeholder="Email">
<button class="botao_vamosla">Vamos lá ></button>
</div>
</section>
<hr>
<section>
<div>
<img id="img_tv" src="src/tv.png" alt=""><
<p class="texto_tv">Aproveite na TV</p>
<p class="texto_tv">Assista em Smart TVs, PlayStation, Xbox, Chromecast, Apple TV, aparelhos de Blu-ray e outros dispositivos.</p>
</div>
</section>
<hr>
<section>
<div>
<h1 class="titulo_1">Baixe séries para assistir offline.</h1>
<h2 class="titulo_2">Salve seus títulos favoritos e sempre tenha algo para assistir.</h2>
</div>
</section>
<hr>
<section>
<div>
<h1 class="titulo_1">Assista quando quiser.</h1>
<h2 class="titulo_2">Assista no celular, tablet, Smart TV ou notebook sem pagar a mais por isso.</h2>
</div>
</section>
<hr>
<section>
<div>
<h1 class="titulo_1">Crie perfis para crianças.</h1>
<h2 class="titulo_2">Deixe as crianças se aventurarem com seus personagens favoritos em um espaço feito só para elas, sem pagar a mais por isso.</h2>
</div>
</section>
<hr>
<section>
<div>
<h1 class="titulo_1">Perguntas frequantes</h1>
</div>
<div>
<h2 class="titulo_3">Pronto para assistir? Informe seu email para criar ou reiniciar sua assinatura.
</h2>
<input class="input_email" type="text" placeholder="Email">
<button class="botao_vamosla">Vamos lá ></button><br><br>
</div>
</section><br>
<hr>
<section class="rodape">
<div>
<h4 class="texto_rodape">Dúvidas? Ligue 0800-761-4631</h4>
</div>
<div>
<table>
<tr>
<td><a href="#">Perguntas frequentes</a></td>
<td><a href="#">Centro de ajuda</a></td>
<td><a href="#">Conta</a></td>
<td><a href="#">Imprensa</a></td>
</tr>
<tr>
<td><a href="#">Relacoes com investidores</a></td>
<td><a href="#">Carreiras</a></td>
<td><a href="#">Resgatar cartões pre-pago</a></td>
<td><a href="#">Comprar cartão pre-pago</a></td>
</tr>
<tr>
<td><a href="#">Formas de investir<a></td>
<td><a href="#">Termos de uso</a>a</td>
<td><a href="#">Privacidade de uso</a></td>
<td><a href="#">Preferências de cookies</a></td>
</tr>
<tr>
<td><a href="#">Informações corporativas</a></td>
<td><a href="#">Entre em contato</a></td>
<td><a href="#">Teste de velocidade</a></td>
<td><a href="#">Avisos legais</a></td>
</tr>
<tr>
<td><a href="#">Só na Netflix</a></td>
</tr>
</table>
</div>
<div>
<select class="seletor_idiomas_rodape" name="idioma">
<option value="portugues">Português</option>
<option value="ingles">Inglês</option>
</select>
</div>
<span>Netflix Brasil</span>
</section>
</body>
</html>