-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdb2e29
commit ae9b370
Showing
34 changed files
with
979 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<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"> | ||
<title>Filme - Netflix</title> | ||
<link rel="shortcut icon" href="img/Logo-site.png"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="media.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!--TOPO DA PAGINA, CABEÇARIO CONTENDO: LOGO/INICIO/SÉRIES/FILMES/(MINHA LISTA - APENAS NO PC) E TODOS OS LINKS REDIRECIONANDO PARA A PÁGINA PRINCIPAL--> | ||
|
||
<header class="cabecario"> | ||
<ul class="cabecario__lista"> | ||
<li><img src="img/Nlogo.png" alt="Netflix logo" class="nlogo"><img src="img/Netflix_logo.png" alt="Netflix logo" class="cabecario__item container__logo sumir__mobile"></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Início</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Séries</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Filmes</a></li> | ||
<li class="cabecario__item mobile__sumir"><a href="principal.html" class="cabecario__link">Minha lista</a></li> | ||
</ul> | ||
</header> | ||
|
||
<!--VÍDEO PARA SER ASSISTIDO--> | ||
|
||
<section class="filme"> | ||
<video src="vid/filme1.mp4" controls="controls" autoplay="autoplay" class="filme5"></video> | ||
</section> | ||
|
||
<!--RODAPE--> | ||
|
||
<footer class="rodape"> | ||
<h2 class="rodape__texto">Em breve mais coisas(ou não)</h2> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<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"> | ||
<title>Filme - Netflix</title> | ||
<link rel="shortcut icon" href="img/Logo-site.png"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="media.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!--TOPO DA PAGINA, CABEÇARIO CONTENDO: LOGO/INICIO/SÉRIES/FILMES/(MINHA LISTA - APENAS NO PC) E TODOS OS LINKS REDIRECIONANDO PARA A PÁGINA PRINCIPAL--> | ||
|
||
<header class="cabecario"> | ||
<ul class="cabecario__lista"> | ||
<li><img src="img/Nlogo.png" alt="Netflix logo" class="nlogo"><img src="img/Netflix_logo.png" alt="Netflix logo" class="cabecario__item container__logo sumir__mobile"></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Início</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Séries</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Filmes</a></li> | ||
<li class="cabecario__item mobile__sumir"><a href="principal.html" class="cabecario__link">Minha lista</a></li> | ||
</ul> | ||
</header> | ||
|
||
<!--VÍDEO PARA SER ASSISTIDO--> | ||
|
||
<section class="filme"> | ||
<video src="vid/filme2.mp4" controls="controls" autoplay="autoplay" class="filme5"></video> | ||
</section> | ||
|
||
<!--RODAPE--> | ||
|
||
<footer class="rodape"> | ||
<h2 class="rodape__texto">Em breve mais coisas(ou não)</h2> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<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"> | ||
<title>Filme - Netflix</title> | ||
<link rel="shortcut icon" href="img/Logo-site.png"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="media.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!--TOPO DA PAGINA, CABEÇARIO CONTENDO: LOGO/INICIO/SÉRIES/FILMES/(MINHA LISTA - APENAS NO PC) E TODOS OS LINKS REDIRECIONANDO PARA A PÁGINA PRINCIPAL--> | ||
|
||
<header class="cabecario"> | ||
<ul class="cabecario__lista"> | ||
<li><img src="img/Nlogo.png" alt="Netflix logo" class="nlogo"><img src="img/Netflix_logo.png" alt="Netflix logo" class="cabecario__item container__logo sumir__mobile"></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Início</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Séries</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Filmes</a></li> | ||
<li class="cabecario__item mobile__sumir"><a href="principal.html" class="cabecario__link">Minha lista</a></li> | ||
</ul> | ||
</header> | ||
|
||
<!--VÍDEO PARA SER ASSISTIDO--> | ||
|
||
|
||
<section class="filme"> | ||
<video src="vid/filme3.mp4" controls="controls" autoplay="autoplay" class="filme5"></video> | ||
</section> | ||
|
||
<!--RODAPE--> | ||
|
||
<footer class="rodape"> | ||
<h2 class="rodape__texto">Em breve mais coisas(ou não)</h2> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<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"> | ||
<title>Filme - Netflix</title> | ||
<link rel="shortcut icon" href="img/Logo-site.png"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="media.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<!--TOPO DA PAGINA, CABEÇARIO CONTENDO: LOGO/INICIO/SÉRIES/FILMES/(MINHA LISTA - APENAS NO PC) E TODOS OS LINKS REDIRECIONANDO PARA A PÁGINA PRINCIPAL--> | ||
|
||
<header class="cabecario"> | ||
<ul class="cabecario__lista"> | ||
<li><img src="img/Nlogo.png" alt="Netflix logo" class="nlogo"><img src="img/Netflix_logo.png" alt="Netflix logo" class="cabecario__item container__logo sumir__mobile"></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Início</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Séries</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Filmes</a></li> | ||
<li class="cabecario__item mobile__sumir"><a href="principal.html" class="cabecario__link">Minha lista</a></li> | ||
</ul> | ||
</header> | ||
|
||
<!--VÍDEO PARA SER ASSISTIDO--> | ||
|
||
<section class="filme"> | ||
<video src="vid/filme4.mp4" controls="controls" autoplay="autoplay" class="filme5"></video> | ||
</section> | ||
|
||
<!--RODAPE--> | ||
|
||
<footer class="rodape"> | ||
<h2 class="rodape__texto">Em breve mais coisas(ou não)</h2> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<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"> | ||
<title>Filme - Netflix</title> | ||
<link rel="shortcut icon" href="img/Logo-site.png"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="media.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
|
||
<!--TOPO DA PAGINA, CABEÇARIO CONTENDO: LOGO/INICIO/SÉRIES/FILMES/(MINHA LISTA - APENAS NO PC) E TODOS OS LINKS REDIRECIONANDO PARA A PÁGINA PRINCIPAL--> | ||
|
||
<header class="cabecario"> | ||
<ul class="cabecario__lista"> | ||
<li><img src="img/Nlogo.png" alt="Netflix logo" class="nlogo"><img src="img/Netflix_logo.png" alt="Netflix logo" class="cabecario__item container__logo sumir__mobile"></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Início</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Séries</a></li> | ||
<li class="cabecario__item"><a href="principal.html" class="cabecario__link">Filmes</a></li> | ||
<li class="cabecario__item mobile__sumir"><a href="principal.html" class="cabecario__link">Minha lista</a></li> | ||
</ul> | ||
</header> | ||
|
||
<!--VÍDEO PARA SER ASSISTIDO--> | ||
|
||
<section class="filme"> | ||
<video src="vid/videoprincipal1.mp4" controls="controls" autoplay="autoplay" class="filme5"></video> | ||
</section> | ||
|
||
<!--RODAPE--> | ||
|
||
<footer class="rodape"> | ||
<h2 class="rodape__texto">Em breve mais coisas(ou não)</h2> | ||
</footer> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html lang="pt-br"> | ||
<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"> | ||
<title>Netflix</title> | ||
<link rel="shortcut icon" href="img/Logo-site.png"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="media.css"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<div class="celular__cabeca"> | ||
<img src="img/Netflix_logo.png" alt="Logo da netflix" class="celular__logo"> | ||
<img src="img/Editar-perfil.png" alt="Gerenciar Perfis" class="celular__edit"> | ||
</div> | ||
|
||
<section class="escolha"> | ||
<h1 class="escolha__texto">Quem está assistindo?</h1> | ||
<ul class="escolha__perfil"> | ||
<li class="escolha__lista"> | ||
<a href="principal.html" class="perfil"><img src="img/Perfil.jpg" alt="Foto de perfil" class="perfil__foto"></a> | ||
<p class="perfil__texto">Lívia</p> | ||
</li> | ||
|
||
<li class="escolha__lista"> | ||
<img src="img/Mais-perfil.png" alt="Adicionar perfil" class="perfil__foto mais"> | ||
<p class="perfil__texto">Adicionar perfis</p> | ||
</li> | ||
</ul> | ||
<button class="botao">Gerenciar perfis</button> | ||
</section> | ||
</body> | ||
</html> |
Oops, something went wrong.