-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproducts.html
172 lines (143 loc) · 7.18 KB
/
products.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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="es">
<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>Todos los Productos / e-commerce</title>
<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;800&display=swap" rel="stylesheet" />
<link rel="shortcut icon" href="assets/img/logo.svg" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/reset.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<!-- NAVBAR SECTION -->
<link rel="stylesheet" href="assets/css/navbar.css" />
<link rel="stylesheet" href="assets/css/head/head.css" />
<link rel="stylesheet" href="assets/css/head/head-container.css" />
<link rel="stylesheet" href="assets/css/head/head-container-logo.css" />
<link rel="stylesheet" href="assets/css/head/head-container-logo-title.css" />
<link rel="stylesheet" href="assets/css/head/head-container-logo-img.css" />
<link rel="stylesheet" href="assets/css/head/head-container-inputContainer.css" />
<link rel="stylesheet" href="assets/css/head/head-container-inputContainer-input.css" />
<link rel="stylesheet" href="assets/css/head/head-container-inputContainer-icon.css" />
<link rel="stylesheet" href="assets/css/btn.css" />
<link rel="stylesheet" href="assets/css/head/head-seachBtn.css" />
<!-- PRODUCTS SECTION -->
<link rel="stylesheet" href="assets/css/link.css" />
<link rel="stylesheet" href="assets/css/productLine/productLine.css" />
<link rel="stylesheet" href="assets/css/productLine/productLine-header.css" />
<link rel="stylesheet" href="assets/css/productLine/productLine-header-title.css" />
<link rel="stylesheet" href="assets/css/productLine/productLine-container.css" />
<!-- CARDS -->
<link rel="stylesheet" href="assets/css/card/card.css" />
<link rel="stylesheet" href="assets/css/card/card-img.css" />
<link rel="stylesheet" href="assets/css/card/card-title.css" />
<link rel="stylesheet" href="assets/css/card/card-icon.css" />
<link rel="stylesheet" href="assets/css/card/card-id.css" />
<!-- FOOTER SECTION -->
<link rel="stylesheet" href="assets/css/footer/footer.css" />
<link rel="stylesheet" href="assets/css/footer/footer-rapidLinks.css" />
<link rel="stylesheet" href="assets/css/footer/footer-rapidLinks-link.css" />
<link rel="stylesheet" href="assets/css/footer/footer-contactMe.css" />
<link rel="stylesheet" href="assets/css/footer/footer-contactMe-title.css" />
<link rel="stylesheet" href="assets/css/input.css" />
<!-- DEVELOPER INFO SECTION -->
<link rel="stylesheet" href="assets/css/developerInfo/developerInfo.css" />
<link rel="stylesheet" href="assets/css/developerInfo/developerInfo-text.css" />
</head>
<body>
<nav class="navbar">
<div class="head">
<div class="head__container">
<a class="head__container__logo" href="./index.html">
<img loading="lazy" class="head__container__logo__img" src="assets/img/logo.svg" alt="logo joystick azul de alura" />
<h1 class="head__container__logo__title1">Alura</h1>
<h1 class="head__container__logo__title2">Geek</h1>
</a>
<form class="head__container__inputContainer" id="searchForm">
<input class="head__container__inputContainer__input" type="text" id="searchBar"
placeholder="¿Qué deseas buscar?" />
<img class="head__container__inputContainer__icon" src="assets/img/searchIcon.svg"
alt="icono lupa de búsqueda" />
</form>
</div>
<a class="head__searchBtn" href="#">
<img loading="lazy" src="assets/img/searchIcon.svg" alt="icono lupa de busqueda" />
</a>
</div>
</nav>
<section class="product-line">
<header class="product-line__header product-line__header--column">
<a href="./products.html">
<h2 class="product-line__header__title">Todos los productos</h2>
</a>
<a class="btn" id="addProductBtn">Agregar Producto ⊕</a>
</header>
<div class="product-line__container product-line__container--get-all" id="productGrid">
</div>
</section>
<footer>
<div class="footer">
<div class="head__container__logo head__container__logo--footer head__container__logo--displayPCQuery">
<img loading="lazy" class="head__container__logo__img head__container__logo__img--footer" src="assets/img/logo.svg"
alt="logo joystick azul de alura" />
<h1 class="head__container__logo__title1 head__container__logo__title--footer">
Alura
</h1>
<h1 class="head__container__logo__title2 head__container__logo__title--footer">Geek</h1>
</div>
<ul class="footer__rapid-links">
<li class="footer__rapid-links__logo">
<div class="head__container__logo head__container__logo--footer">
<img loading="lazy" class="head__container__logo__img head__container__logo__img--footer" src="assets/img/logo.svg"
alt="logo joystick azul de alura" />
<h1 class="head__container__logo__title1 head__container__logo__title--footer">
Alura
</h1>
<h1 class="head__container__logo__title2 head__container__logo__title--footer">Geek</h1>
</div>
</li>
<li class="footer__rapid-links__link">
<a href="#">Quienes somos</a>
</li>
<li class="footer__rapid-links__link">
<a href="#">Política de privacidad</a>
</li>
<li class="footer__rapid-links__link">
<a href="#">Programa de fidelidad</a>
</li>
<li class="footer__rapid-links__link">
<a href="#">Nuestras tiendas</a>
</li>
<li class="footer__rapid-links__link">
<a href="#">Quiero ser franquiciado</a>
</li>
<li class="footer__rapid-links__link">
<a href="#">Anuncie aquí</a>
</li>
</ul>
<form action="" class="footer__contact-me" autocomplete="off">
<h3 class="footer__contact-me__title">Hable con nosotros</h3>
<section class="input-box">
<input class="input" type="text" name="name" id="name" placeholder="Nombre" data-type="name" pattern="^.{0,40}$"
required />
<span class="input-box__tooltip">Este campo no es valido</span>
</section>
<section class="input-box">
<textarea class="input" name="message" id="message" cols="30" rows="5" placeholder="Escribe tu mensaje"
data-type="message" required></textarea>
<span class="input-box__tooltip">Este campo no es valido</span>
</section>
<input class="btn" type="submit" value="Enviar mensaje" />
</form>
</div>
</footer>
<div class="developer-info">
<p class="developer-info__text">Desarrollado por Gastón Giacobini</p>
<p class="developer-info__text">2022</p>
</div>
<script type="module" src="assets/js/script.js"></script>
<script type="module" src="assets/js/controllers/showProducts-controller.js"></script>
</body>
</html>