-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (61 loc) · 3.08 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cvSebastián</title>
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/Talauer/CV-TICMAS/main/Imagenes/9-favicon.ico">
<!-- <link rel="stylesheet" href="reset.css"> -->
<link rel="stylesheet" href="https://github.com/Talauer/CV-TICMAS/blob/edd9407c494cf5f55da634d8d0aa30a8ba23753e/CSS/estilo.css">
</head>
<body class="grid-container">
<header class="header">
<h1 title="CV de Sebastián para Argentina Programa / TICMAS">Hola, mi nombre es Sebastián Talauer</h1>
</header>
<nav id="menu" class="navbar">
<ul>
<li>
<!--acá agregué un poco de javascript embebido-->
<i class="fa-solid fa-envelope"></i>
<a href="javascript:if (confirm('¿Querés entrar a Yandex? Vas a necesitar loguearte.'))
{parent.location='https://mail.yandex.com/';};">Talauer@yandex.com</a>
</li>
<li>
<a href="javascript:if (confirm('Este enlace te saca de mi cv y te lleva a LinkedIn.'))
{parent.location='https://www.linkedin.com/in/talauer/';};">LinkedIn/talauer</a>
</li>
<li>
<a href="javascript:if (confirm('Este enlace te saca de mi cv y te lleva a GitHub.'))
{parent.location='https://github.com/Talauer';};">GitHub/talauer</a>
</li>
<li>
<a href="javascript:if (confirm('Este enlace te saca de mi cv y te lleva a StackOverflow.'))
{parent.location='https://es.stackoverflow.com/users/319690/talauer';};">StackOverflow/talauer</a>
</li>
</ul>
</nav>
<aside class="sidebar">
<h3>Experiencia</h3>
<p>Diseño gráfico en 'Gráfica Z'</p>
<p>Data Entry en Destino Sul SRL</p>
<p>Diseño gráfico en 'Gráfica A4'</p>
<p>Data Entry en Diversidad Patagonia</p>
<p>Diseño gráfico en 'Adventure Patagonia'</p>
<p></p>
</aside>
<article class="main">
<div>
<img title="Foto de perfil de Sebastián en el Mirador principal Cerro Amigo, Bolsón 2018" src="https://raw.githubusercontent.com/Talauer/CV-TICMAS/main/Imagenes/foto_perfil3.png" alt="Foto de perfil de Sebastián" width="150" height="150">
</div>
<h3>Presentación</h3>
<p>Desarrollador web con 5 años de oficio en diseño gráfico. Certificado en la iniciativa nacional Argentina Programa. Apasionado por aprender, dedicado a aportar la experiencia adquirida e interesado en seguir creciendo en el mundo it.
Actualmente estudiando el framework MERN: MongoDB, Express, React, Node.</p>
</article>
<link rel="stylesheet" href="https://cdn.positus.global/production/resources/robbu/whatsapp-button/whatsapp-button.css"> <a id="robbu-whatsapp-button" target="_blank" href="https://api.whatsapp.com/send?phone=2945904284&text=Hola%20Sebasti%C3%A1n,%20me%20gustar%C3%ADa%20consultarte%20por%20asesoramiento."> <div class="rwb-tooltip">Consultas</div> <img src="https://cdn.positus.global/production/resources/robbu/whatsapp-button/whatsapp-icon.svg"> </a>
<footer class="footer">
<div>@SebastiantDev // San Carlos de Bariloche, Río Negro, Patagonia Argentina</div>
</footer>
</body>
</html>
<!--
-->