forked from yaxchemanrique/git-colaborativo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIsaac Yael.html
21 lines (19 loc) · 905 Bytes
/
Isaac Yael.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Isaac Yael Grupo D</title>
</head>
<body>
<h1>Isaac Yael Grupo D</h1>
<div>
<label for="descripcion"><strong>Descripción:</strong></label>
<p id="descripcion">Soy Yael, un programador de México con 22 años de edad. Estoy a punto de terminar la universidad en marzo de 2025. Cuento con experiencia en tecnologías como HTML, CSS, JavaScript, C#, Java, Python, así como en redes neuronales. He trabajado en la publicación de un artículo científico que será incluido en un libro del TECNM.</p>
</div>
<div>
<label for="github"><strong>Enlace a mi perfil de GitHub:</strong></label>
<a id="github" href="https://github.com/Fxxzzy" target="_blank">Mi perfil de GitHub</a>
</div>
</body>
</html>