-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
473 lines (460 loc) · 17.2 KB
/
about.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
<!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</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_2.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 my-5">
<div class="col-lg-4 col-sm-12">
<h2 class="border-section mb-4">Nuestros Cursos Transformar</h2>
</div>
<div class="col-lg-4 col-sm-12">
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.”
</div>
<div class="col-lg-4 col-sm-12">
Somos un grupo de profesionales con liderazgo comprobado, sólidos
conocimientos en ciencias exactas y humanísticas, que por medio de una
enseñanza de alta calidad moral y metodológica, buscamos elevar el
nivel académico de quienes lo requieran.
</div>
</div>
<div class="container mt-lg-5 py-lg-2 mt-0 py-0">
<div class="row">
<div class="col-lg-5 col-md-12">
<img
class="img-fluid image-course"
src="./images/course_3.jpg"
alt=""
/>
</div>
<div class="col-lg-7 col-md-12 align-items-center">
<h3 class="border-section mb-4">CURSOS ESPOL</h3>
<p>
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>
<div class="row mt-lg-5 py-lg-2 mt-0 py-0">
<div class="col-lg-7 col-md-12">
<h3 class="border-section mb-4">CURSOS DE MILICIA</h3>
<p>
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 class="col-lg-5 col-md-12 align-items-center">
<img
class="img-fluid image-course"
src="./images/course_2.jpg"
alt=""
/>
</div>
</div>
</div>
<div class="container mt-lg-5 py-lg-2 mt-2 py-2 mb-3">
<div class="row">
<h3 class="border-section mb-4 text-center">NUESTROS PROFESORES</h3>
<div class="col-lg-6 col-12">
<div class="card py-3 mt-2">
<img
class="img-fluid rounded-100 mx-auto"
style="height: 100px; width: 100px; border-radius: 100%"
src="https://megapro.com.ec/site/images/person_1.jpg"
alt="prof1"
/>
<h5 class="text-center">Anl. Lic. Jorge Chalén</h5>
<h6 class="text-center">Física</h6>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="card py-3 mt-2">
<img
class="img-fluid rounded-100 mx-auto"
style="height: 100px; width: 100px; border-radius: 100%"
src="https://megapro.com.ec/site/images/person_2.jpg"
alt="prof2"
/>
<h5 class="text-center">Ángel Novillo</h5>
<h6 class="text-center">Profesor GAR</h6>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="card py-3 mt-2">
<img
class="img-fluid rounded-100 mx-auto"
style="height: 100px; width: 100px; border-radius: 100%"
src="https://megapro.com.ec/site/images/person_3.jpg"
alt="prof3"
/>
<h5 class="text-center">Msc Stalyn Gómez</h5>
<h6 class="text-center">Dominio Matematico</h6>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="card py-3 mt-2">
<img
class="img-fluid rounded-100 mx-auto"
style="height: 100px; width: 100px; border-radius: 100%"
src="https://megapro.com.ec/site/images/person_5.jpg"
alt="prof4"
/>
<h5 class="text-center">Q.F Lissette Santamaría</h5>
<h6 class="text-center">Quimica</h6>
</div>
</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">MÁS SERVICIOS MEGAPRO</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">
MÁS SERVICIOS MEGAPRO CURSO PROPEDÉUTICO GRATUITO, Nuestro
exclusivo Método MEGAPRO RTC te permite nivelar tus conocimientos
para rendir adecuadamente el examen Transformar, sin importar de
qué colegio vengas.
</p>
</div>
<div class="col-lg-4 col-md-6 col-12">
<h4 class="hero-help my-4 text-center">Principios Academicos</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">
Somos los únicos en brindar oportunidad de trabajo a nuestros
mejores estudiantes, con nosotros o en las empresas con las que
tenemos convenios institucionales.
</p>
</div>
<div class="col-lg-4 col-md-6 col-12">
<h4 class="hero-help my-4 text-center">Seminarios</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">
Servicio al Cliente. Trabajo en Equipo. Informática y Estadística.
Planificación y Diseño. Curricular. Tributación. Capacitación
Académica Particular.
</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>