-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
81 lines (78 loc) · 3.71 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fraunces&family=Pacifico&family=Yusei+Magic&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&family=Yusei+Magic&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<title>Yonkani Manuel Cedeño Garcia</title>
</head>
<body>
<header>
<h1 class="header_title">Soy Yonkani Cedeño Garcia</h1>
<section class="header_photo">
<img src="./yonkanicedeno.jpg" alt="Foto de Yonkani" class="imagen">
</section>
</header>
<main>
<div class="main_firstsection">
<section class="main_education">
<h2 class="main_education_school">Unidad Educativa "El Empalme"</h2>
<p class="main_education_school_text">Graduado como fisico-matemático</p>
<h2 class="main_education_university">Escuela Superior Politécnica del Litoral</h2>
<p class="main_education_university_text">Actualmente cursando 5to semestre en la carrera de Ing. en Ciencias de la Computación</p>
</section>
<section class="main_personaldata">
<ul class="main_personaldata_list">
<li class="main_personaldata_name">
Yonkani Manuel
</li>
<li class="main_personaldata_lastname">
Cedeño Garcia
</li>
<li class="main_personaldata_birthdate">
6 de Marzo de 1996
</li>
<li class="main_personaldata_email">
</li>
<li class="main_personaldata_Linkedin">
<a href="https://www.linkedin.com/in/yonkani-manuel-cede%C3%B1o-garcia-8a4714207/"><img src="./linkedin.png" alt="Logo de LinkedIn"></a>
</li>
<li class="main_personaldata_Github">
<a href="https://github.com/ycedenog"><img src="./GitHub-Logo.png" alt="Logo de Github"></a>
</li>
</ul>
</section>
</div>
<div class="main_thirdsection">
<section class="main_curses">
<h1 class="main_curses_title">Cursos</h1>
<table class=main_curses_table>
<tr>
<td>Javascript Avanzado con expresiones regulares</td>
</tr>
<tr>
<td>Curso Práctico de HTML y CSS</td>
</tr>
<tr>
<td>C esencial</td>
</tr>
</table>
</section>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/If-VXIVmyOg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</main>
<footer class="footer_references">
<h1 class="footer_references_title">Pasatiempos</h1>
<ul class="footer_references_list">
<li>En mis tiempos libres me gusta jugar videojuegos en linea con mis amigos </li>
<li>Me gusta leer libros de filosofía</li>
<li>Colecciono imagenes de la segunda guerra mundial</li>
</ul>
</footer>
</body>
</html>