-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
383 lines (382 loc) · 25.4 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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lauro Reyes CV</title>
<script defer src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script defer src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script defer src="js/app.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/estilo.css">
<script src="https://kit.fontawesome.com/ff5ed85ccc.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark ls_navbar">
<div class="container">
<a class="navbar-brand" href="#">Lauro Reyes Rosas</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Language</a>
<div class="dropdown-menu">
<a class="dropdown-item ls_a_h" href="index.html">Español</a>
<a class="dropdown-item ls_a_h" href="indexE.html">English</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron ls_jumbo">
<div class="container">
<h2 class="display-2 mb-3">Analista de Datos</h2>
<p class="lead ls_desc">
Analista de datos con tres años de experiencia, apasionado por la visualización e interpretación de datos. Con bases sólidas de programación para la automatización de procesos ETL y constante aprendizaje de modelos de machine learning.
</p>
</div>
</div>
<main class="container">
<div class="ls_carrera">
<div class="row pt-4">
<div class="col">
<h3 class="ls_title">Carrera Profesional</h3>
<hr>
</div>
</div>
<div class="ls_carrera_cont">
<div class="row mt-2">
<div class="col-3 d-flex align-items-center justify-content-center">
<h2 class="ls_job">Sony Music Mexico</h2>
</div>
<div class="col-9 ls_carrera_descr_cont">
<p class="ls_carrera_job">Analista de datos Senior</p>
<p class="ls_carrera_year">2021-2022</p>
<p class="ls_carrera_descr">Encargado de la automatización de procesos ETL a través de un servidor remoto y creación de reportes sobre el consumo de música en México.</p>
</div>
</div>
<div class="row mt-2">
<div class="col-3 d-flex align-items-center justify-content-center">
<h2 class="ls_job">Omnicom Media Group</h2>
</div>
<div class="col-9 ls_carrera_descr_cont">
<p class="ls_carrera_job">Analista de medios y redes sociales</p>
<p class="ls_carrera_year">2021</p>
<p class="ls_carrera_descr">Trabajo temporal con duración de dos meses donde analizaba los spots publicitarios relacionados con bebidas alcohólicas y menciones en redes sociales con herramientas NLP.</p>
</div>
</div>
<div class="row mt-2">
<div class="col-3 d-flex align-items-center justify-content-center">
<h2 class="ls_job">Sony Music</h2>
</div>
<div class="col-9 ls_carrera_descr_cont">
<p class="ls_carrera_job">Analista de ventas digitales</p>
<p class="ls_carrera_year">2017-2019</p>
<p class="ls_carrera_descr">En este trabajo mi principal tarea era la creación e interpretación de reportes sobre el comportamiento del consumo de música en México en plataformas digitales. </p>
</div>
</div>
<div class="row mt-2">
<div class="col-3 d-flex align-items-center justify-content-center">
<h2 class="ls_job">Estee Lauder</h2>
</div>
<div class="col-9 ls_carrera_descr_cont">
<p class="ls_carrera_job">Analista crédito y cobranza</p>
<p class="ls_carrera_year">2016</p>
<p class="ls_carrera_descr">Durante este trabajo de becario tenía la responsabilidad de dar seguimiento a la cartera vencida y elaborar reportes para el área de crédito y cobranza.</p>
</div>
</div>
</div>
</div>
<div class="ls_habilidades">
<div class="row mt-4">
<div class="col">
<h3 class="ls_title">Habilidades <span class="d-none d-lg-inline">Pasar cursor por título para ver librerias</span></h3>
<hr>
</div>
</div>
<div class="row mt-2">
<div class="col-12 col-lg-3 d-flex align-items-center justify-content-center">
<h2 class="ls_software">Excel</h2>
</div>
<div class="col-12 col-lg-3 d-flex justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="270" height="100" viewBox="0 0 270 100"><defs><clipPath id="b"><rect width="270" height="100"/></clipPath></defs><g id="a" clip-path="url(#b)"><rect width="270" height="100" fill="#fff"/><rect width="270" height="100" fill="#fcfcfc"/><g transform="translate(12 -48)"><g transform="translate(16 93)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="7.5" cy="7.5" r="7.5" stroke="none"/><circle cx="7.5" cy="7.5" r="7" fill="none"/></g><g transform="translate(41 88)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="12.5" cy="12.5" r="12.5" stroke="none"/><circle cx="12.5" cy="12.5" r="12" fill="none"/></g><g transform="translate(76 83)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="17.5" cy="17.5" r="17.5" stroke="none"/><circle cx="17.5" cy="17.5" r="17" fill="none"/></g><g transform="translate(121 78)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="22.5" cy="22.5" r="22.5" stroke="none"/><circle cx="22.5" cy="22.5" r="22" fill="none"/></g><g transform="translate(176 71)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="27.5" cy="27.5" r="27.5" stroke="none"/><circle cx="27.5" cy="27.5" r="27" fill="none"/></g></g></g></svg>
</div>
<div class="col-12 col-lg-3 d-flex align-items-center justify-content-center">
<div>
<h2 class="ls_software">Tableau</h2>
<h2 class="ls_software">SQL</h2>
</div>
</div>
<div class="col-12 col-lg-3 d-flex justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="270" height="100" viewBox="0 0 270 100"><defs><clipPath id="b"><rect width="270" height="100"/></clipPath></defs><g id="a" clip-path="url(#b)"><rect width="270" height="100" fill="#fff"/><rect width="270" height="100" fill="#fcfcfc"/><g transform="translate(12 -48)"><g transform="translate(16 93)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="7.5" cy="7.5" r="7.5" stroke="none"/><circle cx="7.5" cy="7.5" r="7" fill="none"/></g><g transform="translate(41 88)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="12.5" cy="12.5" r="12.5" stroke="none"/><circle cx="12.5" cy="12.5" r="12" fill="none"/></g><g transform="translate(76 83)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="17.5" cy="17.5" r="17.5" stroke="none"/><circle cx="17.5" cy="17.5" r="17" fill="none"/></g><g transform="translate(121 78)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="22.5" cy="22.5" r="22.5" stroke="none"/><circle cx="22.5" cy="22.5" r="22" fill="none"/></g><g transform="translate(176 71)" fill="#fcfcfc" stroke="#707070" stroke-width="1"><circle cx="27.5" cy="27.5" r="27.5" stroke="none"/><circle cx="27.5" cy="27.5" r="27" fill="none"/></g></g></g></svg>
</div>
<div class="col-12 col-lg-3 d-flex align-items-center justify-content-center">
<div>
<h2 class="ls_software" id="python">Python</h2>
<div class="ls_tooltip" id="tooltip">
<table class="table table-hover">
<thead class="thead-dark">
<tr>
<th>Library</th>
<th>Level</th>
</tr>
</thead>
<tbody>
<tr>
<td>Pandas</td>
<td>High</td>
</tr>
<tr>
<td>sqlalchemy</td>
<td>High</td>
</tr>
<tr>
<td>sklearn</td>
<td>Medium</td>
</tr>
<tr>
<td>Matplotlib</td>
<td>Medium</td>
</tr>
<tr>
<td>PyMongo</td>
<td>Medium</td>
</tr>
<tr>
<td>Odoo</td>
<td>Medium</td>
</tr>
<tr>
<td>Flask</td>
<td>Basic</td>
</tr>
<tr>
<td>TensorFlow</td>
<td>Basic</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-12 col-lg-3 d-flex justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="270" height="100" viewBox="0 0 270 100"><defs><clipPath id="b"><rect width="270" height="100"/></clipPath></defs><g id="a" clip-path="url(#b)"><rect width="270" height="100" fill="#fff"/><rect width="270" height="100" fill="#fcfcfc"/><g transform="translate(12 -48)"><g transform="translate(16 93)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="7.5" cy="7.5" r="7.5" stroke="none"/><circle cx="7.5" cy="7.5" r="7" fill="none"/></g><g transform="translate(41 88)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="12.5" cy="12.5" r="12.5" stroke="none"/><circle cx="12.5" cy="12.5" r="12" fill="none"/></g><g transform="translate(76 83)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="17.5" cy="17.5" r="17.5" stroke="none"/><circle cx="17.5" cy="17.5" r="17" fill="none"/></g><g transform="translate(121 78)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="22.5" cy="22.5" r="22.5" stroke="none"/><circle cx="22.5" cy="22.5" r="22" fill="none"/></g><g transform="translate(176 71)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="27.5" cy="27.5" r="27.5" stroke="none"/><circle cx="27.5" cy="27.5" r="27" fill="none"/></g></g></g></svg>
</div>
<div class="col-12 col-lg-3 d-flex align-items-center justify-content-center">
<div>
<h2 class="ls_software" id="java">JavaScript</h2>
<div class="ls_tooltip" id="tooltip2">
<table class="table table-hover">
<thead class="thead-dark">
<tr>
<th>Library</th>
<th>Level</th>
</tr>
</thead>
<tbody>
<tr>
<td>D3</td>
<td>Medium</td>
</tr>
<tr>
<td>Ploty</td>
<td>Medium</td>
</tr>
<tr>
<td>Popper</td>
<td>Basic</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="col-12 col-lg-3 d-flex justify-content-center">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="270" height="100" viewBox="0 0 270 100"><defs><clipPath id="b"><rect width="270" height="100"/></clipPath></defs><g id="a" clip-path="url(#b)"><rect width="270" height="100" fill="#fff"/><rect width="270" height="100" fill="#fcfcfc"/><g transform="translate(12 -48)"><g transform="translate(16 93)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="7.5" cy="7.5" r="7.5" stroke="none"/><circle cx="7.5" cy="7.5" r="7" fill="none"/></g><g transform="translate(41 88)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="12.5" cy="12.5" r="12.5" stroke="none"/><circle cx="12.5" cy="12.5" r="12" fill="none"/></g><g transform="translate(76 83)" fill="#707070" stroke="#707070" stroke-width="1"><circle cx="17.5" cy="17.5" r="17.5" stroke="none"/><circle cx="17.5" cy="17.5" r="17" fill="none"/></g><g transform="translate(121 78)" fill="#fff" stroke="#707070" stroke-width="1"><circle cx="22.5" cy="22.5" r="22.5" stroke="none"/><circle cx="22.5" cy="22.5" r="22" fill="none"/></g><g transform="translate(176 71)" fill="#fcfcfc" stroke="#707070" stroke-width="1"><circle cx="27.5" cy="27.5" r="27.5" stroke="none"/><circle cx="27.5" cy="27.5" r="27" fill="none"/></g><path d="M121,100.5h43.949v5.754l-2.965,5.911-2.847,3.67-3.342,3.394-4.623,2.094-7.486,1.437-7.822-1.437-4.476-2.094-3.669-3.394-3.155-3.67-2.244-5.911Z" fill="#707070" stroke="#707070" stroke-width="1"/></g></g></svg>
</div>
</div>
<div class="row mt-2">
<div class="col-12 col-md-6 mt-3">
<ul class="list-group">
<li class="list-group-item text-center ls_active">Habilidades</li>
<li class="list-group-item text-center">Capacidad para los detalles</li>
<li class="list-group-item text-center">Capacidad analítica</li>
<li class="list-group-item text-center">Trabajo en equipo</li>
</ul>
</div>
<div class="col-12 col-md-6 mt-3">
<ul class="list-group">
<li class="list-group-item text-center ls_active">Idiomas</li>
<li class="list-group-item text-center">Español - nativo</li>
<li class="list-group-item text-center">Inglés - fluido</li>
<li class="list-group-item text-center">Chino - intermedio</li>
</ul>
</div>
</div>
</div>
<div class="ls_carrera">
<div class="row mt-4">
<div class="col">
<h3 class="ls_title">Demo</h3>
<hr>
</div>
</div>
<div class="ls_carrera_cont">
<div class="row mt-2">
<div class="col-3 d-flex align-items-center justify-content-center">
<h2 class="ls_job"><a href="MyMusic.html">myMusic</a></h2>
</div>
<div class="col-9 ls_carrera_descr_cont">
<p class="ls_carrera_descr">Representación visual de la música que he escuchado desde septiembre del 2018 (Tableau, Jupyter Notebook)</p>
</div>
</div>
</div>
</div>
<div class="ls_educacion">
<div class="row mt-4">
<div class="col">
<h3 class="ls_title">Estudios</h3>
<hr>
</div>
</div>
<div class="ls_educacion_cont">
<div class="row mt-4">
<div class="col-3 d-flex align-items-center justify-content-center">
<div class="ajuste">
<h2 class="ls_sch">International Foundation Program (IFP)</h2>
</div>
</div>
<div class="col-9 ls_edu_descr_cont">
<p class="ls_educacion_t">China Campus Network</p>
<p class="ls_educacion_y">2019 - 2020</p>
</div>
</div>
<div class="row mt-4">
<div class="col-3 d-flex align-items-center justify-content-center">
<div class="ajuste">
<h2 class="ls_sch">Data Analytics Bootcamp</h2>
</div>
</div>
<div class="col-9 ls_edu_descr_cont">
<p class="ls_educacion_t">Instituto Tecnológico de Estudios Superiores de Monterrey</p>
<p class="ls_educacion_y">2019</p>
</div>
</div>
<div class="row mt-4">
<div class="col-3 d-flex align-items-center justify-content-center">
<div class="ajuste">
<h2 class="ls_sch">Lic. en Administración Financiera</h2>
</div>
</div>
<div class="col-9 ls_edu_descr_cont">
<p class="ls_educacion_t">Instituto Tecnológico de Estudios Superiores de Monterrey</p>
<p class="ls_educacion_y">2013-2017</p>
</div>
</div>
<div class="row mt-4">
<div class="col text-center">
<a class="btn btn-large btn-primary" href="#" data-toggle="modal" data-target="#ls-modal_3">Cursos en línea</a>
<div class="modal fade" id="ls-modal_3" tabindex="-1" role="dialog" aria-labelledby="ls-modal_3" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title">Cursos en línea</h2>
<button class="close" data-dismiss="modal" aria-label="cerrar"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<table class="table">
<thead>
<tr>
<th>Nombre</th>
<th>Plataforma</th>
<th>URL</th>
</tr>
</thead>
<tbody>
<tr>
<td>Curso completo de Estadística descriptiva - RStudio y Python</td>
<td>Udemy</td>
<td><a href="https://www.udemy.com/course/estadistica-descriptiva/">link</a></td>
</tr>
<tr>
<td>Odoo 14 para programadores | nivel básico</td>
<td>Udemy</td>
<td><a href="https://www.udemy.com/course/odoo-14-para-programadores-nivel-basico/">link</a></td>
</tr>
<tr>
<td>Diseño Web Profesional El Curso Completo, Práctico y desde 0</td>
<td>Udemy</td>
<td><a href="https://www.udemy.com/course/diseno-web/">link</a></td>
</tr>
<tr>
<td>Tableau Desktop y Tableau Prep desde cero</td>
<td>Udemy</td>
<td><a href="https://www.udemy.com/course/tableau-desktop-y-tableau-prep-desde-cero/">link</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="ls_hobbies">
<div class="row pt-4">
<div class="col">
<h3 class="ls_title">Hobbies</h3>
<hr>
</div>
</div>
<div class="ls_hobbies_cont">
<div class="row mt-4">
<div class="col-6 col-md-3">
<div class="ls_h_e">
<i class="fas fa-futbol"></i>
<p>Futbol</p>
</div>
</div>
<div class="col-6 col-md-3">
<div class="ls_h_e">
<i class="fas fa-headphones-alt"></i>
<p>Audio</p>
</div>
</div>
<div class="col-6 col-md-3">
<div class="ls_h_e">
<i class="fas fa-guitar"></i>
<p>Guitarra</p>
</div>
</div>
<div class="col-6 col-md-3">
<div class="ls_h_e">
<i class="fab fa-xbox"></i>
<p>Videojuegos</p>
</div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="copyright">
<p>Lauro Reyes @ 2020</p>
<p>github: <a href="https://github.com/LauShang">github.com/LauShang</a></p>
</div>
</div>
</footer>
</body>
</html>