-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
179 lines (176 loc) · 8.87 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
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
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/cabecera.css">
<link rel="stylesheet" href="assets/css/banner.css">
<link rel="stylesheet" href="assets/css/productos.css">
<link rel="stylesheet" href="assets/css/empresa.css">
<link rel="stylesheet" href="assets/css/rodapie.css">
<link rel="icon" href="assets/img/NutriPlus-Icono.ico">
<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=Space+Grotesk&display=swap" rel="stylesheet">
<title>NutriPlus</title>
</head>
<body>
<header class="cabecera">
<div class="cabecera__inicio">
<img src="assets/img/NutriPlus-logo.png" alt="Logo NutriPlus" class="cabecera__logo">
<input type="text" class="cabecera__busqueda" placeholder="¿Qué desea buscar?">
</div>
<div class="cabecera__final">
<a href="assets/html/login/login.html">
<button class="cabecera__boton">Login</button>
</a>
</div>
<img src="assets/img/search.svg" alt="Logo Busqueda" class="cabecera__icono">
</header>
<main>
<section class="banner">
<img src="assets/img/banner.jpg" alt="Banner" class="banner__imagen">
<h2 class="banner__titulo">¡No te lo pierdas!</h2>
<p class="banner__descripcion">Aprovecha nuestros descuentos de hasta el 50% en proteinas</p>
<button class="banner__boton">Ver Productos</button>
</section>
<section class="productos">
<div class="productos__informacion">
<h2 class="productos__titulo">Proteinas</h2>
<a href="#" class="productos__vertodo">
<p>Ver todo</p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-arrow-right">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</a>
</div>
<div class="productos__contenido" data-proteinas></div>
<div class="productos__informacion">
<h2 class="productos__titulo">Creatinas</h2>
<a href="#" class="productos__vertodo">
<p>Ver todo</p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-arrow-right">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</a>
</div>
<div class="productos__contenido" data-creatinas></div>
<div class="productos__informacion">
<h2 class="productos__titulo">Suplementos</h2>
<a href="#" class="productos__vertodo">
<p>Ver todo</p>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-arrow-right">
<path d="M5 12h14" />
<path d="m12 5 7 7-7 7" />
</svg>
</a>
</div>
<div class="productos__contenido">
<div class="productos__tarjeta">
<img src="assets/img/aminoacido.png" alt="Gaspari Nutrition Aminoacido" class="productos__imagen">
<p class="productos__descripcion">Gaspari Nutrition Aminoacido</p>
<p class="productos__precio">$226.000 COP</p>
<a href="#">
<p class="productos__detalle">Ver Producto</p>
</a>
</div>
<div class="productos__tarjeta">
<img src="assets/img/Barras-proteicas.png" alt="Star Nutrition Barras de Proteína Láctea"
class="productos__imagen">
<p class="productos__descripcion">Star Nutrition Barras de Proteína Láctea</p>
<p class="productos__precio">$80.000 COP</p>
<a href="#">
<p class="productos__detalle">Ver Producto</p>
</a>
</div>
<div class="productos__tarjeta">
<img src="assets/img/BCAA.png" alt="Labrada Nutrition BCAA" class="productos__imagen">
<p class="productos__descripcion">Labrada Nutrition BCAA</p>
<p class="productos__precio">$122.000 COP</p>
<a href="#">
<p class="productos__detalle">Ver Producto</p>
</a>
</div>
<div class="productos__tarjeta">
<img src="assets/img/capsulas-omega3.png" alt="Trec Nutrition Omega 3-6-9"
class="productos__imagen">
<p class="productos__descripcion">Trec Nutrition Omega 3-6-9</p>
<p class="productos__precio">$110.000 COP</p>
<a href="#">
<p class="productos__detalle">Ver Producto</p>
</a>
</div>
<div class="productos__tarjeta">
<img src="assets/img/Colageno.png" alt="Scitec Nutrition Colageno" class="productos__imagen">
<p class="productos__descripcion">Scitec Nutrition Colageno</p>
<p class="productos__precio">$143.000 COP</p>
<a href="#">
<p class="productos__detalle">Ver Producto</p>
</a>
</div>
<div class="productos__tarjeta">
<img src="assets/img/glutamina.png" alt="AllSports Arginina" class="productos__imagen">
<p class="productos__descripcion">AllSports Arginina</p>
<p class="productos__precio">$239.000 COP</p>
<a href="#">
<p class="productos__detalle">Ver Producto</p>
</a>
</div>
</div>
</section>
<section class="empresa">
<div class="empresa__contenedor">
<div class="empresa__imagen">
<img src="assets/img/NutriPlus-logo.png" alt="" class="empresa__logo">
</div>
<div class="empresa__informacion">
<a href="#" class="empresa__enlaces">
<p class="empresa__descripcion">Quienes somos</p>
</a>
<a href="#" class="empresa__enlaces">
<p class="empresa__descripcion">Politicas de privacidad</p>
</a>
<a href="#" class="empresa__enlaces">
<p class="empresa__descripcion">Programa de fidelidad</p>
</a>
<a href="#" class="empresa__enlaces">
<p class="empresa__descripcion">Nuestas tiendas</p>
</a>
<a href="#" class="empresa__enlaces">
<p class="empresa__descripcion">Quiero ser franquiciado</p>
</a>
<a href="#" class="empresa__enlaces">
<p class="empresa__descripcion">Anúncie aquí</p>
</a>
</div>
</div>
<div class="empresa__contacto">
<h2 class="empresa__titulo">Hable con nosotros</h2>
<form action="" class="empresa__formulario">
<input type="text" name="" id="" placeholder="Nombre" required class="formulario__nombre">
<textarea name="" id="" rows="5" placeholder="Escribe tu mensaje" required
class="formulario__text"></textarea>
<input type="submit" value="Enviar" class="formulario__submit">
</form>
</div>
</section>
</main>
<footer class="rodapie">
<small>
© 2023 <b>devBorisG</b> - Todos los Derechos
Reservados.
</small>
</footer>
<script type="module" src="controller/product/producto-controller.js"></script>
</body>
</html>