-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
334 lines (290 loc) · 23.8 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="es">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-41J543ME7M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-41J543ME7M');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Héctor Gastón Artigau. Soy Programador FrontEnd Trainee, tengo experiencia en HTML, CSS, JavaScript, React, entre otras. Aqui tienes algunos de mis proyectos ⬇️">
<meta property='og:title' content="Hector Gaston Artigau - Portfolio"/>
<meta property='og:description' content="Frontend Developer. Skills: React, Styled Components, MySQL, SEO... Te invito a ver mis proyectos."/>
<meta property='og:type' content="website"/>
<meta property='og:url' content="https://gaston-artigau.netlify.app"/>
<meta property='og:image' content="/img/fotoperfil.jpg"/>
<meta name='twitter:title' content='Hector Gaston Artigau - Portfolio'/>
<meta name='twitter:description' content='Frontend Developer. Skills: React, Styled Components, MySQL, SEO... Te invito a ver mis proyectos.'/>
<meta name='twitter:url' content='https://gaston-artigau.netlify.app'/>
<meta name='twitter:image' content='/img/fotoperfil.jpg'/>
<meta name='twitter:site' content='@Gaston_Artigau'/>
<meta name='twitter:creator' content='@Gaston_Artigau'/>
<meta name='twitter:card' content='app'/>
<title>Gastón Artigau - Portfolio</title>
<link rel='preload' href='css/normalize.css' as='style'>
<link rel='stylesheet' href='css/normalize.css'>
<link rel='preload' href='css/style.css' as='style'>
<link href='css/style.css' rel='stylesheet'>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"
type="text/javascript" charset="utf-8"></script>
</head>
<body class='body'>
<header>
<nav class='header'>
<input type="checkbox" id="check">
<label for="check" class="btn__menu">
<i class="fas fa-bars"></i>
</label>
<ul class="navegacion-principal">
<li><a class="link-menu" href='#' title="Inicio">Inicio</a></li>
<li><a class="link-menu" href='#aboutMe' title="About Me Section">Sobre Mí</a></li>
<li><a class="link-menu" href='#study'>Estudio</a></li>
<li><a class="link-menu" href='#projects' title="Projects Section">Proyectos</a></li>
<li><a class="link-menu" href='#contact' title="Contact Section">Contacto</a></li>
<li><a target="_blank" class="link-menu button-menu" href='/assets/CV-Hector-Gaston-Artigau.pdf' title="CV PDF">CV PDF</a></li>
</ul>
<ul class="nav">
<li><a target="_blank" class="link-menu button-menu" href='/assets/CV-Hector-Gaston-Artigau.pdf' title="CV PDF">Mi CV</a></li>
</ul>
</nav>
</header>
<div class="lateral-mail">
<a class="mail" href="mailto:gastonartigau@gmail.com">gastonartigau@gmail.com</a>
</div>
<div class="lateral-social">
<ul class="social-networks">
<li class="social-media">
<a target="_blank" href="https://github.com/Gaston-Artigau">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg></a>
</li>
<li class="social-media">
<a target="_blank" href="https://www.instagram.com/gaston_artigau/">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="4" y="4" width="16" height="16" rx="4" />
<circle cx="12" cy="12" r="3" />
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501" />
</svg></a>
</li>
<li class="social-media">
<a target="_blank" href="https://twitter.com/Gaston_Artigau">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" />
</svg></a>
</li>
<li class="social-media">
<a target="_blank" href="https://www.linkedin.com/in/h%C3%A9ctor-gast%C3%B3n-artigau-47b686221/">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin" width="24" height="24" viewBox="0 0 22 22" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="8" y1="11" x2="8" y2="16" />
<line x1="8" y1="8" x2="8" y2="8.01" />
<line x1="12" y1="16" x2="12" y2="11" />
<path d="M16 16v-3a2 2 0 0 0 -4 0" />
</svg></a>
</li>
</ul>
</div>
<div class='enter contenedor'>
<section class='section'>
<h1 class='enter__title'><span class='enter__span'>Hi, my name is</span><br>
<span class='enter__span--name'>Gaston Artigau.</span><br>I'm Frontend Developer</h1>
<p class='enter__description'>Me especializo en transformar simples diseños en sitios Web o Aplicaciones Web modernas, rapidas y responsivas con un codigo limpio y reutilizable.</p>
<a class="enter__button" href='https://github.com/Gaston-Artigau'>¡Mira mi GitHub!</a>
</section>
</div>
<main>
<section class="first-section contenedor">
<div class="first-section__onegrid">
<h2 class="first-section__title" id="aboutMe">Sobre Mí</h2>
<p class="first-section__description">¡Hola! Mi nombre es Gaston y me gusta crear paginas web responsivas. Mi interés por el Desarrollo Web comenzó a principios de 2021 cuando decidí intentar adentrarme en el mundo de la programación. Empecé con un curso de Python y
poco a poco me fui moviendo más hacia el Desarrollo Web (FrontEnd).<br>
<br> Actualmente me encuentro cada vez más interesado y entusiasmado de este asombroso mundo. Mi foco principal está orientado al FrontEnd, ya que me siento más cómodo y libre, actuando sobre la parte visual e interactiva de las paginas web.<br>
<br> Recientemente he estado aprendiendo React-Apps y perfeccionando mis habilidades generales y mis habilidades blandas.<br>
<br> Aquí hay algunas tecnologías con las que he estado trabajando recientemente:</p>
<div class="first-section__skills">
<p class="first-section__link">HTML / CSS</p>
<p class="first-section__link">React</p>
<p class="first-section__link">Firebase</p>
<p class="first-section__link">JavaScript</p>
<p class="first-section__link">Redux</p>
<p class="first-section__link">PWA</p>
<p class="first-section__link">Git</p>
<p class="first-section__link">Styled Components</p>
<p class="first-section__link">SEO</p>
</div>
</div>
<img class="first-section__img" src="img/fotoperfil.jpeg" alt="Fotografía de Gastón Artigau">
</section>
<section class="second-section contenedor">
<h2 id="study" class="second-section__title">Estudio</h2>
<p class="second-section__description">Mi aprendizaje es 100% autodidacta. Todo lo que he aprendido ha sido mediante documentación oficial y cursos online de distintas plataformas educativas gratuitas, a continuación dejare los más relevantes:</p>
<a target="_blank" href="https://www.edx.org/es/course/cs50s-web-programming-with-python-and-javascript" class="second-section__course"> CS50’s Web Programming with Python and JavaScript -<span class="second-section__span"> Brian Yu - Harvard EDX</span></a><br><br>
<a target="_blank" href="https://www.udemy.com/course/introduccion-a-la-programacion-con-python-juan-de-la-torre/" class="second-section__course"> Introducción a la Programación con Python -<span class="second-section__span"> Udemy</span></a><br><br>
<a target="_blank" href="https://www.udemy.com/certificate/UC-8cdaf06e-7c46-4beb-85d0-aaa8ea843ccb/" class="second-section__course"> Desarrollo web. JavaScript desde cero. Edición 2018-2019 -<span class="second-section__span"> Udemy</span></a><br><br>
<a target="_blank" href="https://www.udemy.com/course/desarrollo-web-completo-con-html5-css3-js-php-y-mysql/" class="second-section__course"> Desarrollo Web Completo con HTML5, CSS3, JS AJAX PHP y MySQL -<span class="second-section__span"> Udemy</span></a><br><br>
<a target="_blank" href="https://www.udemy.com/course/react-desde-cero-pwa/" class="second-section__course"> React Desde Cero -<span class="second-section__span"> Udemy</span></a><br><br>
<a target="_blank" href="https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures" class="second-section__course"> JavaScript Algorithms and Data Structures -<span class="second-section__span"> FreeCodeCamp</span></a><br><br>
<a target="_blank" href="https://youtu.be/z95mZVUcJ-E" class="second-section__course"> Curso de JAVASCRIPT desde CERO (Completo) - Nivel JUNIOR.<span class="second-section__span"> Soy Dalto - YouTube</span></a><br><br>
<a target="_blank" href="https://www.youtube.com/watch?v=OWKXEJN67FE" class="second-section__course"> Curso de CSS desde CERO (Completo).<span class="second-section__span"> Soy Dalto - YouTube</span></a><br>
</section>
<section class="third-section contenedor">
<h2 id="projects" class="third-section__title">Proyectos</h2>
<article class="third-section__project">
<img src="img/p-emigrarg.png" class="third-section__img" alt="Imagen del sitio web EmigrArg">
<div class="third-section__div">
<h3 class="third-section__h3">Proyecto Personal</h3>
<a target="_blank" href="https://emigrarg.netlify.app/">
<h2 class="third-section__title--project">EmigrArg</h2>
</a>
<p class="third-section__description">Pagina Web sobre distintas opciones de visas para emigrar de Argentina, además de un blog en el que se sube información actualizada.</p>
<ul class="third-section__ul">
<li class="li">HTML / CSS</li>
<li class="li"></li>
</ul>
<div class="third-section__links">
<a target="_blank" class="third-section__" href="https://github.com/Gaston-Artigau/EmigrArg">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="28" height="28" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg>
</a>
<a target="_blank" class="third-section__link" href="https://emigrarg.netlify.app">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" color="#a8b2d1" width="26" height="26"><title>Pagina Web</title><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>
</a>
</div>
</div>
</article>
<article class="third-section__project1">
<div class="third-section__div--p1">
<h3 class="third-section__h3--p1">Proyecto Personal</h3>
<a target="_blank" href="https://devlyargentina.netlify.app">
<h2 class="third-section__title--p1">Devly: Sitio web oficial</h2>
</a>
<p class="third-section__description--p1">Sitio Web de una empresa de desarrollo web, con estilo moderno. Cuenta con secciones de Servicios, About y Proyectos.</p>
<ul class="third-section__ul--p1">
<li class="li">HTML</li>
<li class="li">Styled Components</li>
<li class="li">React</li>
</ul>
<div class="third-section__links--p1">
<a target="_blank" class="third-section__" href="https://github.com/Gaston-Artigau/devly">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="28" height="28" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg>
</a>
<a target="_blank" class="third-section__link--p1" href="https://devlyargentina.netlify.app">
<svg class="icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" color="#a8b2d1" width="26" height="26"><title>Pagina Web</title><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>
</a>
</div>
</div>
<img src="img/p-devly.png" class="third-section__img third-section__img--p1" alt="Imagen del sitio web Devly Argentina">
</article>
<article class="third-section__project2">
<img src="img/p-boost.png" class="third-section__img" alt="Imagen de la pagina web de Master of Boost">
<div class="third-section__div--p2">
<h3 class="third-section__h3--p2">Proyecto Personal</h3>
<a href="https://masterofboost.netlify.app/">
<h2 target="_blank" class="third-section__title--p2">Master of Boost</h2>
</a>
<p class="third-section__description--p2">Pagina de información general y cotización sobre un servicio de ELO Boosting de League of Legends con un diseño simple y moderno.</p>
<ul class="third-section__ul--p2">
<li class="li">HTML / CSS</li>
<li class="li">JS</li>
</ul>
<div class="third-section__links">
<a target="_blank" class="third-section__" href="https://github.com/Gaston-Artigau/LOL-Boost">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="28" height="28" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg>
</a>
<a class="third-section__link--p2" target="_blank" href='https://masterofboost.netlify.app/'>
<svg class="icon" xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" color="#a8b2d1" width="26" height="26"><title>Pagina Web</title><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>
</a>
</div>
</div>
</article>
<button class="button-projects"><a target="_blank" href="https://gaston-artigau-projects.netlify.app">Ver todos mis Proyectos</a></button>
</section>
<section class="fourth-section contenedor">
<h2 id="contact" class="fourth-section__title">¿Que sigue?</h2>
<h2 class="fourth-section__title1">Ponete en Contacto</h2>
<p class="fourth-section__description">Actualmente estoy buscando nuevas oportunidades. Ya sea para alguna propuesta o alguna duda, no dudes en contactarme. ¡Suerte en tu día!</p>
<a alt="Mail Gastón Artigau" target="_blank" class="fourth-section__mail" href="mailto:gastonartigau@gmail.com">Contactame!</a>
</section>
</main>
<footer class="footer">
<a target="_blank" href="https://www.linkedin.com/in/h%C3%A9ctor-gast%C3%B3n-artigau-47b686221/" class="footer">Made by Gaston Artigau</a>
<ul class="social-networks__footer">
<li class="social-media">
<a target="_blank" href="https://github.com/Gaston-Artigau">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5" />
</svg></a>
</li>
<li class="social-media">
<a target="_blank" href="https://www.instagram.com/gaston_artigau/">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="4" y="4" width="16" height="16" rx="4" />
<circle cx="12" cy="12" r="3" />
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501" />
</svg></a>
</li>
<li class="social-media">
<a target="_blank" href="https://twitter.com/Gaston_Artigau">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-twitter" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z" />
</svg></a>
</li>
<li class="social-media">
<a target="_blank" href="https://www.linkedin.com/in/h%C3%A9ctor-gast%C3%B3n-artigau-47b686221/">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin" width="24" height="24" viewBox="0 0 22 22" stroke-width="1.5" stroke="#ccd6f6" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
<rect x="4" y="4" width="16" height="16" rx="2" />
<line x1="8" y1="11" x2="8" y2="16" />
<line x1="8" y1="8" x2="8" y2="8.01" />
<line x1="12" y1="16" x2="12" y2="11" />
<path d="M16 16v-3a2 2 0 0 0 -4 0" />
</svg></a>
</li>
</ul>
</footer>
<script>
$(function(){
$('a[href*=#]').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
&& location.hostname == this.hostname) {
var $target = $(this.hash);
$target = $target.length && $target || $('[name=' + this.hash.slice(1) +']');
if ($target.length) {
var targetOffset = $target.offset().top;
$('html,body').animate({scrollTop: targetOffset}, 2000);
return false;
}
}
});
});
</script>
</body>
</html>