-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuestrosCv.html
60 lines (47 loc) · 1.21 KB
/
NuestrosCv.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nuestros CV</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<hgroup>
<h1>Alejandro y Jesus</h1>
<h2>Futuros Full Stack Developers</h2>
</hgroup>
<ul>
<li><a href="./Home.html">Home</a></li>
<li><a href="./QuienesSomos.html">Acerca de Nosotros</a></li>
<li><a href="./Contacto.html">Contacto</a></li>
</ul>
</header>
<section class="CV Jesus">
<h3>Jesús Álvarez</h3>
<p>Ingeniero Químico en formación de Full Stack Developer</p>
<ul>
<h4>Formación</h4>
<li>ISDI CODERS jul 2023-oct 2023</li>
<li>Universidad Anáhuac 2012-2017 Licenciatura en ingeniería química</li>
</ul>
<ul>
<h4>Skills</h4>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
</section>
<section class="Alejandro">
<article>
<h3> Alejandro </h3>
<p>Nutria programadora</p>
<ul>
<li>Dominio de java</li>
<li>Dominio de JavaScript</li>
</ul>
</article>
</section>
</body>
</html>