-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtienda.html
237 lines (205 loc) · 6.44 KB
/
tienda.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">
<head>
<title>Entotech</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Entotech"/>
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto+Slab:wght@100;400;700&display=swap" rel="stylesheet">
<link href="assets/css/owl.carousel.min.css" rel="stylesheet" />
<link href="assets/css/aos.css" rel="stylesheet" />
<link href="assets/css/app.css" rel="stylesheet" />
</head>
<body>
<nav class="main-nav">
<div class="wrapper">
<a class="logo" href="index.html">
<figure>
<img src="assets/images/logo.png" alt="Entotech Foods">
</figure>
</a>
<a href="#" class="menu-btn-nav"><span class="icon-menu"></span></a>
<div class="nav-menu">
<ul>
<li><a href="conocenos.html">Conócenos</a></li>
<li><a href="porque.html">¿Por qué?</a></li>
<li><a href="tienda.html">Compras</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="tienda.html" class="shop-btn-nav"><span class="icon-cart"></span>Tienda</a></li>
</ul>
</div>
</div>
</nav>
<section class="masthead-shop">
<div class="wrapper">
<h1 class="title">Proteína de grillo + <br><span>proteína vegetal</span></h1>
<h4 class="sub-title">Proteína de grillo + proteína de chicharo y arroz</h4>
<p class="text">Proteína multicomponente sabor chocolate, libre de gluten, lactosa, huevo, ogm y soya única en el mercado.</p>
<div class="row products">
<div class="col-sm-6">
<div class="product">
<figure class="img">
<img src="assets/images/shop-product1.jpg" alt="Entotech Foods">
</figure>
<div class="txt-box">
<h5 class="title">Proteína Entotech</h5>
<p class="desc">Sabor Chocolate 600 G</p>
<p class="price">$675.00</p>
<a href="producto.html" class="btn-shop"><span class="icon-cart"></span>Comprar ahora</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="product">
<figure class="img">
<img src="assets/images/shop-product2.jpg" alt="Entotech Foods">
</figure>
<div class="txt-box">
<h5 class="title">Proteína Entotech</h5>
<p class="desc">Sabor Chocolate 600 G</p>
<p class="price">$675.00</p>
<a href="producto.html" class="btn-shop"><span class="icon-cart"></span>Comprar ahora</a>
</div>
</div>
</div>
</div>
<div class="row points">
<div class="col-sm-4">
<div class="point">
<figure class="icon">
<img src="assets/images/icons/shop/icon1.png">
</figure>
<h5>Envío Gratis</h5>
</div>
</div>
<div class="col-sm-4">
<div class="point">
<figure class="icon">
<img src="assets/images/icons/shop/icon2.png">
</figure>
<h5>Compra Segura</h5>
</div>
</div>
<div class="col-sm-4">
<div class="point">
<figure class="icon">
<img src="assets/images/icons/shop/icon3.png">
</figure>
<h5>Garantía de Entrega</h5>
</div>
</div>
</div>
</div>
</section>
<section class="payments">
<div class="wrapper">
<h2 class="title">Método de pago</h2>
<figure class="logos">
<img src="assets/images/payments.png">
</figure>
</div>
</section>
<section class="joinus" >
<div class="wrapper">
<div data-aos="zoom-in" data-aos-duration="650">
<figure class="cricket-icon"></figure>
<h2>Únete a la revolución de nutrirte con insectos</h2>
<a href="#" class="btn-d">Quiero cambiar al mundo</a>
<p>
Comer insectos aun no es una tendencia, al menos no en Occidente, pero lo será antes del 2025.
Producir y consumir proteína de insecto es mucho más sostenible que otras proteínas de origen animal y esto gana importancia en el panorama actual.
</p>
</div>
</div>
</section>
<section class="social shop">
<div class="wrapper">
<div class="social-links">
<ul>
<li><a href="#"><span class="icon-fb"></span></a></li>
<li><a href="#"><span class="icon-in"></span></a></li>
<li><a href="#"><span class="icon-tw"></span></a></li>
</ul>
<p>Conecta con nosotros @entotechfoods</p>
</div>
</div>
</section>
<footer>
<div class="wrapper">
<div class="row">
<div class="col-sm-6">
<figure class="logo">
<img src="assets/images/logo-footer.png" alt="Entotech">
</figure>
<div class="tels">
<a href="#" class="">(644) 155 0284</a>
<a href="#" class="">(644) 122 3234</a>
</div>
<address>
Boulevard Rodolfo Elías Calles 119-B <br>
Col. Centro C.P. 85000 <br>
Ciudad Obregón, Sonora, México.
</address>
</div>
<div class="col-sm-6">
<form action="" class="newsletter">
<h5>Suscribete a nuestro boletín</h5>
<input class="email" type="text" placeholder="Escribe tu e-mail">
<input class="send" type="submit" value="Suscribete">
</form>
<div class="social">
<ul>
<li><a href="#"><span class="icon-fb"></span></a></li>
<li><a href="#"><span class="icon-in"></span></a></li>
<li><a href="#"><span class="icon-tw"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="bottom">
<div class="wrapper">
<ul class="footer-nav">
<li><a href="#">Conócenos</a></li>
<li><a href="#">¿Por qué?</a></li>
<li><a href="#">Comprar</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Aviso de privacidad</a></li>
<li><a href="#">Términos y condiciones</a></li>
</ul>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/parallax.min.js"></script>
<script src="assets/js/aos.js"></script>
<script>
AOS.init();
$('.main-nav .menu-btn-nav').click(function(event) {
/* Act on the event */
event.preventDefault();
$('.main-nav .nav-menu').slideToggle(600);
});
$('.users-social').owlCarousel({
loop:true,
margin:10,
nav:true,
autoplay: true,
responsive:{
0:{
items:1
},
600:{
items:3
},
1000:{
items:5
}
}
})
</script>
</body>
</html>