-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentradas.html
187 lines (171 loc) · 8.39 KB
/
entradas.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/responsive.css">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="css/font-awesome/js/all.min.js"></script>
<script type="text/javascript" src="js/jscript.js"></script>
</head>
<body>
<div class="section" style="background-color: #282828;padding:10px 0;">
<div class="container" style="max-width: 1340px;width: 100%;">
<div class="header" style="">
<div style="display: table;table-layout: fixed;width: 100%;">
<div style="display: table-cell;width: 33.33%;text-align: left;vertical-align: middle;float: none;">
<div style="max-width: 100%;overflow: hidden;">
<p style="color: #fff;margin:0;">Call Center <a href="" style="color:#fff;"><b>436 8282</b></a> / WhatsApp <a href="" style="color:#fff;"><b>979497790</b></a> / <a href="" style="color:#fff;"><b>Sucursales</b></a></p>
</div>
</div>
<div style="display: table-cell;width: 66.66%;text-align: right;vertical-align: middle;float: right;">
<div style="max-width: 100%;overflow: hidden;color:#fff;font-size: 16px;">
<div style="display:inline-block;color:#fff;margin: 0;"><a href="ingresar.html" style="color: #fff;"><b>Ingresar</b></a> o <a href="crear_cuenta.html" style="color: #fff;"><b>Crear cuenta</b></a></div>
<div style="display:inline-block;margin-left:20px;"><i class="fas fa-shopping-cart"></i> <a href="carrito.html" style="color: #fff;"> Carrito</a> </div>
<div style="display:inline-block;margin-left:20px;position: relative;;"><i class="fas fa-search" style="position: absolute;left:10px;top:10px;color: #000;"></i><input type="search" placeholder="Buscar..." style="border-radius: 20px;padding-left: 35px;width: 200px"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="container" style="text-align: center;">
<img src="img/logotipo/logotipo.png" style="width: 50%;margin:40px;">
</div>
</div>
<div class="section" style="background-color: #fff;padding:10px 0;">
<div class="container" style="max-width: 1340px;width: 100%;">
<div class="header" style="">
<div style="display: table;table-layout: fixed;width: 100%;">
<div class="navegador">
<ul class="barra-nav">
<li><a href="gift-card.html">GIFT CARD</a></li>
<li><a href="promociones.html">Promociones</a></li>
<li><a href="index.html">Inicio</a></li>
<li><a href="entradas.html">Entradas</a>
<ul>
<li><a href="entradas_calientes.html">entradas calientes</a></li>
<li><a href="entradas_frias.html">entradas frias</a></li>
</ul>
</li>
<li><a href="maki_box.html">Maki Box</a></li>
<li><a href="poke_bowls.html">Poke Bowls</a></li>
<li><a href="temakis.html">Temakis</a></li>
<li><a href="bebidas.html">Bebidas</a></li>
<li><a href="salsas_extras.html">Salsas extras</a></li>
<li><a href="postres.html">Postres</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="section">
<div class="container" style="text-align: center;">
<p><a href="index.html">Inicio</a> > Entradas</p>
</div>
</div>
<div class="section">
<div class="container"style="max-width: 1340px;width: 100%;">
<div><br>
<table style="width: 100%; height: 40px;">
<tr>
<td style="text-align: center; width: 60%;"><h2 style="color: red;">Entradas</h2></td>
<td style="text-align: right;">Ordenar por
<select style="height: 40px; width: 200px; border-radius: 20px;" name="" id="">
<option value="">Caracteristicas</option>
<option value="">Mas vendidos</option>
<option value="">Alfabéticamente, A-Z</option>
<option value="">Alfabéticamente, Z-A</option>
<option value="">Precio, menor a mayor</option>
<option value="">Precio, mayor a menor</option>
<option value="">Fecha: antiguo(a) a reciente</option>
<option value="">Fecha: reciente a antiguo(a)</option>
</select>
</td>
</tr>
</table>
</div>
</div>
</div><br><br>
<div class="section">
<div class="container">
<div class="row">
<div class="col-6 col-sm-3" style="margin: 10px;";"></div>
<a href="">
<img src="img/entrada_1.webp" class="imgentradas"><br>
<label style="color: black;">
Ebi furai <br>
<h4>De S/.13.00</h4>
</label>
</a>
</div>
</div>
</div>
<br>
<br><br>
<br><br><br>
<div class="section">
<footer style="width: 100%;">
<div class="container">
<div class="row align-items-center">
<div class="col">
<h6>Boletin</h6>
<p>Regístrate para recibir las últimas noticias, ofertas y producto</p>
<input type="text" ><br><br>
<button type="button" value="Suscribirse" class="btn btn-primary" style="background-color: #e42c00; border-color: #e42c00; border-radius: 20px;">Suscribirse</button>
<br><br>
</div>
<div class="col">
<h6>Ponte en contacto con nosotros</h6>
<a href="">Servicio al cliente@gruposevensas.com</a><br>
<a href="">catering@katzusushiperu.com</a><br>
<a href="">436-8282</a><br>
<a href="">Libro de reclamaciones</a><br>
<a href="">Alérgenos</a>
</div>
<div class="col">
<h6>Síguenos</h6>
<a href=""><img class="redes" src="img/iconos/facebook.png" width="100%"></a>
<a href=""><img class="redes" src="img/iconos/instagram.png" width="100%"></a>
<br><br>
</div>
<div class="col">
<a href=""><h6>Terminos y condiciones</h6></a>
<br><br>
</div>
</div>
</div>
</footer>
</div>
<div class="section">
<div class="container">
<table align="center" cellpadding="5" >
<br>
<tr>
<td colspan="3">
<p>Derechos de autor © 2021, <a href="">Katzu Sushi. es.shopify.com</a></p>
</td>
</tr>
<tr colspan="3" style="text-align: center;">
<td><img class="pago" src="img/iconos/icono-master-card.jpg"></td>
<td><img class="pago" src="img/iconos/icono-paypal.jpg"></td>
<td><img class="pago" src="img/iconos/icono-visa.png"></td>
</tr>
</table>
<br>
</div>
</div>
</body>
</html>
</body>
</html>