-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
222 lines (217 loc) · 6.35 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
<html>
<head>
<title>Sebastian Ventura</title>
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width,initial-scale=1">
<style>
html, body {
width: 100%;
background-color: #eaeaea;
font-family: 'Source Code Pro';
margin: 0;
}
#container {
background-color: #fefefe;
max-width: 800px;
margin: 0 auto;
padding: 0.3em 1.2em 1.2em;
box-shadow: 0 0 10px #666;
color: #444;
font-size: 1.1em;
}
#container:after {
content: "";
display: table;
clear: both;
}
@media (max-width: 864px) {
#container {
width: 100%;
box-shadow: none;
}
}
h1 {
margin: 0.3em 0;
}
h2 {
margin: 0.9em 0 0.6em;
}
p {
margin: 0.6em 0;
}
* {
box-sizing: border-box;
}
header h1 {
width: 200px;
text-align: center;
float: left;
height: 90px;
}
header h1 a {
text-decoration: none;
color: inherit;
}
header nav {
width: calc(100% - 200px);
float: right;
}
header nav > * {
float: left;
display: block;
width: calc(100% / 3);
text-decoration: none;
text-align: center;
height: calc(90px + 0.6em);
line-height: calc(100px + 0.6em);
color: #4141ff;
}
header nav > *:hover {
color: inherit;
}
header:after {
content: "";
display: table;
clear: both;
}
@media (max-width: 864px) {
header nav > * {
margin-top: 0.6em;
float: none;
width: 100%;
height: auto;
line-height: normal;
}
}
#experience {
float: left;
width: 200px;
text-align: center;
padding-top: 1em;
font-size: 0.9em;
}
#experience .job {
border: 1px solid #bbb;
padding: 0.3em;
border-radius: 2px;
}
#experience .job .title {
font-weight: bold;
}
#experience .year:before, #experience .year:after {
display: block;
content: "|";
font-size: 0.7em;
color: #bbb;
}
#experience .year:last-child:after, #experience .year:first-child:before {
display: none;
}
@media (max-width: 864px) {
#experience {
width: 100%;
float: none;
}
}
@keyframes width {
from {
width: 0;
}
}
#skills {
float: right;
width: calc(100% - 220px);
margin-left: 20px;
padding: 1em;
padding-top: 0.7em;
}
#skills .skill {
background-color: rgba(0, 0, 0, 0.1);
margin-top: 0.3em;
margin-bottom: 0.3em;
padding: 0.3em;
border-radius: 4px;
overflow-x: visible;
white-space: nowrap;
animation: width 2s ease-out;
}
#skills .skill h3 {
display: block;
margin: 0;
font-size: 14px;
}
#skills .skill .years {
font-size: 0.8em;
opacity: 0.8;
}
@media (max-width: 864px) {
#skills {
width: 100%;
float: none;
margin-left: 0;
}
}
</style>
</head>
<body>
<div id="container">
<header>
<h1><a href="mailto:[email protected]">SEBASTIÁN VENTURA</a></h1>
<nav>
<a target="about:blank" href="https://www.linkedin.com/in/sebastiang-ventura/">LinkedIn</a>
<a target="about:blank" href="http://github.com/lomegor">GitHub</a>
<a target="about:blank" href="https://docs.google.com/document/d/1CzZLWBLd-CksvwiA2sJjIutv1ZFTHNZ4mLkmIygfhUs/edit?usp=sharing">Curriculum</a>
</nav>
</header>
<main>
<p>I'm a Senior Software Engineer with 14 years experience. I have a special interest in how software is integrated into our lives, as we've recently seen with the rise of AI and other technological advancements. I want to make a difference in the technological world surrounding us, while also being conscious of the social environment and the current problems that we face as a society.</p>
<div id="experience">
<div class="job"><span class="title">Lead Frontend Engineer</span> at Mention Me</div>
<div class="year">2022</div>
<div class="job"><span class="title">Frontend Engineer</span> at Mention Me</div>
<div class="year">2021</div>
<div class="job"><span class="title">Technical Lead</span> at Monetate</div>
<div class="year">2019</div>
<div class="job"><span class="title">Team Lead</span> at Monetate</div>
<div class="year">2017</div>
<div class="job"><span class="title">Senior Javascript Engineer</span> at Monetate</div>
<div class="year">2015</div>
<div class="job"><span class="title">Javascript Engineer</span> at Monetate</div>
<div class="year">2013</div>
<div class="job"><span class="title">Freelance Developer</span></div>
<div class="year">2011</div>
<div class="job"><span class="title">Infrastructure Team</span> at Sonda</div>
<div class="year">2010</div>
<div class="job"><span class="title">Computer Engineering Bachelor's Degree</span> at Universidad de la República</div>
<div class="year">2007</div>
</div>
<div id="skills">
<div class="skill" style="width: 100%">
<h3>JavaScript <span class="years">(13 years)</span></h3>
<div class="skill" style="width: 33%">React <span class="years">(4 years)</span></div>
<div class="skill" style="width: 33%">Typescript <span class="years">(4 years)</span></div>
<div class="skill" style="width: 46%">ES6 <span class="years">(6 years)</span></div>
<div class="skill" style="width: 100%">jQuery <span class="years">(13 years)</span></div>
<div class="skill" style="width: 46%">Node.js <span class="years">(6 years)</span></div>
<div class="skill" style="width: 60%">Google Closure <span class="years">(8 years)</span></div>
</div>
<div class="skill" style="width: 100%">
<h3>CSS <span class="years">(13 years)</span></h3>
<div class="skill" style="width: 25%">less <span class="years">(4 year)</span></div>
</div>
<div class="skill" style="width: 100%">HTML5 <span class="years">(13 years)</span></div>
<div class="skill" style="width: 80%">
<h3 for="shell">shell <span class="years">(11 years)</span></h3>
<div class="skill" style="width: 50%">zsh <span class="years">(6 years)</span></div>
<div class="skill" style="width: 70%">bash <span class="years">(8 years)</span></div>
</div>
<div class="skill" style="width: 100%">git <span class="years">(10 years)</span></div>
<div class="skill" style="width: 30%">jest <span class="years">(4 years)</span></div>
<div class="skill" style="width: 40%">PHP <span class="years">(5 years)</span></div>
<div class="skill" style="width: 20%">Python <span class="years">(3 years)</span></div>
<div class="skill" style="width: 30%">MySQL <span class="years">(4 years)</span></div>
</div>
</main>
</div>
</body>
</html>