-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
648 lines (629 loc) · 23.9 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
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
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!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 name="description" content="" />
<meta name="author" content="" />
<title>MEGAPRO_SITE</title>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<link rel="stylesheet" href="./owl/assets/owl.carousel.min.css" />
<link rel="stylesheet" href="./owl/assets/owl.theme.default.min.css" />
<script src="https://use.fontawesome.com/6b09691d36.js"></script>
<style>
.hero {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-image: url("./images/hero_1.jpg");
background-size: cover;
}
</style>
<link rel="stylesheet" href="./css/mystyles.css">
</head>
<body>
<!-- Responsive navbar-->
<div class="container-fluid bg-light px-4">
<div class="row py-2 px-4 d-flex align-items-center">
<div class="col-lg-8 col-sm-12 d-flex justify-content-center justify-content-lg-start">
<div class="col-12 col-sm-3 info-head">
<span class="pt"><i class="fa fa-phone" aria-hidden="true"></i> +593 99 205 8020</span>
</div>
<div class="col-12 col-sm-4 info-head">
<span><i class="fa fa-envelope-square" aria-hidden="true"></i> [email protected]</span>
</div>
</div>
<div class="col-lg-4 col-sm-12 d-flex justify-content-center justify-content-lg-end">
<a href="https://megapro.com.ec/cursos/login/index.php" class="btn btn-primary mx-1"><i class="fa fa-sign-in" aria-hidden="true"></i> Ingresar</a>
<a href="./admision.html" class="btn btn-secondary mx-1"><i class="fa fa-plus" aria-hidden="true"></i> Registro</a>
</div>
</div>
</div>
<nav class="sticky-top navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container-fluid px-5">
<a class="navbar-brand border-logo" href="./index.html"
><strong>MEGAPRO</strong></a
>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul
class="
navbar-nav
ms-auto
mb-2
mr-4
mb-lg-0
d-flex
align-items-center
"
>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
¿Quienes somos?
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<a class="dropdown-item" href="./about.html">Información</a>
</li>
<li>
<a class="dropdown-item" href="./gallery.html">Galeria</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./news.html">Noticias</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white"
href="#"
id="navbarDropdown3"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Programas
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown3">
<li>
<a class="dropdown-item" href="./courses.html"
>Curso Transformar</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./admision.html">Admisión</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white"
href="#"
id="navbarDropdown2"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Simuladores
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown2">
<li>
<a class="dropdown-item" href="./numerico.html"
>R. Numérico</a
>
</li>
<li>
<a class="dropdown-item" href="./verbal.html">R. Verbal</a>
</li>
<li>
<a class="dropdown-item" href="./abstracto.html"
>R. Abstracto</a
>
</li>
<li>
<a class="dropdown-item" href="./practica.html">Practicar</a>
</li>
</ul>
</li>
<li class="nav-item py-0">
<a
class="nav-link text-white text-center bg-danger py-0 px-3"
href="#!"
><i class="fa fa-caret-square-o-right" aria-hidden="true"></i
><strong> EN VIVO</strong></a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content-->
<div class="container px-4 px-lg-5 pt-2">
<!-- Heading Row-->
<div class="row gx-4 gx-lg-5 align-items-center my-5">
<div class="col-lg-7">
<div
id="carouselExampleFade"
class="carousel slide"
data-bs-ride="carousel"
>
<div class="carousel-inner" style="background-color: black">
<div class="carousel-item active">
<img
src="./images/hero_1.jpg"
class="d-block w-100"
alt="..."
style="opacity: 0.5"
/>
<div class="carousel-caption d-block">
<h1>BIENVENIDOS</h1>
</div>
</div>
<div class="carousel-item">
<img
src="./images/hero_2.jpg"
class="d-block w-100"
alt="..."
style="opacity: 0.5"
/>
<div class="carousel-caption d-block">
<h1>EXAMEN EAES</h1>
</div>
</div>
<div class="carousel-item">
<img
src="./images/hero_2.jpg"
class="d-block w-100"
alt="..."
style="opacity: 0.5"
/>
</div>
</div>
<button
class="carousel-control-prev"
type="button"
data-bs-target="#carouselExampleFade"
data-bs-slide="prev"
>
<span
class="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Previous</span>
</button>
<button
class="carousel-control-next"
type="button"
data-bs-target="#carouselExampleFade"
data-bs-slide="next"
>
<span
class="carousel-control-next-icon"
aria-hidden="true"
></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="col-lg-5">
<h3 class="font-weight-light text-center">
MEGAPRO ENSEÑANZA DE CALIDAD
</h3>
<p class="text-center">
Nuestro MEGA EQUIPO, es un grupo de profesionales altamente
capacitados, especialistas en sus respectivas áreas de estudio,
garantizando siempre el mejor de los resultados.
</p>
<a class="btn btn-primary" href="#!">Call to Action!</a>
</div>
</div>
<!-- Call to Action-->
<div class="card text-white bg-secondary my-5 py-4 text-center">
<div class="card-body">
<p class="text-white m-0">
This call to action card is a great place to showcase some important
information or display a clever tagline!
</p>
</div>
</div>
<!-- Content Row-->
<div class="row gx-4 gx-lg-5">
<div class="col-md-4 mb-5">
<div class="card h-100">
<div class="card-body">
<h1 class="text-center">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
</h1>
<h4 class="card-title text-center">SUCURSAL NORTE</h4>
<p class="card-text text-center">
Ubicada en el Edificio Blue Tower en la Av. Francisco de
Orellana. Piso 7, oficina 709, en el corazón empresarial de
Guayaquil
</p>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm" href="#!">Contáctenos</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<div class="card-body">
<h1 class="text-center">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
</h1>
<h4 class="card-title text-center">MEGA EQUIPO</h4>
<p class="card-text text-center">
Nuestro MEGA EQUIPO, es un grupo de profesionales altamente
capacitados, especialistas en sus respectivas áreas de estudio,
garantizando siempre el mejor de los resultados.
</p>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm" href="#!">Contáctenos</a>
</div>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="card h-100">
<div class="card-body">
<h1 class="text-center">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
</h1>
<h4 class="card-title text-center">SUCURSAL</h4>
<p class="card-text text-center">
Sucursal Sur: Ubicada en las calles Los Ríos 3208 entre
Argentina y General Gómez, (junto al Taller Itegmotors).
</p>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm" href="#!">Contáctenos</a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<h3 style="border-bottom: 4px solid gray" class="text-center my-3 pb-3">
NUESTROS CURSOS
</h3>
<div class="owl-carousel owl-theme">
<div class="card h-100">
<img src="./images/course_1.jpg" alt="" />
<div class="card-body p-0">
<div class="bg-dark py-4 mb-2">
<h4 class="card-title text-center text-white">MEGAU1</h4>
<p class="card-text text-center text-white">Test Transformar</p>
</div>
<p class="text-center" style="color: darkgoldenrod">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</p>
<h6 class="text-center">VIRTUAL - SÁBADOS DE 9H00 A 12H30</h6>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm d-block" href="#!">Matricularme</a>
</div>
</div>
<div class="card h-100">
<img src="./images/course_2.jpg" alt="" />
<div class="card-body p-0">
<div class="bg-dark py-4 mb-2">
<h4 class="card-title text-center text-white">MEGAU1</h4>
<p class="card-text text-center text-white">Test Transformar</p>
</div>
<p class="text-center" style="color: darkgoldenrod">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</p>
<h6 class="text-center">VIRTUAL - SÁBADOS DE 9H00 A 12H30</h6>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm d-block" href="#!">Matricularme</a>
</div>
</div>
<div class="card h-100">
<img src="./images/course_3.jpg" alt="" />
<div class="card-body p-0">
<div class="bg-dark py-4 mb-2">
<h4 class="card-title text-center text-white">MEGAU1</h4>
<p class="card-text text-center text-white">Test Transformar</p>
</div>
<p class="text-center" style="color: darkgoldenrod">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</p>
<h6 class="text-center">VIRTUAL - SÁBADOS DE 9H00 A 12H30</h6>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm d-block" href="#!">Matricularme</a>
</div>
</div>
<div class="card h-100">
<img src="./images/course_4.jpg" alt="" />
<div class="card-body p-0">
<div class="bg-dark py-4 mb-2">
<h4 class="card-title text-center text-white">MEGAU1</h4>
<p class="card-text text-center text-white">Test Transformar</p>
</div>
<p class="text-center" style="color: darkgoldenrod">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</p>
<h6 class="text-center">VIRTUAL - SÁBADOS DE 9H00 A 12H30</h6>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm d-block" href="#!">Matricularme</a>
</div>
</div>
<div class="card h-100">
<img src="./images/course_5.jpg" alt="" />
<div class="card-body p-0">
<div class="bg-dark py-4 mb-2">
<h4 class="card-title text-center text-white">MEGAU1</h4>
<p class="card-text text-center text-white">Test Transformar</p>
</div>
<p class="text-center" style="color: darkgoldenrod">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</p>
<h6 class="text-center">VIRTUAL - SÁBADOS DE 9H00 A 12H30</h6>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm d-block" href="#!">Matricularme</a>
</div>
</div>
<div class="card h-100">
<img src="./images/course_6.jpg" alt="" />
<div class="card-body p-0">
<div class="bg-dark py-4 mb-2">
<h4 class="card-title text-center text-white">MEGAU1</h4>
<p class="card-text text-center text-white">Test Transformar</p>
</div>
<p class="text-center" style="color: darkgoldenrod">
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
</p>
<h6 class="text-center">VIRTUAL - SÁBADOS DE 9H00 A 12H30</h6>
</div>
<div class="card-footer">
<a class="btn btn-primary btn-sm d-block" href="#!">Matricularme</a>
</div>
</div>
</div>
</div>
<div class="hero">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 col-12">
<h4 class="hero-help my-4 text-center">NUESTROS CURSOS</h4>
<h1 class="hero-help text-white text-center">
<i class="fa fa-book" aria-hidden="true"></i>
</h1>
<p class="hero-help text-center py-1 pb-5">
Son los más completos e interactivos. Incluyen todos los Dominios
del examen, aula virtual, repositorio de clases grabadas,
especialistas en todas las áreas de estudio, acompañamiento hasta
el día de la prueba, asesoría para el proceso de inscripción.
“Megapro te acompaña desde el inicio hasta el Final.
</p>
</div>
<div class="col-lg-4 col-md-6 col-12">
<h4 class="hero-help my-4 text-center">SOMOS LÍDERES</h4>
<h1 class="hero-help text-white text-center">
<i class="fa fa-first-order" aria-hidden="true"></i>
</h1>
<p class="hero-help text-center py-1 pb-5">
En la preparación para rendir el examen de ingreso a la ESPOL y
acompañamiento al Curso Prepolitécnico, para Ingenierías,
economía, salud; entre otras. Cumplimos con todos los temarios
propuestos por la Universidad. Nuestros docentes son 100%
Politécnicos, lo cual garantiza el mejor aprendizaje de nuestros
estudiantes.
</p>
</div>
<div class="col-lg-4 col-md-6 col-12">
<h4 class="hero-help my-4 text-center">
FAE, MARINA, EJÉRCITO y POLICÍA NACIONAL
</h4>
<h1 class="hero-help text-white text-center">
<i class="fa fa-check" aria-hidden="true"></i>
</h1>
<p class="hero-help text-center py-1 pb-5">
Asegura tu ingreso a nuestras gloriosas fuerzas armadas
preparándote para las pruebas académicas de la FAE, MARINA,
EJÉRCITO y POLICÍA NACIONAL. “Que nadie trunque tu sueño de
conseguir lo que deseas".
</p>
</div>
</div>
</div>
</div>
<footer class="bg-dark text-center text-white">
<div class="container p-4">
<h4>CONTACTOS</h4>
<section class="mb-4">
<a
class="btn btn-outline-light btn-floating m-1"
href="https://www.facebook.com/megaproec"
title="Facebook"
target="_blank"
role="button"
>
<i class="fa fa-facebook-official" aria-hidden="true"></i>
</a>
<a
class="btn btn-outline-light btn-floating m-1"
href="https://api.whatsapp.com/send?phone=593992058020&text=Hola"
title="Whatsapp"
target="_blank"
role="button"
><i class="fa fa-whatsapp" aria-hidden="true"></i>
</a>
<a
class="btn btn-outline-light btn-floating m-1"
href="mailto:[email protected]"
title="Email"
target="_blank"
role="button"
><i class="fa fa-envelope-o" aria-hidden="true"></i>
</a>
<a
class="btn btn-outline-light btn-floating m-1"
href="https://www.youtube.com/MEGACLASES"
title="Youtube"
target="_blank"
role="button"
><i class="fa fa-youtube-play" aria-hidden="true"></i>
</a>
<a
class="btn btn-outline-light btn-floating m-1"
href="https://twitter.com/megaproec"
title="Twitter"
target="_blank"
role="button"
><i class="fa fa-twitter" aria-hidden="true"></i>
</a>
</section>
<section class="mb-4">
<p>
MEGAPRO Somos un Grupo de profesionales, expertos en el área
Académica y Empresarial.
</p>
</section>
<section class="">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-12 mb-md-0">
<h5 class="text-uppercase">Unete a los mejores</h5>
<ul class="list-unstyled mb-0">
<li>CURSO PARA EL EXAMEN TRANSFORMAR.</li>
<li>CURSO PARA EL INGRESO A LA ESPOL.</li>
<li>CURSO PARA EL INGRESO A LA FAE, MARINA, EJÉRCITO.</li>
<li>PROCESO DE DIAGNÓSTICO GRATUITO.</li>
<li>SEMINARIOS Y CAPACITACIONES PARTICULARES.</li>
<li>BOLSA DE TRABAJO MEGAPRO.</li>
</ul>
</div>
</div>
<!--Grid row-->
</section>
<!-- Section: Links -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
<a class="text-white" href="https://megapro.com.ec/site/index.html"
>MEGAPRO S.A</a
>
© 2021 Copyright
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
<script src="js/scripts.js"></script>
<script src="./owl/owl.carousel.min.js"></script>
<script>
$(document).ready(function () {
$(".owl-carousel").owlCarousel({
items: 1,
loop: true,
margin: 10,
nav: true,
autoplay: true,
autoplayTimeout: 2000,
autoplayHoverPause: true,
responsive: {
0: {
items: 1,
nav: true,
},
600: {
items: 2,
nav: true,
},
1000: {
items: 3,
nav: true,
},
},
});
});
</script>
<script>
const $dropdown = $(".dropdown");
const $dropdownToggle = $(".dropdown-toggle");
const $dropdownMenu = $(".dropdown-menu");
const showClass = "show";
$(window).on("load resize", function () {
if (this.matchMedia("(min-width: 768px)").matches) {
$dropdown.hover(
function () {
const $this = $(this);
$this.addClass(showClass);
$this.find($dropdownToggle).attr("aria-expanded", "true");
$this.find($dropdownMenu).addClass(showClass);
},
function () {
const $this = $(this);
$this.removeClass(showClass);
$this.find($dropdownToggle).attr("aria-expanded", "false");
$this.find($dropdownMenu).removeClass(showClass);
}
);
} else {
$dropdown.off("mouseenter mouseleave");
}
});
</script>
</body>
</html>