-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVitaminasSuplementos.html
237 lines (228 loc) · 8.36 KB
/
VitaminasSuplementos.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html lang="es-PE">
<head>
<title>EcoMarket</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles/bootstrap.min.css" />
<link rel="stylesheet" href="styles/style.css" />
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
<script src="scripts/script.js"></script>
<style>
body {
background-color: #bb8fce;
align-items: center;
}
header {
text-align: center;
color: white;
background-color: #7d3c98;
}
footer {
text-align: center;
}
</style>
</head>
<body>
<header class="fw-bolder">ENVIOS A TODA LIMA Y PROVINCIA - COMPRAS MAYORES DE S/. 39,90</header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid" style="font-family: cursive">
<a class="navbar-brand" href="index.html">Eco Market</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Principal</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>Productos</a
>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="Abarrotes.html">Abarrotes</a></li>
<li><a class="dropdown-item" href="Frescos.html">Frescos</a></li>
<li><a class="dropdown-item" href="HigieneBelleza.html">Higiene y Belleza</a></li>
<li><a class="dropdown-item" href="VitaminasSuplementos.html">Suplementos</a></li>
</ul>
</li>
</ul>
<div id="carrito">
<div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="currentColor"
class="bi bi-cart3"
viewBox="0 0 16 16"
>
<path
d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5M3.102 4l.84 4.479 9.144-.459L13.89 4zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4m7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4m-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2m7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2"
/>
</svg>
</div>
<div class="bg-body-tertiary">
<span>0</span>
</div>
</div>
</div>
</div>
</nav>
<main class="container-sm">
<article style="width: 100%">
<header
style="text-align: center; color: white; background-color: #67239b"
class="fw-bolder"
>
SUPLEMENTOS
</header>
</article>
<div class="mt-4 container_productos">
<div class="card _producto">
<img
src="assets/imgs/Canela.png"
class="card-img-top"
alt="D'NATTIVE CANELA EN CAPS 500MG"
/>
<div class="card-body">
<h5 class="card-title">D'NATTIVE CANELA EN CAPS 500MG</h5>
<p class="card-text">Producto 100% calidad.</p>
<button class="btn btn-success">Comprar</button>
</div>
</div>
<div class="card _producto">
<img
src="assets/imgs/MacaNegra.png"
class="card-img-top"
alt="MACA NEGRA 100CAPS INKANAT 500MG"
/>
<div class="card-body">
<h5 class="card-title">MACA NEGRA 100CAPS INKANAT 500MG</h5>
<p class="card-text">Producto 100% calidad.</p>
<button class="btn btn-success">Comprar</button>
</div>
</div>
<div class="card _producto">
<img src="assets/imgs/TE.png" class="card-img-top" alt="TE VERDE DNATTIVE 100CAP 400MG" />
<div class="card-body">
<h5 class="card-title">TE VERDE DNATTIVE 100CAP 400MG</h5>
<p class="card-text">Producto 100% calidad.</p>
<button class="btn btn-success">Comprar</button>
</div>
</div>
<div class="card _producto">
<img
src="assets/imgs/Acido.png"
class="card-img-top"
alt="ACIDO ALFA LIPOICO 600MG SOLGAR 50 TAB"
/>
<div class="card-body">
<h5 class="card-title">ACIDO ALFA LIPOICO 600MG SOLGAR 50 TAB</h5>
<p class="card-text">Producto 100% calidad.</p>
<button class="btn btn-success">Comprar</button>
</div>
</div>
</div>
</main>
<footer>
<button
class="btn btn-outline-dark"
type="button"
data-bs-toggle="offcanvas"
data-bs-target="#offcanvasWithBothOptions"
aria-controls="offcanvasWithBothOptions"
>
Contáctanos
</button>
<br />©2024 EcoMarket. Todos los Derechos Reservados.
<div
class="offcanvas offcanvas-start"
data-bs-scroll="true"
tabindex="-1"
id="offcanvasWithBothOptions"
aria-labelledby="offcanvasWithBothOptionsLabel"
>
<div class="offcanvas-header">
<button
type="button"
class="btn-close"
data-bs-dismiss="offcanvas"
aria-label="Close"
></button>
</div>
<div class="offcanvas-body">
<form class="mb-5">
<div class="mb-3">
<label for="nombre" class="form-label">Nombre:</label>
<input type="text" class="form-control" id="nombre" placeholder="Ingresa tu nombre" />
</div>
<div class="mb-3">
<label for="correo" class="form-label">Correo electrónico:</label>
<input
type="email"
class="form-control"
id="correo"
placeholder="Ingresa tu correo"
/>
</div>
<div class="mb-3">
<label for="opinion" class="form-label">Tu opinión:</label>
<textarea
class="form-control"
id="opinion"
rows="4"
placeholder="Escribe tu opinión aquí"
></textarea>
</div>
<button type="reset" class="btn btn-success">Enviar</button>
</form>
<header class="fw-bolder">Contacto</header>
<p>
Correo: contacto@ecomarket.pe<br />
Teléfono: +51 977946928<br />
Dirección: Perú-Ancash-Nvo Chimbote<br /><br />
Nuestras redes sociales:<br />
<a href="https://www.instagram.com/organaperu/?hl=es"
><img src="assets/imgs/icons8-instagram-48.png" alt="Instagram"
/></a>
<a href="https://www.facebook.com/organaperu"
><img src="assets/imgs/icons8-facebook-nuevo-48.png" alt="Facebook"
/></a>
<a href="index.html"><img src="assets/imgs/icons8-chrome-48.png" alt="Website" /></a>
<a href="https://w.app/r6OpWn"
><img src="assets/imgs/icons8-whatsapp-48.png" alt="WhatsApp"
/></a>
</p>
</div>
</div>
</footer>
<div id="modal_carrito">
<div>
<span>Carrito de compras </span>
<ul style="height: 500px; overflow-y: auto"></ul>
<div style="display: flex; justify-content: center">
<a href="CompraExito.html" class="btn btn-success">Comprar los productos del carrito</a>
</div>
</div>
</div>
</body>
</html>