-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 969 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rodrigo Jara</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<h1>Rodrigo Jara</h1>
</header>
<div class="presentacion">
<p class="presentation-text">Hola!</p>
<p class="presentation-text">Mi nombre es Rodrigo. Soy psicólogo de formación, <span class="special-color">investigador</span> y especialista en educación.</p>
<p class="presentation-text">Mis principales áreas de investigación son la <span class="special-color">educación media técnico-profesional</span>, la <span class="special-color">educación superior</span> y la <span class="special-color">teoría histórico-cultural</span>.</p>
</div>
</body>
<footer>
<a href="index.html">Inicio</a>
<a href="formacion.html">Formación</a>
<a href="experiencia.html">Experiencia</a>
<a href="blog.html">Blog</a>
<a href="contacto.html">Contacto</a>
</footer>
</html>