-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
399 lines (387 loc) · 27.5 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
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<!doctype html>
<html lang="en">
<head>
<title>Professional Curriculum</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.css" >
<link rel="stylesheet" href="css/style.css" >
</head>
<body>
<div class="text-white nav_style d-flex personalized_width adjust" style="background-color: #000;">
<div class="d-flex flex-column justify-content-center pl-3 mr-4 summ">
<p class="font-weight-bold name d-block">
PAÚL RODRÍGUEZ LEYVA
</p>
<ul class="list-unstyled contact">
<li class="d-none d-lg-block d-xl-block">32 years</li>
<li class="d-none d-lg-block d-xl-block">Havana, Cuba</li>
<li>Tel: +5353598407</li>
<li>Email: [email protected]</li>
</ul>
</div>
<div class=" mr-md-4 bar1">
<hr class="bg-light ml-0 m-1 bar">
</div>
<div class=" d-flex flex-column align-items-center justify-content-center">
<p class="font-weight-bold text-center name">
FRONTEND DEVELOPER
</p>
<p class="tech">
(ANGULAR 2, VUEJS, HTML5, CSS3, REST SERVICES, SPA)
</p>
<img src="img/reactivs.jpg" alt="" height="70" width="200" class="d-none d-lg-block d-xl-block">
</div>
<div class="mx-auto">
<img src="img/profile_image.jpg" alt="" height="230" width="160" class="img_profile d-none d-md-block d-lg-block d-xl-block">
</div>
</div>
<div class="personalized_width content pt-5">
<div>
<h3 class="skill_header p-2">SUMMARY</h3>
<div class="d-flex flex-column bg-light card_skill description">
<p>
Professional in constant learning and growth on web technologies, with more than 11 years of experience in development environments focused on customer requests, always trying to learn and teach, focused on providing quality solutions always with the premise of teamwork, lover of reactive languages and working with interfaces, and ready to face the challenges that professional life faces.
</p>
<span><a href="https://www.linkedin.com/in/pa%C3%BAl-rodr%C3%ADguez-leyva-20971a139/">Linkedin Profile</a></span>
</div>
<h3 class="skill_header p-2">STUDIES</h3>
<div class="d-flex bg-light card_skill p-1 p-md-4">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-1">
<div class="d-flex mb-2 row">
<div class="inner_text ml-0 ml-md-5 d-flex flex-column col-3 ">
<span class="font-weight-bold">2012</span>
<span>havana - Cuba</span>
</div>
<div class="d-flex flex-column inner_text ml-4 col-7">
<span class="font-weight-bold">Computer Sciences Engineer</span>
<span class=""></span>University of Informatics Sciences</span>
</div>
</div>
<div class="d-block d-md-none">
<hr class="bg-dark separator">
</div>
<div class="mb-2 row">
<div class="inner_text ml-0 ml-md-5 d-flex flex-column col-3">
<span class="font-weight-bold d-none d-md-block">Languages:</span>
</div>
<div class="d-flex flex-column inner_text ml-0 ml-md-4 col-12 col-md-6" >
<p><span class="font-weight-bold mr-2">Spanish:</span>Natal</p>
<p><span class="font-weight-bold mr-2">English:</span>Medium</p>
</div>
</div>
</div>
</div>
</div>
<div>
<h3 class="skill_header p-2">WORK EXPERIENCE</h3>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class=" d-flex flex-column col-3 ml-0 ml-md-4 date">
<span class="font-weight-bold">Jul. 2019 -</span>
<span class="font-weight-bold">Sept. 2020</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">MICHKO PRODUCTIONS, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the <a href="http://camino-management.com/">CAMINO MANAGEMENT SYSTEM</a></span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>VUE, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class=" d-flex flex-column col-3 ml-0 ml-md-4 date">
<span class="font-weight-bold">Apr. 2019 -</span>
<span class="font-weight-bold">Jul. 2020</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">SIGEX, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the Requirements Management System V 2.0.</span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>VUE, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class=" d-flex flex-column col-3 ml-0 ml-md-4 date">
<span class="font-weight-bold">Sept. 2017 -</span>
<span class="font-weight-bold">Dec. 2019</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">UNIVERSITY OF INFORMATICS SCIENCES, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the <a href="www.redcuba.cu">C.U.B.A Platform Services</a> (visualization of search results, administration of location services on maps, currency exchange, generation of weather reports, calculation and dictionary services, in addition to the administration of the thematic directory of Cuban websites).</span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>Angular 2, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class="date d-flex flex-column col-3 ml-0 ml-md-4">
<span class="font-weight-bold">Jan. 2018 -</span>
<span class="font-weight-bold">Dec. 2018</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">MOA NICKEL COMPANY, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the ChatPlatform for the Moa Nickel Company (Real time chat platform).</span></p>
<p><span class="sub mr-1">Github repo:</span> <span><a href="https://github.com/itqpleyva/chat_platform">chat_platform repo</a></span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>Vue 2-Vue cli, Axios, Echo, Jquery, HTML5, CSS3, Bootstrap, Rest Services consumption, Websockets.</span></p>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class="date d-flex flex-column col-3 ml-0 ml-md-4">
<span class="font-weight-bold">Jan. 2018 -</span>
<span class="font-weight-bold">Dec. 2018</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">MOA NICKEL COMPANY, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the Web Application for the Internal Control Management (automation of the process of application of the internal control guide, generations of areas and subaraeas profiles, dinamic generation of personalized guides by areas).</span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>Angular js, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class="date d-flex flex-column col-3 ml-0 ml-md-4">
<span class="font-weight-bold">Sept. 2015 -</span>
<span class="font-weight-bold">Dec. 2016</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">MOA NICKEL COMPANY, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the Tasks Manager For Auditors V1.0 (tool to manage the process of business auditsandgeneration of statistical reports in support of decision making).</span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>Vue2, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class="date d-flex flex-column col-3 ml-0 ml-md-4">
<span class="font-weight-bold">Oct. 2013 -</span>
<span class="font-weight-bold">Jun. 2013</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">UNIVERSITY OF INFORMATICS SCIENCES, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the SmartKeeper product (managing internet acces, quotas, generation of accounts consumption reports, administration of accounts and users, restriction of access to the network to certain users).</span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>Angular js, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class=" d-flex flex-column col-3 ml-0 ml-md-4 date">
<span class="font-weight-bold">Sept. 2012 -</span>
<span class="font-weight-bold">Dec. 2016</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">UNIVERSITY OF INFORMATICS SCIENCES, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the <a href="www.redcuba.cu">Orion Search Engine</a> (design and implementation of search interfaces and search statistics generation, user administration and automatic profile generation, consumption of rest services to consume data generated by the backend).</span></p>
<span>Product registered in the national copyright center <code> (CENDA)#2479-2013.</code></span>
<p><span class="sub mr-1">Base technologies:</span> <span>Angular js, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="d-flex bg-light card_skill description">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column p-0 p-md-4">
<div class="d-flex mb-2 row">
<div class="date d-flex flex-column col-3 ml-0 ml-md-4">
<span class="font-weight-bold">Oct. 2012 -</span>
<span class="font-weight-bold">Feb. 2012</span>
<span class=" mt-2 country">havana - Cuba</span>
</div>
<div class="d-flex flex-column p-0 inner_text col-8">
<span class="university">MOA NICKEL COMPANY, Web Development</span>
<span class="font-weight-bold mt-2 position">Position: Frontend Developer</span>
<p class="mt-2"><span class="mr-2 sub">Completed tasks:</span><span>Frontend development of the Web Application for Planning and Control of main activities in Nickel Companies.</span></p>
<p><span class="sub mr-1">Base technologies:</span> <span>Angular js, HTML5, CSS3, Bootstrap, Rest Services consumption.</span></p>
</div>
</div>
</div>
</div>
</div>
<h3 class="skill_header p-2">REFERENCES LABOR</h3>
<div class="d-flex bg-light card_skill description">
<div class="row w-100">
<div class="col-12 col-md-6 d-flex">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark ml-5" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column ">
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Juan Pedro Febles</span>
<span>UCI (havana - Cuba)</span>
<span>Supervisor</span>
<span>Cellphone: +5353598407</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Vivia Estrada Sentí</span>
<span>UCI (havana - Cuba)</span>
<span>Investigation Department Header</span>
<span>Supervisor</span>
<span>Cellphone: +5352185939</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Gladys Peñalvert Romero</span>
<span>Santiago de Chile</span>
<span>Product Owner at DOX</span>
<span>Cooworker</span>
<span>Cellphone: +56990721464</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Yosbani Ramírez Martínez</span>
<span>Developer (UCI)</span>
<span>Cooworker</span>
<span>Cellphone: +5354946917</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
</div>
</div>
<div class="col-12 col-md-6 d-flex">
<div class="d-none d-lg-block d-xl-block">
<hr class="bg-dark" style="height:95%; width: 3px">
</div>
<div class="d-flex flex-column">
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Ariannis Garrido Saroza</span>
<span>Developer (UCI)</span>
<span>Cooworker</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Eduardo Manuel Macías Sotolongo</span>
<span>Ecuador</span>
<span>Developer at Emsoft Consulting</span>
<span>Supervisor</span>
<span>Cellphone: +593987005275</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">Erick Bárbaro Utrera Sust</span>
<span>UCI (havana - Cuba)</span>
<span>Developer at Tresite Company</span>
<span>Subordinate</span>
<span>Cellphone: +5358073436</span>
<span>Email: [email protected]</span>
</div>
<div class="d-block d-md-none p-1">
<hr class="bg-dark separator">
</div>
<div class="ml-5 mt-2 d-flex flex-column">
<span class="font-weight-bold">José Ángel Gónzález Abraira</span>
<span>UCI (havana - Cuba)</span>
<span>Developer</span>
<span>Cooworker</span>
<span>Cellphone: +5355161403</span>
<span>Email: [email protected]</span>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="js/bootstrap.min.js" ></script>
</body>
</html>