-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
270 lines (254 loc) · 11.4 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
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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!doctype html>
<html lang="es" prefix="og:http://ogp.me/ns/website#">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/font/css/open-iconic-bootstrap.min.css" integrity="sha256-BJ/G+e+y7bQdrYkS2RBTyNfBHpA9IuGaPmf9htub5MQ=" crossorigin="anonymous" />
<link rel="stylesheet" href="public/stylesheets/styles.css">
<link rel="icon" href="./public/assets/img/favicon.png">
<meta name="description" content="Todo para la fabricación del calzado y todas las marcas" />
<meta name="keywords" content="Comercios, Calzado, Marroquinería, Cuero, Almacen, Suelas, Lopez, Calzado Suelas, Adhesivos, Solventes, Halogenantes, Telas, Clavos, Remaches, Hilos, Cierres, Cosmética, Herramientas, Tapper, Lupolino, Duran, Maderaplast" />
<meta name="author" content="Pymesoft Argentina">
<meta property="og:title" content="Inicio | Almacén de Suelas Lopez" />
<meta property="og:description" content="Todo para la fabricación del calzado y todas las marcas" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://almacendesuelaslopez.com.ar/" />
<meta property="og:image" content="https://almacendesuelaslopez.com.ar/public/assets/img/lopez.png"/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="288" />
<meta property="og:image:height" content="288" />
<!-- endbuild -->
<title>Inicio | Almacén de Suelas Lopez</title>
<style>
.footer {
margin-top: 10px;}
.marketing .col-lg-4 {
margin-bottom: 1.5rem;
text-align: center; }
.marketing h2 {
font-weight: 400;}
.marketing .col-lg-4 p {
margin-right: .75rem;
margin-left: .75rem; }
.featurette-divider {
margin: 5rem 0; }
.featurette-heading {
font-weight: 300;
line-height: 1;
letter-spacing: -.05rem; }
.slideshow{
margin:0 auto;
padding-top:0px;
height: 250px;
background:white;
box-sizing:border-box;
}
.content{
margin: auto;
width:190px;
perspective:1000px;
position: relative;
padding-top: 40px;
}
.content-carrousel{
width: 100%;
position: absolute;
float: right;
animation:rotar 15s infinite linear;
transform-style: preserve-3d;
}
.content-carrousel:hover{
animation-play-state:paused;
cursor:pointer;
}
.content-carrousel figure{
width:100%;
height: 120px;
overflow: hidden;
position: absolute;
}
.content-carrousel figure:nth-child(1){
transform: rotateY(0deg) translateZ(300px);
}
.content-carrousel figure:nth-child(2){
transform: rotateY(36deg) translateZ(300px);
}
.content-carrousel figure:nth-child(3){
transform: rotateY(72deg) translateZ(300px);
}
.content-carrousel figure:nth-child(4){
transform: rotateY(108deg) translateZ(300px);
}
.content-carrousel figure:nth-child(5){
transform: rotateY(144deg) translateZ(300px);
}
.content-carrousel figure:nth-child(6){
transform: rotateY(180deg) translateZ(300px);
}
.content-carrousel figure:nth-child(7){
transform: rotateY(216deg) translateZ(300px);
}
.content-carrousel figure:nth-child(8){
transform: rotateY(252deg) translateZ(300px);
}
.content-carrousel figure:nth-child(9){
transform: rotateY(288deg) translateZ(300px);
}
.content-carrousel figure:nth-child(10){
transform: rotateY(324deg) translateZ(300px);
}
.shadow{
position: absolute;
box-shadow: 0px 0px 20px 0px #000;
border-radius :2px;
}
.content-carrousel img{
image-rendering: auto;
transition: all 300ms;
width: 100%;
height:100%;
}
.content-carrousel img:hover{
transform: scale(1.2);
transition: all 300ms;
}
@keyframes rotar{
from {
transform:rotateY(0deg);
} to {
transform:rotateY(360deg);
}
}
@media (min-width: 40em) {
/* Bump up size of carousel content */
.carousel-caption p {
margin-bottom: 1.25rem;
font-size: 1.25rem;
line-height: 1.4;
}
.featurette-heading {
font-size: 50px;
}
}
@media (min-width: 62em) {
.featurette-heading {
margin-top: 7rem;
}
}
</style>
</head>
<body>
<header>
<nav class="navbar">
<a class="navbar-brand" href="index.html">
<img src="public/assets/img/logo.png" style="max-height: 80px;" alt="Logo">
</a>
<h2 style="color:green; text-align: right;">Insumos para la industria del calzado</h2>
</nav>
<nav class="navbar navbar-expand-md navbar-dark bg-success">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" style="color: white;" href="index.html">Inicio <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="productos.html">Productos</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="marcas.html">Marcas</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: white;" href="contacto.html">Contacto</a>
</li>
</ul>
</div>
<span class="navbar-text" style="color: white;">
Hace tu pedido <img src="public/assets/img/whatsapp.png" height="15px" width="15px"><a href="https://wa.me/5491132407267?text=Consulta%20web%20almacen%20de%20suelas%20lopez"> 11 3240-7267</a>
</span>
</nav>
</header>
<main role="main">
<section class="slideshow">
<div class="content">
<div class="content-carrousel">
<figure class="shadow"><img src="public/assets/img/tapper.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/goma.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/latas.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/duran.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/latas2.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/maquina.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/rollos.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/tijeras.jpeg">
</figure>
<figure class="shadow"><img src="public/assets/img/logo.png">
</figure>
<figure class="shadow"><img src="public/assets/img/telas.jpeg">
</figure>
</div>
</div>
</section>
<div class="container marketing">
<div class="row">
<div class="col-lg-4">
<a href="tel:01146554883" ><img class="rounded-circle" src="public/assets/img/call.png" alt="Llamanos" width="100" height="100"></a>
<h3>Llamanos</h3>
<p><img src="public/assets/img/whatsapp2.png" height="15px" width="15px"><a href="https://wa.me/5491132407267?text=Consulta%20web%20almacen%20de%20suelas%20lopez"> 11 3240-7267</a></p>
<p><img src="public/assets/img/call2.png" height="15px" width="15px"><a href="tel:46554883"> 4655-4883</a><a href="tel:46526318"> 4652-6318</a></p>
<!--<p><img src="public/assets/img/call2.png" height="15px" width="15px"><a href="tel:46526318"> 4652-6318</a></p>-->
</div>
<div class="col-lg-4">
<a href="https://goo.gl/maps/zjmcCCYxM6RGAkqNA" target="_blank"><img class="rounded-circle" src="public/assets/img/map.png" alt="Encontranos" width="100" height="100"></a>
<h3>Encontranos</h3>
<p><a href="https://goo.gl/maps/zjmcCCYxM6RGAkqNA" target="_blank">Av. Gral. San Martin 3566, Lomas del Mirador</a></p>
</div>
<div class="col-lg-4">
<a href="mailto:[email protected]"><img class="rounded-circle" src="public/assets/img/email.png" alt="Consultanos" width="100" height="100"></a>
<h3>Consultanos</h3>
<p><a href="mailto:[email protected]"> [email protected]</a></p>
</div>
</div>
</div>
<!-- FOOTER -->
<footer class="footer page-footer font-small bg-success text-white text-center">
<div class="footer-copyright text-center py-3">© 2020 Copyright
<a href="http://pymesoft.com.ar/" style="color: white;"> Pymesoft Argentina</a>
</div>
</footer>
</main>
<!-- Optional JavaScript -->
<!-- build:js dist/index.css -->
<!-- GetButton.io widget -->
<script type="text/javascript">
(function () {
var options = {
whatsapp: "+5491132407267", // WhatsApp number
call_to_action: "Consultanos", // Call to action
position: "right", // Position may be 'right' or 'left'
};
var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host;
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js';
s.onload = function () { WhWidgetSendButton.init(host, proto, options); };
var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
})();
</script>
<!-- /GetButton.io widget -->
</body>
</html>