-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestElectronica.html
More file actions
250 lines (192 loc) · 12.7 KB
/
testElectronica.html
File metadata and controls
250 lines (192 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="../images/iconos/lapiz.ico">
<title>Test IT</title>
<link rel="stylesheet" href="../css/index.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
</head>
<body>
<!--HEADER-->
<header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-info fixed-top ">
<div class="container">
<a class="navbar-brand" href="/index.html">
<img src="../images/iconos/lapiz.svg" width="30" height="30" alt="" class="d-inline-block align-top" alt="" loading="lazy"> Test IT
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/index.html">Inicio
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="#" data-toggle="modal" data-target="#modalAyuda">Ayuda
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../html/novedades.html">Novedades</a>
</li>
<li class="nav-item">
<a class="nav-link" href="../html/materialEstudio.html">Material de Estudio</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Fin Navigation -->
<!--MODAL AYUDA(fuera del nav)-->
<div class="modal fade " id="modalAyuda" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-center">Ayuda</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
Para comenazar algún Test, deberá seleccionar primeramente el área, dentro de estas, hay 4 posibles, programación, redes, seguridad informática y electrónica. Una vez seleccionada el área desde el botón "Elegir", se lo redireccionará a otra página donde
podrás elegir los diferentes niveles de complejidad acorde al conocimiento que tengas, si necesitas repasar algún/os temas clickea el link "Material de Estudio" ubicado en la barra de navegación. </br>También
podrás tomar algún/os cursos gratuitos online que el autor desarrolló o está desarrollando. :)
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Cerrar</button>
</div>
</div>
</div>
</div>
<!--MODAL AYUDA-->
</header>
<!--FIN HEADER-->
<!--SLIDER-->
<section class="container-fluid slider justify-content-center align-items-center">
<div class="test">
<h1 class="mt-5 m-3 p-1 text-white"> Página en Mantenimiento</h1>
<!--GRUPO DE BOTONES-->
<div class="p-2 m-2">
<!--BOTON REGRESAR-->
<a href="../index.html">
<button type="button" class="btn btn-info border-rounded p-1 m-2 ">
<h5 class=""> <span class="badge badge-pill badge-info">Regresar</span></h5>
</button>
</a>
<!--FIN BOTON REGRESAR-->
<!--MODAL MAS INFO-->
<button type="button" class="btn btn-info p-1 m-2 " data-toggle="modal" data-target="#staticBackdrop">
<h5 class=""> <span class="badge badge-pill badge-info">Más Info</span></h5>
</button>
<!-- Modal -->
<div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="staticBackdropLabel">Niveles de Test de Redes Informáticas</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h3>Página en Mantenimiento</h3>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Cerrar</button>
</div>
</div>
</div>
</div>
<!--FIN MODAL MAS INFO-->
</div>
<!--FIN GRUPO DE BOTONES-->
</div>
<br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br><br> <br>
</section>
<!---FOOTER-->
<footer class="bg-dark mb-0 ">
<section class="Jumbotron">
<div class="jumbotron jumbotron-fluid d-flex flex-column text-center text-white bg-info mb-0 ">
<h3 class="display-5"> Más Información</h3>
<div class="links m-3">
<a href="https://github.com/andresWeitzel" target="_blank"><button class="btn btn-info border-light alert-link text-white m-2">
<!--Icono Github del Autor-->
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-person" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M10 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6 5c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/>
</svg>
<!--Fin Icono Github del Autor-->
</button></a>
<!-- Modal -->
<!-- Button trigger modal -->
<button type="button" class="btn btn-info border-light alert-link m-2 " data-toggle="modal" data-target="#exampleModal">
<!--icono Contacto-->
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-envelope-open" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.818l5.724 3.465L8 8.917l1.276.766L15 6.218V5.4a1 1 0 0 0-.53-.882l-6-3.2zM15 7.388l-4.754 2.877L15 13.117v-5.73zm-.035 6.874L8 10.083l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738zM1 13.117l4.754-2.852L1 7.387v5.73zM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2z"/>
</svg>
<!--icono Contacto-->
</button>
<div class="modal fade text-info" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"></button>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<h5>andres96energy@hotmail.com</h5>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-info" data-dismiss="modal">Cerrar</button>
</div>
</div>
</div>
</div>
<!-- Fin Modal -->
<a href="https://www.youtube.com/channel/UCuSVXmBcMURyTvbmbcgZalQ?view_as=subscriber" target="_blank"><button class="btn btn-info border-light alert-link m-2 ">
<!--icono Otros Cursos-->
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-collection-play" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M14.5 13.5h-13A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5zm-13 1A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5h-13zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z"/>
<path fill-rule="evenodd" d="M6.258 6.563a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z"/>
</svg>
<!--Finicono Otros Cursos-->
</button></a>
<a href="https://github.com/andresWeitzel/Material_de_Estudio" target="_blank">
<button class="btn btn-info border-light alert-link m-2">
<!--Icono material Extra-->
<svg width="2em" height="2em" viewBox="0 0 16 16" class="bi bi-cloud-arrow-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>
<path fill-rule="evenodd" d="M7.646 10.854a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 9.293V5.5a.5.5 0 0 0-1 0v3.793L6.354 8.146a.5.5 0 1 0-.708.708l2 2z"/>
</svg>
<!--Fin Icono material Extra-->
</button>
</a>
<div class="mt-5">
<h6 class="text-capitalize text-center">Desarrollado y Diseñado por Andrés Weitzel
</h6>
</div>
<div class=" mr-0 ml-5 text-white text-center">
<hr class="bg-white">
<p class="text-right ml-5 mr-0">
Open Source | 2020.
</p>
</div>
</div>
</div>
</section>
</footer>
<!---FIN FOOTER-->
<!--JS TEST DE PROGRAMACION-->
<script src="../js/testProgramacionBasico.js"></script>
<script src="../js/testProgramacionMedio.js"></script>
<script src="../js/testProgramacionAvanzado.js"></script>
<!---BOOTSTRAP-->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js " integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx " crossorigin="anonymous "></script>
</body>
</html>