-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (60 loc) · 3.91 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
<!DOCTYPE html>
<html lang = "es">
<head>
<meta name = "viewport" content = "width = device-width, height = device-height, initial-scale = 1" />
<meta charset = "utf-8" />
<meta name = "author" content = "Nicolás Pauer" />
<meta name = "keyword" content = "Nico Pauer" />
<title>Nicolás Pauer</title>
<link rel = "stylesheet" href = "profesional.css" />
</head>
<body>
<header id = "principio">
<h1><em>Nicolás Pauer</em></h1>
<h2>Mail: <em>[email protected]</em></h2>
<img width = "130px" height = "150px" alt = "Nico Pauer (foto)" src = "nico-pauer.jpeg"/><br />
</header>
<aside id = "mis-redes">
<h3>Redes sociales: </h3>
<ol>
<li>Threads: <a href = "https://threads.net/@nico.pauer/" target = "_blank" title = "Redes sociales" aria-labeledby = "perfil" aria-label = "Red social">@nico.pauer</a></li>
<li>Instagram: <a href = "https://instagram.com/nico.pauer/" target = "_blank" title = "Redes sociales" aria-labeledby = "perfil" aria-label = "Red social">@nico.pauer</a></li>
<li>Github: <a href = "https://github.com/NicoPauer/" target = "_blank" title = "Github" aria-labeledby = "perfil" aria-label = "programación">https://github.com/NicoPauer</a></li>
<li>Codepen: <a href = "https://codepen.io/nicolas-pauer/" target = "_blank" title = "Ejemplos de mis webs" aria-labeledby = "perfil" aria-label = "webs">https://codepen.io/nicolas-pauer</a></li>
<li>Repl It: <a href = "https://replit.com/@nicolaspauer/" target = "_blank" title = "Repl It" aria-labeledby = "perfil" aria-label = "programación">https://replit.com/@nicolaspauer</a></li>
</ol>
</aside>
<article id = "descripcion">
<section id = "habilidades" title = "habilidades">
<h2>Habilidades: </h2>
<ol title = "habilidades" aria-labeledby = "listado" aria-label = "habilidades">
<li>Programar: Python, Javascript, C</li>
<li>Usar GNU/Linux: Comandos, Administración de archivos e instalar la mayoría de las distros</li>
<li>Ingles: Nivel Medio</li>
<li>Hacer Webs</li>
<li>Aprender cosas nuevas</li>
</ol><br />
</section>
<section id = "proyectos" title = "proyectos">
<h2>Proyectos: </h2>
<ol aria-labledby = "listado" aria-label = "proyectos">
<li><a href = "https://nicopauer.github.io/" target = "_blank" aria-labeledby = "enlace" aria-label = "Música" title = "Canciones Favoritas">Listado de mis canciones favoritas cont HTML y CSS.</a></li>
<li><a href = "https://nicopauer.github.io/mf/" target = "_blank" aria-labeledby = "enlace" aria-label = "Martín Fierro Digital" title = "Certificador">Un generador de certificado para Martín Fierro (De 2024 en adelante).</a></li>
<li><a href = "https://nicopauer.github.io/eventos/" target = "_blank" aria-labeldeby = "enlace" aria-label = "eventos" title = "Shows">Listado de proximos Shows</a></li>
<li><a href = "https://nicopauer.github.io/gatos/" target = "_blank" aria-labeledby = "enlace" aria-label = "gatos" title = "Info de gatos">Datos curiosos sobre gatos</a></li>
<li><a href = "https://nicopauer.github.io/remarcador/" target = "_blank" aria-labeledby = "enlace" aria-label = "gatos" title = "Remarcar precios">Remarcador de precios para un presupuesto determinado en cualquier divisa</a></li>
</ol><br />
</section>
<section id = "personal" title = "Mas sobre mi">
<h2>Descripcion: </h2>
<p>Desde Bahía Blanca con GNU/Linux programando, haciendo webs y escuchando música. <br /><p>Mi color favorito es el rojo, me encantan los gatos y la música electrónica aunque escucho todo tipo de música.</p></p>
<h2>Hobbies: </h2>
<ul>
<li>Escuchar música</li>
<li>Investigar en internet</li>
<li>Usar redes sociales</li>
</ul><br />
</section>
</article>
</body>
</html>