-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathsergio.figal.html
More file actions
50 lines (50 loc) · 1.42 KB
/
sergio.figal.html
File metadata and controls
50 lines (50 loc) · 1.42 KB
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sergio Figal | Práctica GIT</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<style>
* {font-family: "Lato", sans-serif;}
body, html {
height: 100%;
color: #777;
line-height: 1.8;
}
body {
padding: 5rem;
}
section {
max-width: 800px;
margin: auto;
}
h1 {
font-size: 2rem;
margin: 0;
color: #6678a2;
}
h3 {
color: #6678a2;
}
h4 {
margin: 0;
font-weight: 300;
}
</style>
</head>
<body>
<section>
<h1>Soy Sergio</h1>
<h4><em>Racinguista, carrilero por derecha.</em></h4>
<br>
<h3>ACERCA DE MI</h3>
<p>Sergio Figal es mi nombre completo.</p>
<p> Comencé en el mundo de la programación de manera autodidacta uniendo, en el desarrollo web, mi pasión por el diseño y la lógica.</p>
<p>Llevo en el mundo del diseño más de 25 años, comenzando en los medios gráficos y la publicidad. Desde los inicios de la web en la región arranqué con los primeros trozos de código en html, y
hasta el día de hoy, voy siempre tratando de aprender más. <br><br></p>
<h3>POR OTRO LADO...</h3>
<p>Soy adicto al mate. Me divierto malgastando mi tiempo con la guitarra, el fútbol de los sábados y el dibujo, y siempre esperando la posibilidad de huir a disfrutar de la naturaleza.</p>
</section>
</body>
</html>