-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresultados.html
371 lines (356 loc) · 13.5 KB
/
resultados.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
<!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" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="./css/mystyles.css">
<link rel="stylesheet" href="./css/simulacro.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-5 top-page">
<h3 class="text-center my-2 mb-4 mt-4">Resultados del simulador</h3>
<div class="row gx-4 gx-lg-5 align-items-center my-5 _contq">
<div class="site-section mt-3">
<div class="container-fluid">
<div class="row d-flex justify-content-center">
<div class="col-6">
<div class="card">
<div class="card-header text-center text-dark">
RESULTADOS
</div>
<div class="card-body text-dark">
<h4 id="result" class="text-center">No has dado el simulador</h4>
</div>
</div>
</div>
</div>
<div id="content" class="row mt-4 d-flex justify-content-center">
</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">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>
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>
<script src="./js/response..js"></script>
</body>
</html>