-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (65 loc) · 2.47 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
73
74
75
76
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="SQ">
<meta name="description" content="CV Ismael Palma Téllez">
<meta name="keywords" content="curriculum, perfil, presentación personal">
<title>CV Ismael Palma Téllez</title>
<link rel="shortcut icon" href="./assets/img/Group 1.png" type="image/png">
</head>
<body>
<header>
<h1>Curriculum Vitae</h1>
<a href="#"><img src="./assets/img/profile_pic2.jpg" alt="foto perfil" width="10%"></a>
<h2>Ismael Palma Téllez</h2>
</header>
<section>
<h3>Resumen</h3>
<ul>
<p style="text-align:justify;">
Artista Visual. En los últimos años ha participado en exposiciones tanto individuales
como colectivas. Actualmente estudia diseño UX y programación, con la meta de adquirir
nuevas herramientas profesionales que le permitar tener mejores oportunidades laborales.
</p>
</ul>
</section>
<nav>
<section>
<h3>Datos personales</h3>
<ul>
<li>Nombre: Ismael Alejandro Palma Téllez</li>
<li>Lugar de nacimiento: Temuco, Chile</li>
<li>Fecha de nacimiento: 24 de septiembre de 1991</li>
</ul>
</nav>
</section>
<section>
<h3>Formación</h3>
<ul><p> Licenciatura en Artes Visuales, Universidad
de Chile, 2013-2017</p></ul>
</section>
<section>
<h3>Exposiciones y Residencias</h3>
<ul>
<li>Aparición Remota, Espacio Azul Petróleo - Colectiva diciembre, 2023</li>
<li>Borrar y Rebobinar, Sala Juan Egenau - Individual octubre, 2022</li>
<li>Ocasiones Propicias, Espacio O - Individual septiembre, 2018</li>
<li>Trampa para Pájaros, Sala Juan Egenau - Colectiva junio, 2018</li>
<li>Encuentros Sonoros, Sala Juan Egenau - Colectiva mayo, 2015</li>
<li>Residencia Submarina, noviembre 2023</li>
</ul>
</section>
<footer>
<h3>Contacto</h3>
<ul>
<ul>
<h4>@isma.elismael</h4>
<h5>[email protected]</h5>
<h5>+56 9 4543 5151</h5>
</ul>
</ul>
</footer>
</body>
</html>