-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (57 loc) · 2.69 KB
/
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
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mi diario de aprendizaje</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css'
rel='stylesheet'>
</head>
<body>
<header>
<h2 class="logo">M.O.Y</h2>
<nav class="navigation">
<a href="index.html" class="active">Retorno</a>
<a href="bocanadas.html">Bocanadas</a>
<a href="vuelos.html">Vuelos, vistas</a>
<a href="banal.html">Banal</a>
<a href="mas.html">Más</a>
</nav>
</header>
<section class="parallax">
<img src="posible2.gif" id="posible2">
<img src="mano2.png" id="mano2">
<img src="mano1.png" id="mano1">
<h1 id="text">Mi otro yo</h1>
</section>
<section class="sec">
<section class="img">
<img src="FOTOGRAFÍA I - copia.jpeg"></section>
<h2>Sobre Yery Rondón</h2>
<p>
<br>Junto a este día más, me declaro aún mayor
de edad: tengo 18 años, realizo mis estudios de
<br>Licenciatura en Literatura y Lengua Castellana
en la Universidad Industrial de Santander, y me
<br>encuentro en tercer semestre.</br>
<br>Sobre mi campo académico</br>
<br>1. <i>Historia de la Lengua Española</i></br>
<br>2. <i>Análisis y teoría literaria II: lírica</i></br>
<br>3. <i>Lengua extranjera: inglés II</i></br>
<br>4. <i>Pensamiento pedagógico y Sociedad</i></br>
<br>5. <i>Aprendizaje autónomo PPI</i></br>
<br><i>De contexto: Gimnasia formativa</i></br>
<br>En termino:</br>
<br>Finalmente, puedo decir que, poseo las bases para
poco a poco poder edificarme en los distintos ámbitos
<br>requeridos en las vivencias cotidianas y quizás futuras,
sin embargo, me considero en proceso y, probablemente,
<br>lo siga, para alcanzar a autodefinirme
o si quiera proponer un minúsculo esbozo sobre lo que soy.</br>
</p>
</section>
<script src="script.js"></script>
</body>
</html>