-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
509 lines (451 loc) · 23.5 KB
/
index.html
File metadata and controls
509 lines (451 loc) · 23.5 KB
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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Inicio</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Indie+Flower|Pacifico" rel="stylesheet">
<link rel="stylesheet" href="style_user.css">
</head>
<body>
<!-- Main Navigation -->
<header>
<!--Navbar-->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark indigo scrolling-navbar elegant-color">
<div class="container">
<!-- Navbar brand -->
<a class="navbar-brand" href="#"><img src="http://www.arcotel.gob.ec/wp-content/uploads/logotipo-arcotel01.png" height="30" class="d-inline-block align-top" alt=""></a>
<!-- Collapse button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#basicExampleNav" aria-controls="basicExampleNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Collapsible content -->
<div class="collapse navbar-collapse" id="basicExampleNav">
<!-- Links -->
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Inicio
<span class="sr-only">(current)</span>
</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">Features</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Pricing</a>
</li> -->
<!-- Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Opciones</a>
<div class="dropdown-menu dropdown-primary" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Opción 1</a>
<a class="dropdown-item" href="#">Opción 2</a>
<a class="dropdown-item" href="#">Opción 3</a>
</div>
</li>
</ul>
<!-- Links -->
<form class="form-inline">
<div class="md-form my-0">
<input class="form-control mr-sm-2" type="text" placeholder="Buscar" aria-label="Search">
</div>
</form>
</div>
<!-- Collapsible content -->
</div>
</nav>
<!--/.Navbar-->
<div id="intro" class="view rgba-black-strong">
<div class="container-fluid full-bg-img d-flex align-items-center justify-content-center">
<div class="row d-flex justify-content-center">
<div class="col-md-10 text-center">
<!-- Heading -->
<h2 class="display-3 font-bold white-text mb-2 fonts-title">Bienvenido a mi primera Pagina WEB</h2>
<!-- Divider -->
<hr class="hr-light">
<!-- Description -->
<h4 class="white-text my-4"><em>"...Hay quien piensa que si vas muy lejos, no podrás volver donde están los demás" <strong>Frank Zappa</strong></em> </h4>
<!-- <button type="button" class="btn btn-outline-white">Read more <i class="fa fa-book ml-2"></i></button> -->
</div>
</div>
</div>
</div>
</header>
<!-- Main Navigation -->
<!-- Main Layout -->
<main class="mt-5">
<!-- main container -->
<div class="container">
<!-- Section: Best Feactures -->
<section id="best-feactures" class="text-center">
<!-- Heading -->
<h2 class="mb-4 fonts-title">Características de un profesional</h2>
<!-- Grid row -->
<div class="row d-flex justify-content-center mb-4">
<!-- Grid Colums -->
<div class="col-md-8">
<!-- Descripcion -->
<p class="fonts">Para ser un profesional primero debes entender que significa ser una persona!!!</p>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-4">
<i class="fa fa-graduation-cap fa-5x"></i>
<h4 class="my-4">Experiencia </h4>
<p class="fonts">Los logros se logran con esfuerzo y frustración.</p>
</div>
<div class="col-md-4 mb-4">
<i class="fa fa-heart fa-5x"></i>
<h4 class="my-4">Empatía </h4>
<p class="fonts">Si no sientes lo que las personas, como puedes darle una solución.</p>
</div>
<div class="col-md-4 mb-4">
<i class="fa fa-child fa-5x"></i>
<h4 class="my-4">Libre </h4>
<p class="fonts">Las ataduras nunca te dejaran progresar, o simplemente seguiras en la rutina.</p>
</div>
</div>
</section>
<!-- Section: Best Feactures -->
<hr class="my-5">
<!-- Section: Examples -->
<section id="examples">
<div class="row">
<div class="col-lg-4 col-md-12 mb-4 text-center">
<div class="view overlay rgba-white-slight z-depth-1-half">
<img src="http://longwallpapers.com/Desktop-Wallpaper/cool-wild-animal-wallpaper-background-For-Desktop-Wallpaper.jpg" class="img-fluid" alt="">
<div class="mask rgba-white-slight z-depth-1-half"></div>
</div>
<h4 class="my-4">Heading</h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
</div>
<div class="col-lg-4 col-md-6 mb-4 text-center">
<div class="view overlay rgba-white-slight z-depth-1-half">
<img src="https://www.hdwallpapers.in/download/wild_lion_zebra_chase-wide.jpg" class="img-fluid" alt="">
<a target="_blank" href="https://www.facebook.com">
<div class="mask rgba-white-slight z-depth-1-half"></div>
</a>
</div>
<h4 class="my-4">Heading</h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
</div>
<div class="col-lg-4 col-md-6 mb-4 text-center">
<div class="view overlay rgba-white-slight z-depth-1-half">
<img src="https://www.pixelstalk.net/wp-content/uploads/images1/Backgrounds-wild-wolf-4k-wide.jpg" class="img-fluid" alt="">
<div class="mask rgba-white-slight z-depth-1-half"></div>
</div>
<h4 class="my-4">Heading</h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-12 mb-4 text-center">
<div class="view overlay rgba-white-slight z-depth-1-half">
<img src="http://longwallpapers.com/Desktop-Wallpaper/cool-wild-animal-wallpaper-background-For-Desktop-Wallpaper.jpg" class="img-fluid" alt="">
<div class="mask rgba-white-slight z-depth-1-half"></div>
</div>
<h4 class="my-4">Heading</h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
</div>
<div class="col-lg-4 col-md-6 mb-4 text-center">
<div class="view overlay rgba-white-slight z-depth-1-half">
<img src="https://www.hdwallpapers.in/download/wild_lion_zebra_chase-wide.jpg" class="img-fluid" alt="">
<a target="_blank" href="https://www.facebook.com">
<div class="mask rgba-white-slight z-depth-1-half"></div>
</a>
</div>
<h4 class="my-4">Heading</h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
</div>
<div class="col-lg-4 col-md-6 mb-4 text-center">
<div class="view overlay rgba-white-slight z-depth-1-half">
<img src="https://www.pixelstalk.net/wp-content/uploads/images1/Backgrounds-wild-wolf-4k-wide.jpg" class="img-fluid" alt="">
<div class="mask rgba-white-slight z-depth-1-half"></div>
</div>
<h4 class="my-4">Heading</h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
</div>
</div>
</section>
<!-- Section: Examples -->
<hr class="my-5">
<!-- Section: Gallery -->
<section id="gallery"></section>
<h2 class="mb-5 fonts-title text-center">Gallery</h2>
<div class="row">
<div class="col-md-6 mb-4">
<!--Carousel Wrapper-->
<div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner z-depth-1-half rgba-amber-light" role="listbox">
<!--First slide-->
<div class="carousel-item active">
<img class="d-block w-100 tranformaciones" src="http://longwallpapers.com/Desktop-Wallpaper/cool-wild-animal-wallpaper-background-For-Desktop-Wallpaper.jpg" alt="First slide">
</div>
<!--/First slide-->
<!--Second slide-->
<div class="carousel-item tranformaciones">
<img class="d-block w-100 tranformaciones" src="https://www.hdwallpapers.in/download/wild_lion_zebra_chase-wide.jpg" alt="Second slide">
</div>
<!--/Second slide-->
<!--Third slide-->
<div class="carousel-item">
<img class="d-block w-100 tranformaciones" src="https://www.pixelstalk.net/wp-content/uploads/images1/Backgrounds-wild-wolf-4k-wide.jpg" alt="Third slide">
</div>
<!--/Third slide-->
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-1z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-1z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
</div>
<div class="col-md-6">
<a href="" class="teal-text">
<h6 class="mb-4"><i class="fa fa-heart"></i><strong>Lisfestyle</strong></h6>
</a>
<h4 class="mb-3"><strong>Very long Title</strong></h4>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
<p class="fonts">Lorem imposum dolor sit amet, consectetur adipisicing elit. Deleniti conssequuntur</p>
<p>by <a href=""><strong>Christian Marca</strong></a>,2018/06/23</p>
<a class="btn btn-elegant btn-sm">Read More</a>
</div>
</div>
<!-- Section: Gallery -->
<hr class="my-5">
<!-- Section: Contact -->
<section id="contact"></section>
<h1 class="mb-5 fonts-title text-center">Contact Us</h1>
<div class="row">
<div class="col-lg-5 col-md-12">
<!-- Form Contact -->
<form class="md-form form-sm">
<i class="fa fa-user prefix grey-text"></i>
<input type="text" id="input-1" class="form-control">
<label for="input-1">Your Name</label>
</form>
<form class="md-form form-sm">
<i class="fa fa-envelope prefix grey-text"></i>
<input type="text" id="input-2" class="form-control">
<label for="input-2">Email</label>
</form>
<form class="md-form form-sm">
<i class="fa fa-tag prefix grey-text"></i>
<input type="text" id="input-3" class="form-control">
<label for="input-3">Subject</label>
</form>
<form class="md-form form-sm">
<i class="fa fa-pencil prefix grey-text"></i>
<textarea type="text" id="input-4" class="md-textarea" style="height: 100px;"></textarea>
<label for="input-4">Your Message</label>
</form>
<div class="text-center">
<button class="btn btn-elegant">Send <i class="fa fa-paper-plane-o ml-2"></i></button>
</div>
<!-- Form Contact -->
</div>
<div class="col-lg-7 col-md-12">
<div class="row text-center">
<div class="col-md-4 mb-3">
<p><i class="fa fa-map mr-2 grey-text">Chordeleg, Azuay</i></p>
</div>
<div class="col-md-4 mb-3">
<p><i class="fa fa-building mr-2 grey-text">Mon-Fri 10:00 - 16:00</i></p>
</div>
<div class="col-md-4 mb-3">
<p><i class="fa fa-phone mr-2 grey-text">+059 998997967</i></p>
</div>
</div>
<!-- Google Mapas -->
<div id="map-container" class="map-container z-depth-1-half" style="height: 400px;"></div>
</div>
</div>
<!-- Section: Contact -->
<hr class="my-5">
</div>
<!-- main container -->
</main>
<!-- Main Layout -->
<!-- Footer -->
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark mt-4">
<div class="elegant-color">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic">
<i class="fa fa-facebook white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic">
<i class="fa fa-twitter white-text mr-4"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic">
<i class="fa fa-google-plus white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic">
<i class="fa fa-linkedin white-text mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic">
<i class="fa fa-instagram white-text"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">Company name</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>Here you can use rows and columns here to organize your footer content. Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Products</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#!">MDBootstrap</a>
</p>
<p>
<a href="#!">MDWordPress</a>
</p>
<p>
<a href="#!">BrandFlow</a>
</p>
<p>
<a href="#!">Bootstrap Angular</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Useful links</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#!">Your Account</a>
</p>
<p>
<a href="#!">Become an Affiliate</a>
</p>
<p>
<a href="#!">Shipping Rates</a>
</p>
<p>
<a href="#!">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fa fa-home mr-3"></i> New York, NY 10012, US</p>
<p>
<i class="fa fa-envelope mr-3"></i> info@example.com</p>
<p>
<i class="fa fa-phone mr-3"></i> + 01 234 567 88</p>
<p>
<i class="fa fa-print mr-3"></i> + 01 234 567 89</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright:
<a href="https://mdbootstrap.com/bootstrap-tutorial/"> MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- Footer -->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Carusel Options -->
<!--Google Maps-->
<script type="text/javascript" src="https://maps.google.com/maps/api/js"></script>
<!-- Google Maps settings -->
<script>
// Regular map
function regular_map() {
var var_location = new google.maps.LatLng(-2.928478, -78.782148);
var var_mapoptions = {
center: var_location,
zoom: 14
};
var var_map = new google.maps.Map(document.getElementById("map-container"),
var_mapoptions);
var var_marker = new google.maps.Marker({
position: var_location,
map: var_map,
title: "Home/Office"
});
}
// Initialize maps
google.maps.event.addDomListener(window, 'load', regular_map);
</script>
<script>
$('.carousel').carousel({
// interval: 3000
interval: fase,
})
</script>
</body>
</html>