-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-authorized.html
436 lines (417 loc) · 14.9 KB
/
index-authorized.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
<!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>FisiCode</title>
<!-- Favicon -->
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.11.2/css/all.css"
/>
<!-- Google Fonts Roboto -->
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
/>
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<!-- Custom styles -->
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!--Main Navigation-->
<header>
<style>
#intro {
background-image: url('img/FISI_background_02.jpg');
height: 100vh;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) {
#intro {
margin-top: -58.59px;
}
}
.navbar .nav-link {
color: #fff !important;
}
</style>
<!-- Navbar -->
<nav
id="main_header"
class="navbar navbar-expand-lg navbar-dark d-none d-lg-block"
style="z-index: 2000"
>
<div class="container-fluid">
<!-- Navbar brand -->
<a class="navbar-brand nav-link" href="index-authorized.html">
<strong>FisiCode</strong>
</a>
<button
class="navbar-toggler"
type="button"
data-mdb-toggle="collapse"
data-mdb-target="#navbarExample01"
aria-controls="navbarExample01"
aria-expanded="false"
aria-label="Toggle navigation"
>
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarExample01">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="login.html" rel="nofollow"
>Ingresar</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="planes.html#plans-section">Planes</a>
</li>
<!-- <li class="nav-item active">
<a class="nav-link" aria-current="page" href="" target="_blank"
>Materiales</a
>
</li> -->
<!-- <li class="nav-item">
<a class="nav-link" href="about-us.html" rel="nofollow"
>Sobre nosotros</a
>
</li> -->
</ul>
<!-- Icons -->
<ul class="navbar-nav d-flex flex-row">
<li class="nav-item me-3 me-lg-0">
<a
class="nav-link"
href="https://www.facebook.com/profile.php?id=100090832215492"
rel="nofollow"
target="_blank"
>
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="nav-item me-3 me-lg-0">
<a
class="nav-link"
href="https://chat.whatsapp.com/JxTwdieuRyCBvDny78VRSc"
rel="nofollow"
target="_blank"
>
<i class="fab fa-whatsapp"></i>
</a>
</li>
<!-- <li class="nav-item me-3 me-lg-0">
<a class="nav-link" href="" rel="nofollow" target="_blank">
<i class="fab fa-tiktok"></i>
</a>
</li> -->
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Background image -->
<div id="intro" class="bg-image shadow-2-strong">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.8)">
<div
class="container d-flex align-items-center justify-content-center text-center h-100"
>
<div class="container">
<img width="55%" src="img/FisiCode_logo_03.png" alt="" />
</div>
</div>
</div>
</div>
<!-- Background image -->
</header>
<!--Main Navigation-->
<!--Main layout-->
<main class="mt-5">
<div class="container">
<!--Section: Courses-->
<section class="text-center">
<h4 class="mb-5"><strong>Algunos de nuestros cursos</strong></h4>
<div class="row">
<div class="col-lg-4 col-md-12 mb-4">
<div class="card">
<div
class="bg-image hover-overlay ripple"
data-mdb-ripple-color="light"
>
<img src="img\Python_básico.png" class="img-fluid" />
<a
href="https://drive.google.com/file/d/1au182wRYNb4EVJQNfTsplqsgPA-eJh59/view?usp=sharing"
target="_blank"
>
<div
class="mask"
style="background-color: rgba(251, 251, 251, 0.15)"
></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">Python Básico</h5>
<p class="card-text">
Aprende el lenguaje más demandado de 2023 desde cero hasta
tener las bases de la Programación Orientada a Objetos.
</p>
<a
href="https://drive.google.com/file/d/1au182wRYNb4EVJQNfTsplqsgPA-eJh59/view?usp=sharing"
target="_blank"
class="btn btn-primary"
>Ver Syllabus</a
>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div
class="bg-image hover-overlay ripple"
data-mdb-ripple-color="light"
>
<img
src="https://i0.wp.com/imgs.hipertextual.com/wp-content/uploads/2019/05/hipertextual-cursos-online-gratis-aprender-programar-c-2019879376.jpg?fit=1500%2C1000&quality=50&strip=all&ssl=1"
class="img-fluid"
/>
<a
href="https://drive.google.com/file/d/173YgUVKpvATAf1QbAOfpgWzP6t4YC8V8/view?usp=sharing"
target="_blank"
>
<div
class="mask"
style="background-color: rgba(251, 251, 251, 0.15)"
></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">C++ Básico</h5>
<p class="card-text">
¿Te aburre el pseudocódigo? A nosotros también, así que te
llevaremos directo a la boca del lobo que es C++. Crearemos
el entorno de desarrollador más óptimo para ti. Aprenderás a
resolver problemas en tiempo récord. Y finalmente, te
guiaremos en el proyecto final, un cajero automático.
</p>
<a
href="https://drive.google.com/file/d/173YgUVKpvATAf1QbAOfpgWzP6t4YC8V8/view?usp=sharing"
target="_blank"
class="btn btn-primary"
>Ver Syllabus</a
>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="card">
<div
class="bg-image hover-overlay ripple"
data-mdb-ripple-color="light"
>
<img
src="img\python_para_matemáticas_discretas_3.png"
class="img-fluid"
/>
<a href="https://drive.google.com/drive/folders/1KUPoANNfGgfc7C-vEq3cDFFKVzOP7U7d?usp=sharing" target="_blank">
<div
class="mask"
style="background-color: rgba(251, 251, 251, 0.15)"
></div>
</a>
</div>
<div class="card-body">
<h5 class="card-title">Python para matemáticas discretas</h5>
<p class="card-text">
Aprenderas a usar la librería NetworkX para poder crear,
manipular, explorar y graficar grafos. Además, aprenderás lo
necesario de Programación Orientada a Objetos para poder
crear, recorrer y visualizar árboles.
</p>
<a href="https://drive.google.com/drive/folders/1KUPoANNfGgfc7C-vEq3cDFFKVzOP7U7d?usp=sharing" target="_blank" class="btn btn-primary"
>Ver Material</a
>
</div>
</div>
</div>
</div>
</section>
<!--Section: Courses-->
<hr class="my-5" />
<!--Section: Form-->
<a id="register-section"></a>
<section class="mb-5">
<div
class="bg-image hover-overlay ripple"
data-mdb-ripple-color="light"
>
<img src="img\sistema-de-consultas.png" class="img-fluid" />
<a href="#course-form">
<div
class="mask"
style="background-color: rgba(251, 251, 251, 0.15)"
></div>
</a>
</div>
<h4 class="mb-5 text-center">
<strong>Realizar una consulta</strong>
</h4>
<div class="row d-flex justify-content-center">
<div class="col-md-6">
<form id="course-form">
<!-- Email input -->
<div class="form-outline mb-3">
<input
type="email"
id="email"
class="form-control"
required
/>
<label class="form-label" for="email"
>Correo electrónico</label
>
</div>
<!-- Course input -->
<div class="form-outline mb-3">
<input
type="text"
id="course"
class="form-control"
required
/>
<label class="form-label" for="course">Asunto</label>
</div>
<!-- Drive input -->
<div class="form-outline mb-3">
<input type="text" id="drive" class="form-control" />
<label class="form-label" for="drive"
>Link de los archivos adjuntos</label
>
</div>
<!-- Message input -->
<div class="form-group">
<label for="description">Escribe tu consulta</label>
<textarea
class="form-control"
id="description"
rows="3"
></textarea>
</div>
<hr />
<div id="alertPlaceholder"></div>
<!-- Send button -->
<button
id="send-button"
type="submit"
class="btn btn-primary btn-block mb-4"
>
Enviar
</button>
<!-- Register buttons -->
<!-- <div class="text-center">
<p>or sign up with:</p>
<button
type="button"
class="btn btn-primary btn-floating mx-1"
>
<i class="fab fa-facebook-f"></i>
</button>
<button
type="button"
class="btn btn-primary btn-floating mx-1"
>
<i class="fab fa-google"></i>
</button>
<button
type="button"
class="btn btn-primary btn-floating mx-1"
>
<i class="fab fa-twitter"></i>
</button>
<button
type="button"
class="btn btn-primary btn-floating mx-1"
>
<i class="fab fa-github"></i>
</button>
</div> -->
<!-- Register buttons -->
</form>
</div>
</div>
</section>
<!--Section: Form-->
</div>
</main>
<!--Main layout-->
<!-- Footer -->
<footer class="bg-light text-lg-start">
<!-- <div class="text-center py-4 align-items-center">
<p>Para enterarte del lanzamiento de nuevos cursos. Siguemos!!!</p>
<a
href=""
class="btn btn-primary m-1"
role="button"
rel="nofollow"
target="_blank"
>
<i class="fab fa-facebook-f"></i>
</a>
<a
href=""
class="btn btn-primary m-1"
role="button"
rel="nofollow"
target="_blank"
>
<i class="fab fa-whatsapp"></i>
</a>
<a
href=""
class="btn btn-primary m-1"
role="button"
rel="nofollow"
target="_blank"
>
<i class="fab fa-tiktok"></i>
</a>
</div> -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2023 Copyright:
<a class="text-dark" href="https://divorcedlance.github.io/fisicode/"
>fisicode.com</a
>
</div>
<!-- Copyright -->
</footer>
<!--Footer-->
<!-- Firesbase Scripts -->
<script type="module" src="js/firebase.js"></script>
<script type="module" src="js/firestore.js"></script>
<!-- Bootstrap 5.2 Scripts-->
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8"
crossorigin="anonymous"
></script>
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Custom scripts -->
<script type="module" src="js/app4.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>