-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
146 lines (137 loc) · 7.15 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
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="pt-BT">
<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>Alura Geek</title>
<!--fonts-->
<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=Raleway:wght@400;500;600;700&display=swap" rel="stylesheet">
<!--Styles-->
<link rel="stylesheet" href="./css/reset.css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="stylesheet" href="./css/base.css">
<link rel="stylesheet" href="css/cabecalho/cabecalho.css">
<link rel="stylesheet" href="css/cabecalho/cabecalho__pesquisa.css">
<link rel="stylesheet" href="./css/cabecalho/cabecalho__botaoLogin.css">
<link rel="stylesheet" href="./css/cabecalho/cabecalho__busca.css">
<link rel="stylesheet" href="./css/cabecalho/cabecalho__logo.css">
<link rel="stylesheet" href="./css/cabecalho/cabecalho__campo.css">
<link rel="stylesheet" href="./css/cabecalho/cabecalho__botaoLogin--botao.css">
<link rel="stylesheet" href="./css/banner/banner__botao.css">
<link rel="stylesheet" href="./css/banner/banner__descricao.css">
<link rel="stylesheet" href="./css/banner/banner__titulo.css">
<link rel="stylesheet" href="./css/banner/banner.css">
<link rel="stylesheet" href="./css/starwars/starwars__cabecalho.css">
<link rel="stylesheet" href="./css/starwars/starwars__title.css">
<link rel="stylesheet" href="./css/starwars/starwars__link.css">
<link rel="stylesheet" href="./css/starwars/starwars__link--img.css">
<link rel="stylesheet" href="./css/cards/card__imgProduto.css">
<link rel="stylesheet" href="./css/cards/card__linkProduto.css">
<link rel="stylesheet" href="./css/cards/card__precoProduto.css">
<link rel="stylesheet" href="./css/cards/card__nomeProduto.css">
<link rel="stylesheet" href="./css/cards/card.css">
<link rel="stylesheet" href="./css/cards/comandosAdm.css">
<link rel="stylesheet" href="./css/starwars/starwars__produtos.css">
<link rel="stylesheet" href="./css/consoles/consoles__cabecalho--link.css">
<link rel="stylesheet" href="./css/consoles/consoles__cabecalho--title.css">
<link rel="stylesheet" href="./css/consoles/consoles__cabecalho.css">
<link rel="stylesheet" href="./css/consoles/consoles.css">
<link rel="stylesheet" href="./css/consoles/consoles__produtos.css">
<link rel="stylesheet" href="./css/diversos/diversos.css">
<link rel="stylesheet" href="./css/diversos/diversos__cabecalho.css">
<link rel="stylesheet" href="./css/diversos/diversos__cabecalho--title.css">
<link rel="stylesheet" href="./css/diversos/diversos__cabecalho--link.css">
<link rel="stylesheet" href="./css/diversos/diversos__produtos.css">
<link rel="stylesheet" href="./css/footer/footer.css">
<link rel="stylesheet" href="./css/footer/footer__menu.css">
<link rel="stylesheet" href="./css/footer/footer__menu--logo.css">
<link rel="stylesheet" href="./css/footer/footer__menu--lista.css">
<link rel="stylesheet" href="./css/footer/footer__menu--lista--iten.css">
<link rel="stylesheet" href="./css/footer/footer__faleConosco.css">
<link rel="stylesheet" href="./css/footer/footer__faleConosco--title.css">
<link rel="stylesheet" href="./css/footer/footer__faleConosco--form.css">
<link rel="stylesheet" href="./css/rodape.css">
</head>
<body>
<header class="cabecalho container">
<div class="cabecalho__logo">
</div>
<div class="cabecalho__botaoLogin">
<a href="login.html"><button class="cabecalho__botaoLogin--botao botao__login">Login</button></a>
</div>
<div class="cabecalho__pesquisa">
<input type="text" class="cabecalho__campo">
<div class="cabecalho__busca">
</div>
</div>
</header>
<section class="banner container">
<div>
<h1 class="banner__titulo">Dezembro Promocional</h1>
<h2 class="banner__descricao">Produtos Selecionados com 33% de desconto</h2>
<button class="banner__botao">Ver Consoles</button>
</div>
</section>
<section class="starwars container">
<header class="starwars__cabecalho">
<h1 class="starwars__title">Star Wars</h1>
<a href="todos_os_produtos.html" class="starwars__link">Ver tudo<img class="starwars__link--img" src="./assets/img/arrow.svg"></a>
</header>
<main class="starwars__produtos">
</main>
</section>
<section class="consoles container">
<header class="consoles__cabecalho">
<h1 class="consoles__cabecalho--title">Consoles</h1>
<a href="todos_os_produtos.html" class="consoles__cabecalho--link">Ver tudo<img class="starwars__link--img"
src="./assets/img/arrow.svg"></a>
</header>
<main class="consoles__produtos">
</main>
</section>
<section class="diversos container">
<header class="diversos__cabecalho">
<h1 class="diversos__cabecalho--title">Diversos</h1>
<a href="todos_os_produtos.html" class="diversos__cabecalho--link">Ver tudo<img class="starwars__link--img"
src="./assets/img/arrow.svg"></a>
</header>
<main class="diversos__produtos">
</main>
</section>
<section class="footer">
<div class="footer__menu">
<img class="footer__menu--logo" src="./assets/img/logo2.svg"></img>
<ul class="footer__menu--lista">
<li class="footer__menu--lista--iten">Quem somos nós</li>
<li class="footer__menu--lista--iten">Política de privacidade</li>
<li class="footer__menu--lista--iten">Programa fidelidade</li>
<li class="footer__menu--lista--iten">Nossas lojas</li>
<li class="footer__menu--lista--iten">Quero ser franqueado</li>
<li class="footer__menu--lista--iten">Anuncie aqui</li>
</ul>
</div>
<div class="footer__faleConosco">
<h2 class="footer__faleConosco--title">Fale Conosco</h2>
<form class="footer__faleConosco--form" action="mailto:swcprog@gmail.com" method="post">
<label for="nome" id="label-nome">Nome</label>
<input type="text" id="nome">
<label for="mensagem" id="label-mensagem">Mensagem</label>
<textarea id="mensagem" rows="4"></textarea>
<input type="submit" id="enviar-mensagem" value="Enviar Mensagem">
</form>
</div>
</section>
<footer class="rodape">
<span><a id="desenvolvedor" href="https://github.com/swcprog" target="_blank">Desenvolvido por Samuel Wesley
2022</a></span>
</footer>
<script type="module" src="./scripts/main.js"></script>
<script src="scripts/carregarProdutos.js"></script>
<script src="scripts/selecionarCategoria.js"></script>
<script src="scripts/preencherContainer.js"></script>
<script src="scripts/form.js"></script>
</body>
</html>