-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarrinho.html
122 lines (108 loc) · 5.92 KB
/
carrinho.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
<!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="assets/css/carrinho.css">
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
integrity="sha512-Fo3rlrZj/k7ujTnHg4CGR2D7kSs0v4LLanw2qksYuRlEzO+tcaEPQogQ0KaoGN26/zrn20ImR1DfuLWnOo7aBA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Home</title>
</head>
<body>
<header class="cabecalho">
<section class="topo_cabecalho">
<a href="index.html"><img class="logo_cabecalho" src="assets/img/logo.png"></a>
<nav class="cabecalho_nav">
<div class="login_cadastro">
</div>
<a class="fac" href=""><i class="fa-solid fa-headset headset_icone"></i> Atendimento ao cliente</a>
<a class="cabecalho_carrinho" href="carrinho.html"><i class="fa-solid fa-cart-shopping carrinho_icone"></i> Carrinho
de Compras</a>
</nav>
</section>
<section class="cabecalho_categorias">
<button class="botao_categorias">
<i class="icone_categorias fa-solid fa-bars"></i>
</button>
<div class="caixadepesquisa">
<input class="busca" type="text" placeholder="Pesquisar produtos">
<a class="botao" href="">
<i class="icone_pesquisa fas fa-search"></i>
</a>
</div>
</section>
</header>
<nav class="menu_lateral">
<img class="menu_logo" src="assets/img/logo_menu.png">
<a class="menu_links" href="procura_hardware.html">Periféricos</a>
<a class="menu_links" href="procura_hardware.html">Hardware</a>
<a class="menu_links" href="procura_computadores.html">Computadores</a>
<a class="menu_links" href="procura_hardware.html">Consoles</a>
<a class="menu_links" href="procura_hardware.html">Cadeiras/Mesas</a>
<a class="menu_links" href="procura_hardware.html">Monitores</a>
<a class="menu_links" href="procura_hardware.html">Notebooks</a>
</nav>
<main>
<h1 class="titulo"><i class="fa-solid fa-cart-shopping"></i> MEU CARRINHO</h1>
<section class="meu_carrinho">
<div class="produto">
</div>
<div class="cupom_desconto">
<h2 class="titulo_cupom_frete">Cupom de desconto:</h2>
<input class="form_cupom_frete" type="text" name="cupom" placeholder="Digite o cupom">
<input class="button_cupom_frete" type="button" name="enviar" value="APLICAR">
</div>
<div class="frete">
<h2 class="titulo_cupom_frete">Frete e Prazos:</h2>
<form class="formulario_frete">
<input class="input_frete" type="text" name="cupom" placeholder="CEP*">
<a class="button_cupom_frete" botaocalculafrete>CALCULAR</a>
</form>
</div>
<div class="resumo">
<h2 class="titulo_resumo">RESUMO</h2>
<div class="subtotal_carrinho">
<p class="subtotal">Subtotal</p>
<p class="subtotal">R$ <input preco_subtotal style="width: 4rem; color: white;"></p>
</div>
<div class="subtotal_carrinho" frete>
</div>
<div class="total_carrinho">
<p class="total">Total</p>
<p class="total">R$ <input preco_total style="width: 4rem; color: white;"></p>
</div>
<input class="button_finalizar_pedido" type="button" name="enviar" value="FINALIZAR PEDIDO">
</div>
</section>
<section class="historico_navegacao_carrinhos">
<h1 class="historico_titulo_carrinho"><i class="fa-solid fa-clock-rotate-left"></i> SEU HISTÓRICO DE NAVEGAÇÃO</h1>
<div class="imagens_historico">
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/cadeira_gamer1.png"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/headset_gamer1.png"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/mouse_gamer1.png"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/mouse_pad1.webp"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/monitor_gamer1.png"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/monitor_gamer2.png"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/pc_gamer2.png"></li></a>
<a href="produto.html"><img class="imagem_historico_navegacao" src="assets/img/pc_gamer1.png"></li></a>
</div>
</section>
</main>
<footer class="rodape">
<img class="logo_rodape" src="assets/img/logo.png">
<div>
<p class="texto_rodape apresentacao_rodape">FIALHO SHOP ®É UMA MARCA REGISTRADA DE</p>
<p class="texto_rodape apresentacao_rodape">FIALHO LTDA | CNPJ: 00.000.000/0000-00</p>
</div>
</footer>
<script src="assets/js/index.js"></script>
<script src="assets/js/carrinho_compras.js"></script>
</body>
</html>