-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
439 lines (397 loc) · 21.2 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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Bica test-gema">
<meta name="author" content="Luca Provenzano">
<title>Bica - Soluciones integrales</title>
<!-- Bootstrap Core CSS -->
<link href="stylesheet/bootstrap.min.css" rel="stylesheet">
<link href="stylesheet/animate.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="stylesheet/main.css" rel="stylesheet" type="text/css">
<link href="stylesheet/queries.css" rel="stylesheet" type="text/css">
<!-- ICONS -->
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="fonts/icomoon/style.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body onload="initialize()" id="page-top" data-spy="scroll" data-target=".navbar-fixed-top" ondragstart="return false">
<!-- Navigation 1-->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
<img id="logotype" src="img/logo.png" alt="Bica" class="img-responsive">
</a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul id="navigationPage" class="nav navbar-nav pull-right">
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#bica">Bica</a>
</li>
<li>
<a class="page-scroll" href="#service">Servicios</a>
</li>
<li>
<a class="page-scroll" href="#news">Novedades</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contacto</a>
</li>
<li>
<a class="page-scroll" href="#"><i class="fa fa-facebook"></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Section -->
<section id="intro" class="intro-section" data-stellar-background-ratio="0.2">
<div class="container animated fadeIn">
<div class="row">
<div class="col-lg-12">
<div id="content-intro" data-stellar-ratio="3">
<h1>Creando soluciones</h1>
<h2>En empresas y barrios cerrados</h2>
<ul class="list-intro">
<li>
<i class="fa fa-plus"></i> Servicios
</li>
<li>
<i class="fa fa-plus"> </i> Confianza
</li>
<li>
<i class="fa fa-plus"> </i> Seguridad
</li>
<li>
<i class="fa fa-plus"> </i> Profesionalismo
</li>
</ul>
<a class="btn btn-default page-scroll" href="#service">¿Qué hacemos?</a>
<img src="img/si.png" class="img-responsive pull-right">
<img src="img/respaldo.png" class="backside-img img-responsive">
</div>
</div>
</div>
</div>
</section>
<!-- Bica Section -->
<section id="bica" class="bica-section">
<div class="container animated fadeIn">
<div class="row">
<div class="col-lg-6 col-md-6 col-xs-6">
<div id="left-block">
<h2>Bica servicios integrales</h2>
<h1>La solución a todos tus problemas</h1>
<p>
<strong>Bica servicios integrales</strong> is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<p>
It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).
</p>
</div>
</div>
<div id="right-block" class="col-lg-6 col-md-6 col-xs-6">
<ul id="services-list">
<li>Delegue y centralice.</li>
<li>Ahorre tiempo y logística.</li>
<li>Obtenga resultados profesionales.</li>
<li>Puntualidad.</li>
<li>Garantía 100% garantizada</li>
<li>Nuestro equipo cuenta con todos los requisitos legales</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Values Section -->
<section id="values" class="values-section" data-stellar-background-ratio="0.2">
<div class="container animated fadeIn " data-stellar-ratio="3">
<div class="row">
<div class="col-lg-12">
<h1>Nuestros valores</h1>
</div>
</div>
<div class="row">
<div class="col-lg-2">
<h2>Uno</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada orci quis elementum hendrerit. In augue magna, posuere nec ex at, consectetur suscipit quam.
</p>
</div>
<div class="col-lg-2">
<h2>Dos</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada orci quis elementum hendrerit. In augue magna, posuere nec ex at, consectetur suscipit quam.
</p>
</div>
<div class="col-lg-2">
<h2>Tres</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada orci quis elementum hendrerit. In augue magna, posuere nec ex at, consectetur suscipit quam.
</p>
</div>
<div class="col-lg-2">
<h2>Cuatro</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada orci quis elementum hendrerit. In augue magna, posuere nec ex at, consectetur suscipit quam.
</p>
</div>
<div class="col-lg-2">
<h2>Cinco</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada orci quis elementum hendrerit. In augue magna, posuere nec ex at, consectetur suscipit quam.
</p>
</div>
<div class="col-lg-2">
<h2>Seis</h2>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed malesuada orci quis elementum hendrerit. In augue magna, posuere nec ex at, consectetur suscipit quam.
</p>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="service" class="service-section">
<div class="container">
<div class="row">
<div class="col-lg-10">
<div class="general-titles">
<h2>Servicios</h2>
<h1>Todas las soluciones a tu alcance</h1>
</div>
</div>
</div>
<div class="row icons-service animated rotateIn">
<div class="col-lg-2">
<p>
<img src="img/icons/paper.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/water.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/wall.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/build.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/list.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
</div>
<div class="row icons-service-2 animated rotateIn">
<div class="col-lg-2">
<p>
<img src="img/icons/fire.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/electric.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/paint.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/office.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
<div class="col-lg-2">
<p>
<img src="img/icons/construction.png" alt="img-responsive">
<h1 class="title-icons">Title</h1>
<p class="sometext">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</p>
</div>
</div>
</div>
</section>
<!-- Service 2 Section -->
<section id="service-2" class="service-2-section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<img src="img/business.png" alt="Empresa">
<h1 class="title-business">Una empresa, todas las soluciones</h1>
<p class="description-business">
Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
</p>
</div>
<div class="col-lg-6">
<img src="img/business-2.png" alt="Empresa">
<h1 class="title-business">Una empresa, todas las soluciones</h1>
<p class="description-business">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.
</p>
</div>
</div>
</div>
</section>
<!-- News Section -->
<section id="news" class="news-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="general-titles" data-stellar-ratio="3">
<h2>Novedades</h2>
<h1>Mantenete al tanto de nuestros logros</h1>
</div>
</div>
</div>
</div>
<div id="myCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active">
<img src="img/slider/one.jpg" alt="Novedad 1" class="img-responsive">
<div class="container">
<div class="carousel-caption">
<h1>Example headline.</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<a class="btn btn-large btn-danger" href="#">Learn more</a>
</div>
</div>
</div>
<div class="item">
<img src="img/slider/two.jpg" alt="Novedad 1" class="img-responsive">
<div class="container">
<div class="carousel-caption">
<h1>Another example headline.</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<a class="btn btn-large btn-danger" href="#">Learn more</a>
</div>
</div>
</div>
<div class="item">
<img src="img/slider/three.jpg" alt="Novedad 1" class="img-responsive">
<div class="container">
<div class="carousel-caption">
<h1>One more for good measure.</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
<a class="btn btn-large btn-danger" href="#">Learn more</a>
</div>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">›</a>
</div>
<div id="map_canvas"></div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section" data-stellar-background-ratio="0.2">
<div class="container">
<div class="row">
<div class="col-lg-12 contact-form">
<form data-stellar-ratio="3">
<input type="text" placeholder="Nombre *" name="name" class="line" maxlenght="20">
<input type="text" placeholder="Dirección" name="address" class="line" maxlenght="20">
<input type="text" placeholder="(54) 11 1234 5678" name="number" maxlenght="10" class="line onlyNumber">
<input type="text" placeholder="Email *" name="email" class="line special" maxlenght="40">
<textarea placeholder="Mensaje *" class="line" rows="8" maxlenght="1000" resize="none"></textarea>
<label>Por favor, complete los campos obligatorios *</label>
<p><input type="submit" value="Enviar"></p>
</form>
<div id="info-contact">
<h1>Tel/Fax</h1>
<p>4255-1623</p>
<h1>Email</h1>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<h1>Dirección</h1>
<p>Av. Hipólito Yrigoyen 2126, Florencio Varela, Buenos Aires.</p>
</div>
</div>
</div>
<img src="img/respaldo.png" class="img-responsive pull-right">
</div>
</section>
<footer class="footer" data-stellar-background-ratio="0.2">
<p data-stellar-ratio="3">
Crafted by <a href="mailto:[email protected]" target="blank">Luca Provenzano <i class="fa fa-paper-plane-o"></i></a>
</p>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<script src="js/scrolling-nav.js"></script>
<script async src="https://raw.githubusercontent.com/markdalgleish/stellar.js/master/jquery.stellar.js"></script>
<script src="js/main.js"></script>
<!-- Google Maps-->
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script src="js/maps.js"></script>
</body>
</html>