-
Notifications
You must be signed in to change notification settings - Fork 0
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
5d0af95
commit bea7031
Showing
1 changed file
with
56 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,56 @@ | ||
<!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"> <link rel="stylesheet" href="page1.css"> <link rel="preconnect" href="https://fonts.gstatic.com"> <link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <title>Vôlei de Praia CBV</title> </head> <body> <body style="background-image: url('');"> <!---Cabeçalho-Main--> <div class="background"> </body> <nav> <h2 class="logo">Vôlei<span>Brasil</span></h2><!--Logo--> <ul class="cabeçalho-link"> <li><a href="page1.html">A CBV</a></li> <li><a href="page2.html">Quadra</a></li> <li><a href="page3.html">Praia</a></li> <li><a href="page4.html">Seleções</a></li> <li><a href="page5.html">Vôlei Id</a></li> <li><a href="page5.html">Canal Vôlei Brasil</a></li> <li><a href="page5.html">Vôlei Shop</a></li> <li><a href="page5.html">Cravada</a></li> <li><a href="page5.html">Cards do Vôlei Brasil</a></li> <li><a href="page5.html">Ingressos</a></li> <li><a href="page5.html">Fale Conosco</a></li> </ul><!--cabeçalho-link--> </nav> <div class="Main"> <h1>Início/<span>Vôlei de Praia</span></h1> </div> | ||
<!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>CONCESSIONÁRIA</title> | ||
<link rel="stylesheet" href="principal.css"> | ||
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet"> | ||
<link rel="icon" type="image/x-icon" href="emblema.png"> | ||
</head> | ||
|
||
<body> | ||
|
||
<header class="header"> | ||
<div class="header-container"> | ||
<nav class="navbar"> | ||
<div class="dropdown"> | ||
<a href="#">Concessionária</a> | ||
<div class="dropdown-content"> | ||
<a href="page1.html">Carros à Venda</a> | ||
<a href="page2.html">Carros Mais Vendidos</a> | ||
<a href="page3.html">Pacotes Sazonais</a> | ||
<a href="page4.html">Avalie o seu Carro</a> | ||
<a href="page5.html">Meu Carrinho</a> | ||
<a href="teste3.html">TESTE3</a> | ||
</div> | ||
</div> | ||
<div class="dropdown"> | ||
<a href="#">Patrocinadores</a> | ||
<div class="dropdown-content"> | ||
<a href="robe.html">Grupo Volkswagen</a> | ||
<a href="kaiser.html">Ford</a> | ||
<a href="teste2.html">TESTE2</a> | ||
</div> | ||
</div> | ||
<div class="dropdown"> | ||
<a href="#">Outros</a> | ||
<div class="dropdown-content"> | ||
<a href="one.html">Formula 1</a> | ||
<a href="wec.html">WEC</a> | ||
<a href="gt.html">GT Series</a> | ||
</div> | ||
</div> | ||
<div class="dropdown"> | ||
<a href="#">Quem Somos</a> | ||
<div class="dropdown-content"> | ||
<a href="sobre.html">Tela de Quem Somos</a> | ||
<a href="equipe.html">Equipe</a> | ||
<a href="contato.html">Contato</a> | ||
<a href="teste.html">TESTE1</a> | ||
</div> | ||
</div> | ||
<!-- Adicione mais itens de menu aqui, se necessário --> | ||
</nav> |